From e113cce49540b8ef9d9015ab96916dff4d5d53ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:06:46 +0000 Subject: [PATCH] Bump @sentry/webpack-plugin from 2.18.0 to 2.20.0 Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 2.18.0 to 2.20.0. - [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](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/2.18.0...2.20.0) --- updated-dependencies: - dependency-name: "@sentry/webpack-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index bc288dc343..fa6b39da50 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@rails/ujs": "^7.1.3", "@replit/codemirror-lang-csharp": "^6.2.0", "@sentry/browser": "^8.9.2", - "@sentry/webpack-plugin": "^2.18.0", + "@sentry/webpack-plugin": "^2.20.0", "@types/bootstrap": "^5.2.10", "@types/d3": "^7.4.3", "@types/dragula": "^3.7.5", diff --git a/yarn.lock b/yarn.lock index 74e9af11ac..2825627e87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1960,10 +1960,10 @@ "@sentry/types" "8.9.2" "@sentry/utils" "8.9.2" -"@sentry/babel-plugin-component-annotate@2.18.0": - version "2.18.0" - resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.18.0.tgz#3bee98f94945643b0762ceed1f6cca60db52bdbd" - integrity sha512-9L4RbhS3WNtc/SokIhc0dwgcvs78YSQPakZejsrIgnzLzCi8mS6PeT+BY0+QCtsXxjd1egM8hqcJeB0lukBkXA== +"@sentry/babel-plugin-component-annotate@2.20.0": + version "2.20.0" + resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.20.0.tgz#52f4e7bd0db2c00d4c3ea48c3932add9fa67eea5" + integrity sha512-HN/5+cGvI3NqBeW8rLRVGMpF1PADZpAi3h9LI6YBawJPxEz/ftJoryJ6/rXzV6pAPq/7hTEOhTqWPq8iXuM1dw== "@sentry/browser@^8.9.2": version "8.9.2" @@ -1978,13 +1978,13 @@ "@sentry/types" "8.9.2" "@sentry/utils" "8.9.2" -"@sentry/bundler-plugin-core@2.18.0": - version "2.18.0" - resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.18.0.tgz#2411cd934e9510c53a2e682497a74172485ac817" - integrity sha512-JvxVgsMFmDsU0Dgcx1CeFUC1scxOVSAOzOcE06qKAVm9BZzxHpI53iNfeMOXwVTUolD8LZVIfgOjkiXfwN/UPQ== +"@sentry/bundler-plugin-core@2.20.0": + version "2.20.0" + resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.20.0.tgz#4e2a43be63d846688dd3b123ac7df44e16768c94" + integrity sha512-boshDF6AwCTL7LBOjDQxINjCWELOU0eamBvD0ibSjT5bjXnqRjJItoUpmggu8D7PvhKlb6H9OjzB5yiHbmve4A== dependencies: "@babel/core" "^7.18.5" - "@sentry/babel-plugin-component-annotate" "2.18.0" + "@sentry/babel-plugin-component-annotate" "2.20.0" "@sentry/cli" "^2.22.3" dotenv "^16.3.1" find-up "^5.0.0" @@ -2066,12 +2066,12 @@ dependencies: "@sentry/types" "8.9.2" -"@sentry/webpack-plugin@^2.18.0": - version "2.18.0" - resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.18.0.tgz#f0955d28b1271e9a8b6a2927ab98b1688d7b03e1" - integrity sha512-iQ5OCvuoaIanbq4GRqj4Azay86mVpa64pP9Oi3EJpaURGZNLqwE7bWq9tkr1Dr7zBPBZN7QBmLD3OOeOSzbHuA== +"@sentry/webpack-plugin@^2.20.0": + version "2.20.0" + resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-2.20.0.tgz#3912788ef9d51a8097e511eab89ec9bb9dc53d92" + integrity sha512-2NR6tK+tMUN2xMfKx9RHGqadnqpDibMnbfTkmXXdCTWTKywvJEV6jfUE0RNPpCzVc99Ano2kKLGpVpGb/9fObg== dependencies: - "@sentry/bundler-plugin-core" "2.18.0" + "@sentry/bundler-plugin-core" "2.20.0" unplugin "1.0.1" uuid "^9.0.0"