Skip to content

Commit bd2e738

Browse files
feat(deps): Bump @sentry/webpack-plugin from 4.0.0 to 4.0.2
Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/getsentry/sentry-javascript-bundler-plugins/releases) - [Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-javascript-bundler-plugins@4.0.0...4.0.2) --- updated-dependencies: - dependency-name: "@sentry/webpack-plugin" dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 190e068 commit bd2e738

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@sentry/core": "10.1.0",
4949
"@sentry/react": "10.1.0",
50-
"@sentry/webpack-plugin": "^4.0.0"
50+
"@sentry/webpack-plugin": "^4.0.2"
5151
},
5252
"peerDependencies": {
5353
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@sentry/opentelemetry": "10.1.0",
8686
"@sentry/react": "10.1.0",
8787
"@sentry/vercel-edge": "10.1.0",
88-
"@sentry/webpack-plugin": "^4.0.0",
88+
"@sentry/webpack-plugin": "^4.0.2",
8989
"chalk": "3.0.0",
9090
"resolve": "1.22.8",
9191
"rollup": "^4.35.0",

yarn.lock

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6924,7 +6924,7 @@
69246924
mitt "^3.0.0"
69256925

69266926
"@sentry-internal/test-utils@link:dev-packages/test-utils":
6927-
version "9.40.0"
6927+
version "10.1.0"
69286928
dependencies:
69296929
express "^4.21.1"
69306930

@@ -6933,6 +6933,11 @@
69336933
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.0.0.tgz#2f4dfeabba28a76b5a1b32a1058386e52f32634f"
69346934
integrity sha512-1sozj4esnQBhJ2QO4imiLMl1858StkLjUxFF1KxgX/X1uEL/QlW2MYL8CKzbLeACy1SkR9h4V8GXSZvCnci5Dw==
69356935

6936+
6937+
version "4.0.2"
6938+
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.0.2.tgz#7c8eb80a38b5e6b4c4cea4c391d07581020c91e4"
6939+
integrity sha512-Nr/VamvpQs6w642EI5t+qaCUGnVEro0qqk+S8XO1gc8qSdpc8kkZJFnUk7ozAr+ljYWGfVgWXrxI9lLiriLsRA==
6940+
69366941
69376942
version "4.0.0"
69386943
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.0.0.tgz#564463cf53f869496ab5d4986e97f86618a67677"
@@ -6947,6 +6952,20 @@
69476952
magic-string "0.30.8"
69486953
unplugin "1.0.1"
69496954

6955+
6956+
version "4.0.2"
6957+
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.0.2.tgz#2e106ac564d2e4e83e8dbc84f1e84f4eed1d6dde"
6958+
integrity sha512-LeARs8qHhEw19tk+KZd9DDV+Rh/UeapIH0+C09fTmff9p8Y82Cj89pEQ2a1rdUiF/oYIjQX45vnZscB7ra42yw==
6959+
dependencies:
6960+
"@babel/core" "^7.18.5"
6961+
"@sentry/babel-plugin-component-annotate" "4.0.2"
6962+
"@sentry/cli" "^2.49.0"
6963+
dotenv "^16.3.1"
6964+
find-up "^5.0.0"
6965+
glob "^9.3.2"
6966+
magic-string "0.30.8"
6967+
unplugin "1.0.1"
6968+
69506969
69516970
version "2.50.0"
69526971
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.50.0.tgz#0fec0ece84afe37b33464ccd514367fc95d507f3"
@@ -7023,12 +7042,12 @@
70237042
"@sentry/bundler-plugin-core" "4.0.0"
70247043
unplugin "1.0.1"
70257044

7026-
"@sentry/webpack-plugin@^4.0.0":
7027-
version "4.0.0"
7028-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-4.0.0.tgz#0c32a40b63098e6db505ad40a93840c13b81faed"
7029-
integrity sha512-Uhfjqnuxv4eYIt0GbPAdlFPum3BtasNhQrO3OJuVQRYRq21En7ARKXISoOhZHMo4tRRiiv+3npKYmpzHTALbQg==
7045+
"@sentry/webpack-plugin@^4.0.2":
7046+
version "4.0.2"
7047+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-4.0.2.tgz#be90c73145d8001bc72c73e4eab83d2b1a28d330"
7048+
integrity sha512-UklVtG7Iiw+AvcL0PfiiyW/u3XT+joDAMDvWbx90rFhVSU10ENW5AV5y4pC41qChqEu3P1eBFdaSxg+kdLeqvw==
70307049
dependencies:
7031-
"@sentry/bundler-plugin-core" "4.0.0"
7050+
"@sentry/bundler-plugin-core" "4.0.2"
70327051
unplugin "1.0.1"
70337052
uuid "^9.0.0"
70347053

@@ -28548,6 +28567,7 @@ [email protected], stylus@^0.59.0:
2854828567

2854928568
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2855028569
version "3.36.0"
28570+
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2855128571
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2855228572
dependencies:
2855328573
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)