Skip to content

Commit 60ad8c9

Browse files
feat(deps): bump @sentry/rollup-plugin from 4.1.0 to 4.1.1
Bumps [@sentry/rollup-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/rollup-plugin" dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3efcb40 commit 60ad8c9

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@sentry/cloudflare": "10.5.0",
5252
"@sentry/core": "10.5.0",
5353
"@sentry/node": "10.5.0",
54-
"@sentry/rollup-plugin": "^4.1.0",
54+
"@sentry/rollup-plugin": "^4.1.1",
5555
"@sentry/vite-plugin": "^4.1.0",
5656
"@sentry/vue": "10.5.0"
5757
},

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+
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
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+
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
69426961
version "2.52.0"
69436962
resolved "https://registry.yarnpkg.com/@sentry/cli-darwin/-/cli-darwin-2.52.0.tgz#05178cd819c2a33eb22a6e90bf7bb8f853f1b476"
@@ -6998,12 +7017,12 @@
69987017
"@sentry/cli-win32-i686" "2.52.0"
69997018
"@sentry/cli-win32-x64" "2.52.0"
70007019

7001-
"@sentry/rollup-plugin@^4.1.0":
7002-
version "4.1.0"
7003-
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-4.1.0.tgz#3948d067bd7cf8a61904b4042190dc9f6888bceb"
7004-
integrity sha512-HDwWgQRH7JhG15N1Y4XmPik/Qk03TGbiupDkZ8WL+8257BuyQE+s6feJJGCEUoWwROED+jvsFNvWvT2tqnILrw==
7020+
"@sentry/rollup-plugin@^4.1.1":
7021+
version "4.1.1"
7022+
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-4.1.1.tgz#ece90c337d1f78a2a445d3986b63321877fd4e41"
7023+
integrity sha512-AAZ9OzR2gsJRxgKN2k5jB+MxT13Uj2GJeSofi0EHbgu/yUdod8zTGX+4NRB90aXZIEOAc0Xrwnw1sm8nZYvaFw==
70057024
dependencies:
7006-
"@sentry/bundler-plugin-core" "4.1.0"
7025+
"@sentry/bundler-plugin-core" "4.1.1"
70077026
unplugin "1.0.1"
70087027

70097028
"@sentry/vite-plugin@^4.1.0":

0 commit comments

Comments
 (0)