Skip to content

Commit 1792a5b

Browse files
authored
chore(deps): Bump @sentry/webpack-plugin from 1.18.3 to 1.18.4 (#4464)
This will pull in getsentry/sentry-webpack-plugin#338, which improved compatibility with ES5 environments.
1 parent 667db37 commit 1792a5b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@sentry/react": "6.17.3",
3030
"@sentry/tracing": "6.17.3",
31-
"@sentry/webpack-plugin": "1.18.3"
31+
"@sentry/webpack-plugin": "1.18.4"
3232
},
3333
"peerDependencies": {
3434
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0"

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@sentry/react": "6.17.3",
2525
"@sentry/tracing": "6.17.3",
2626
"@sentry/utils": "6.17.3",
27-
"@sentry/webpack-plugin": "1.18.3",
27+
"@sentry/webpack-plugin": "1.18.4",
2828
"tslib": "^1.9.3"
2929
},
3030
"devDependencies": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3088,24 +3088,24 @@
30883088
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
30893089
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=
30903090

3091-
"@sentry/cli@^1.70.1":
3092-
version "1.70.1"
3093-
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.70.1.tgz#908517b699c0714eff88bedb68c6ea72e94945e8"
3094-
integrity sha512-pab3nU3rNsq1HKKmJP2ITDl5cGi+QbQ5eLX6ELaeAbN2eAzfndHu2rTqlnjJAKcYQg6l9gFBn8vvY2xAeRJb6Q==
3091+
"@sentry/cli@^1.72.0":
3092+
version "1.72.1"
3093+
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-1.72.1.tgz#3e83e6ffad0a95bf5a6568dc9a4432c8b71c4ca5"
3094+
integrity sha512-SCh32bMYnkCZd4Old/GjArnjtyt3PuQXC6fOmBqKWPpvi56H3rYYjrT0FVxRRu8ovU2Qws1AhPdUbLPOEEj8lQ==
30953095
dependencies:
30963096
https-proxy-agent "^5.0.0"
30973097
mkdirp "^0.5.5"
3098-
node-fetch "^2.6.0"
3098+
node-fetch "^2.6.7"
30993099
npmlog "^4.1.2"
31003100
progress "^2.0.3"
31013101
proxy-from-env "^1.1.0"
31023102

3103-
"@sentry/[email protected].3":
3104-
version "1.18.3"
3105-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.3.tgz#1cd3401f84f561b4a451dac5f42465ee5102f5d6"
3106-
integrity sha512-Qk3Jevislc5DZK0X/WwRVcOtO7iatnWARsEgTV/TuXvDN+fUDDpD/2MytAWAbpLaLy3xEB/cXGeLsbv6d1XNkQ==
3103+
"@sentry/[email protected].4":
3104+
version "1.18.4"
3105+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.4.tgz#bf1ba2575251264a61d519272b8e119e120b0822"
3106+
integrity sha512-1NVnxCmNxcJ7+UQwpMGiSEFNgc52vGCZ0pjpfvmmtJMxnJFYnSNy2vTVStL4xwGMe6vLR9luJRT9Smoy3lxJYg==
31073107
dependencies:
3108-
"@sentry/cli" "^1.70.1"
3108+
"@sentry/cli" "^1.72.0"
31093109

31103110
"@simple-dom/interface@^1.4.0":
31113111
version "1.4.0"
@@ -15776,7 +15776,7 @@ node-fetch@^1.0.1:
1577615776
encoding "^0.1.11"
1577715777
is-stream "^1.0.1"
1577815778

15779-
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1:
15779+
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
1578015780
version "2.6.7"
1578115781
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1578215782
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==

0 commit comments

Comments
 (0)