Skip to content

Commit

Permalink
deps: Bump sentry-cli to 2.20.1 to fix debugid injection issue (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Jul 31, 2023
1 parent 17bbbe2 commit cee09b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/bundler-plugin-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"fix": "eslint ./src ./test --format stylish --fix"
},
"dependencies": {
"@sentry/cli": "^2.17.0",
"@sentry/cli": "^2.20.1",
"@sentry/node": "^7.60.0",
"@sentry/utils": "^7.60.0",
"dotenv": "^16.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2259,10 +2259,10 @@
"@sentry/utils" "7.60.0"
tslib "^2.4.1 || ^1.9.3"

"@sentry/cli@^2.17.0":
version "2.18.1"
resolved "https://registry.npmjs.org/@sentry/cli/-/cli-2.18.1.tgz#c44f189a1a72a83087a297c5fcc7668f86dd4308"
integrity sha512-lc/dX/cvcmznWNbLzDbzxn224vwY5zLIDBe3yOO6Usg3CDgkZZ3xfjN4AIUZwkiTEPIOELodrOfdoMxqpXyYDw==
"@sentry/cli@^2.20.1":
version "2.20.1"
resolved "https://registry.npmjs.org/@sentry/cli/-/cli-2.20.1.tgz#e0a04d9c0153fc8606f90ee3f6b17abed81a85bc"
integrity sha512-HxzwFQf5gPKfksyj2ZhUicg/avHLCOd/EjZTERSXv5V7GohaTlsNxf9Sbvv/nsu8479vogTllSU6xg5BgXAVUw==
dependencies:
https-proxy-agent "^5.0.0"
node-fetch "^2.6.7"
Expand Down

0 comments on commit cee09b7

Please sign in to comment.