Skip to content

Commit

Permalink
chore: bump @sentry/cli dependency to 2.21.4 (#440)
Browse files Browse the repository at this point in the history
fixes: getsentry/sentry-cli#1815

Co-authored-by: Andrei <andrei@akiflow.com>
  • Loading branch information
xpirt and Andrei committed Nov 14, 2023
1 parent 07f2fc2 commit ff69038
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.21.2",
"@sentry/cli": "^2.21.4",
"@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 @@ -2369,10 +2369,10 @@
"@sentry/utils" "7.60.0"
tslib "^2.4.1 || ^1.9.3"

"@sentry/cli@^2.21.2":
version "2.21.2"
resolved "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.2.tgz#89e5633ff48a83d078c76c6997fffd4b68b2da1c"
integrity sha512-X1nye89zl+QV3FSuQDGItfM51tW9PQ7ce0TtV/12DgGgTVEgnVp5uvO3wX5XauHvulQzRPzwUL3ZK+yS5bAwCw==
"@sentry/cli@^2.21.4":
version "2.21.4"
resolved "https://registry.npmjs.org/@sentry/cli/-/cli-2.21.4.tgz#58d62afd22bdca832f4faf52ee120420e1c293ef"
integrity sha512-KIgvgl1DB/i41GmXfJkv96TdtKeJIhiV6l5OLRmxtnvA2JTqAQaeH+YMHE+vpZ/0FqtLK5clIkt5ReQNpmigPg==
dependencies:
https-proxy-agent "^5.0.0"
node-fetch "^2.6.7"
Expand Down

0 comments on commit ff69038

Please sign in to comment.