build(deps): bump @sentry/webpack-plugin from 2.22.7 to 3.0.0
Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins) from 2.22.7 to 3.0.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.22.7...3.0.0) --- updated-dependencies: - dependency-name: "@sentry/webpack-plugin" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9d2739c51f
commit
fd5017c005
2 changed files with 13 additions and 13 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
|
@ -18,7 +18,7 @@
|
|||
"@redhat-cloud-services/frontend-components-utilities": "4.0.19",
|
||||
"@reduxjs/toolkit": "2.5.0",
|
||||
"@scalprum/react-core": "0.9.3",
|
||||
"@sentry/webpack-plugin": "2.22.7",
|
||||
"@sentry/webpack-plugin": "3.0.0",
|
||||
"@unleash/proxy-client-react": "4.4.0",
|
||||
"classnames": "2.5.1",
|
||||
"lodash": "4.17.21",
|
||||
|
|
@ -4612,9 +4612,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/babel-plugin-component-annotate": {
|
||||
"version": "2.22.7",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.7.tgz",
|
||||
"integrity": "sha512-aa7XKgZMVl6l04NY+3X7BP7yvQ/s8scn8KzQfTLrGRarziTlMGrsCOBQtCNWXOPEbtxAIHpZ9dsrAn5EJSivOQ==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-3.0.0.tgz",
|
||||
"integrity": "sha512-AJEt9UtU9euB6tDLRQRpCl0EUvY5UlDQEaMSu948OHC+E2jEDoh9RzmfxtqKaDhjT/6WO6g4UoSBNOLxdZkptw==",
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
}
|
||||
|
|
@ -4638,12 +4638,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/bundler-plugin-core": {
|
||||
"version": "2.22.7",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-2.22.7.tgz",
|
||||
"integrity": "sha512-ouQh5sqcB8vsJ8yTTe0rf+iaUkwmeUlGNFi35IkCFUQlWJ22qS6OfvNjOqFI19e6eGUXks0c/2ieFC4+9wJ+1g==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/bundler-plugin-core/-/bundler-plugin-core-3.0.0.tgz",
|
||||
"integrity": "sha512-vQofxVcdCxogQG4XZ41h4G07lspmN1SXOf30PgdDrR5JSleZrlevtDVbqadX2nMpSRxtyweL1jzzZ01+AMzoXg==",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@sentry/babel-plugin-component-annotate": "2.22.7",
|
||||
"@sentry/babel-plugin-component-annotate": "3.0.0",
|
||||
"@sentry/cli": "2.39.1",
|
||||
"dotenv": "^16.3.1",
|
||||
"find-up": "^5.0.0",
|
||||
|
|
@ -4890,11 +4890,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@sentry/webpack-plugin": {
|
||||
"version": "2.22.7",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-2.22.7.tgz",
|
||||
"integrity": "sha512-j5h5LZHWDlm/FQCCmEghQ9FzYXwfZdlOf3FE/X6rK6lrtx0JCAkq+uhMSasoyP4XYKL4P4vRS6WFSos4jxf/UA==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/webpack-plugin/-/webpack-plugin-3.0.0.tgz",
|
||||
"integrity": "sha512-P0xPHFede37PHIP9ELmW0D6y/4F42vwkusFic+nxG+JInXN8SWlazAaM3Y50ejgV1WntGMR/tjAZ+1lcKGR5gA==",
|
||||
"dependencies": {
|
||||
"@sentry/bundler-plugin-core": "2.22.7",
|
||||
"@sentry/bundler-plugin-core": "3.0.0",
|
||||
"unplugin": "1.0.1",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"@redhat-cloud-services/frontend-components-utilities": "4.0.19",
|
||||
"@reduxjs/toolkit": "2.5.0",
|
||||
"@scalprum/react-core": "0.9.3",
|
||||
"@sentry/webpack-plugin": "2.22.7",
|
||||
"@sentry/webpack-plugin": "3.0.0",
|
||||
"@unleash/proxy-client-react": "4.4.0",
|
||||
"classnames": "2.5.1",
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue