Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 553a42f

Browse files
feat(deps): bump @sentry/webpack-plugin from 4.1.0 to 4.1.1
Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 4.1.0 to 4.1.1. - [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.1.0...4.1.1) --- updated-dependencies: - dependency-name: "@sentry/webpack-plugin" dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5de1b47 commit 553a42f

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
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.5.0",
4949
"@sentry/react": "10.5.0",
50-
"@sentry/webpack-plugin": "^4.1.0"
50+
"@sentry/webpack-plugin": "^4.1.1"
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.5.0",
8686
"@sentry/react": "10.5.0",
8787
"@sentry/vercel-edge": "10.5.0",
88-
"@sentry/webpack-plugin": "^4.1.0",
88+
"@sentry/webpack-plugin": "^4.1.1",
8989
"chalk": "3.0.0",
9090
"resolve": "1.22.8",
9191
"rollup": "^4.35.0",

‎yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6924,6 +6924,11 @@
69246924
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.1.0.tgz#6e7168f5fa59f53ac4b68e3f79c5fd54adc13f2e"
69256925
integrity sha512-UkcnqC7Bp9ODyoBN7BKcRotd1jz/I2vyruE/qjNfRC7UnP+jIRItUWYaXxQPON1fTw+N+egKdByk0M1y2OPv/Q==
69266926

6927+
"@sentry/babel-plugin-component-annotate@4.1.1":
6928+
version "4.1.1"
6929+
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-4.1.1.tgz#371415afc602f6b2ba0987b51123bd34d1603193"
6930+
integrity sha512-HUpqrCK7zDVojTV6KL6BO9ZZiYrEYQqvYQrscyMsq04z+WCupXaH6YEliiNRvreR8DBJgdsG3lBRpebhUGmvfA==
6931+
69276932
"@sentry/bundler-plugin-core@4.1.0":
69286933
version "4.1.0"
69296934
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.1.0.tgz#c1b2f7a890a44e5ac5decc984a133aacf6147dd4"
@@ -6938,6 +6943,20 @@
69386943
magic-string "0.30.8"
69396944
unplugin "1.0.1"
69406945

6946+
"@sentry/bundler-plugin-core@4.1.1":
6947+
version "4.1.1"
6948+
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-4.1.1.tgz#7e273b83cc8b44f4067f05ab9ed5a7ec7ac6d625"
6949+
integrity sha512-Hx9RgXaD1HEYmL5aYoWwCKkVvPp4iklwfD9mvmdpQtcwLg6b6oLnPVDQaOry1ak6Pxt8smlrWcKy4IiKASlvig==
6950+
dependencies:
6951+
"@babel/core" "^7.18.5"
6952+
"@sentry/babel-plugin-component-annotate" "4.1.1"
6953+
"@sentry/cli" "^2.51.0"
6954+
dotenv "^16.3.1"
6955+
find-up "^5.0.0"
6956+
glob "^9.3.2"
6957+
magic-string "0.30.8"
6958+
unplugin "1.0.1"
6959+
69416960
"@sentry/cli-darwin@2.52.0":
69426961
version "2.52.0"
69436962
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.52.0.tgz#05178cd819c2a33eb22a6e90bf7bb8f853f1b476"
@@ -7014,12 +7033,12 @@
70147033
"@sentry/bundler-plugin-core" "4.1.0"
70157034
unplugin "1.0.1"
70167035

7017-
"@sentry/webpack-plugin@^4.1.0":
7018-
version "4.1.0"
7019-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-4.1.0.tgz#e95e2dcd10e71dc8c3a16ba5cad9153f5e78c3bc"
7020-
integrity sha512-YqfDfyGAuT/9YW1kgAPfD7kGUKQCh1E5co+qMdToxi/Mz4xsWJY02rFS5GrJixYktYJfSMze8NiRr89yJMxYHw==
7036+
"@sentry/webpack-plugin@^4.1.1":
7037+
version "4.1.1"
7038+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-4.1.1.tgz#638c6b65cbc19b5027ffbb6bcd68094e0b0f82c6"
7039+
integrity sha512-2gFWcQMW1HdJDo/7rADeFs9crkH02l+mW4O1ORbxSjuegauyp1W8SBe7EfPoXbUmLdA3zwnpIxEXjjQpP5Etzg==
70217040
dependencies:
7022-
"@sentry/bundler-plugin-core" "4.1.0"
7041+
"@sentry/bundler-plugin-core" "4.1.1"
70237042
unplugin "1.0.1"
70247043
uuid "^9.0.0"
70257044

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /