Skip to content

Commit

Permalink
chore: update scripts/update-wizard.sh to v3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed May 8, 2024
1 parent d6eb796 commit f4d3d3c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -83,7 +83,7 @@
"@sentry-internal/eslint-config-sdk": "7.113.0",
"@sentry-internal/eslint-plugin-sdk": "7.113.0",
"@sentry-internal/typescript": "7.113.0",
"@sentry/wizard": "3.16.3",
"@sentry/wizard": "3.22.1",
"@types/jest": "^29.5.3",
"@types/node": "^20.9.3",
"@types/react": "^18.2.64",
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Expand Up @@ -2240,14 +2240,22 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@clack/core@0.3.3", "@clack/core@^0.3.3":
"@clack/core@^0.3.3":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@clack/core/-/core-0.3.3.tgz#233ccebf779aa5a66fc68ee48df5e58cd226fd94"
integrity sha512-5ZGyb75BUBjlll6eOa1m/IZBxwk91dooBWhPSL67sWcLS0zt9SnswRL0l26TVdBhb0wnWORRxUn//uH6n4z7+A==
dependencies:
picocolors "^1.0.0"
sisteransi "^1.0.5"

"@clack/core@^0.3.4":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@clack/core/-/core-0.3.4.tgz#375e82fc8fe46650b37cab2f2ea8752c6b7f0450"
integrity sha512-H4hxZDXgHtWTwV3RAVenqcC4VbJZNegbBjlPvzOzCouXtS2y3sDvlO3IsbrPNWuLWPPlYVYPghQdSF64683Ldw==
dependencies:
picocolors "^1.0.0"
sisteransi "^1.0.5"

"@clack/prompts@0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@clack/prompts/-/prompts-0.7.0.tgz#6aaef48ea803d91cce12bc80811cfcb8de2e75ea"
Expand Down Expand Up @@ -3976,16 +3984,16 @@
dependencies:
"@sentry/types" "7.76.0"

"@sentry/wizard@3.16.3":
version "3.16.3"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.16.3.tgz#73469136408ad8b33d5761a8a0f74693e8b9cc34"
integrity sha512-HKSDMosay1GSWGAHdMOn2zvmSW4/G5JRjzYnri82vg2jv/DAXoC5t1vgtLmaWkc/nMmV4x9oBiB5jFLnOpMmyQ==
"@sentry/wizard@3.22.1":
version "3.22.1"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.22.1.tgz#0a14c23004a48f93ae4d2db91f463b3a44ae87d4"
integrity sha512-Z+rA5AF8AtKKxqPpqnykpMqqzgMYXXtRHGZz2VqyjyLtiSc/srGMPgBGc1Oh2Ab9+PG61x3gTqM9hPyUwCh9QQ==
dependencies:
"@clack/core" "0.3.3"
"@clack/core" "^0.3.4"
"@clack/prompts" "0.7.0"
"@sentry/cli" "^1.72.0"
"@sentry/node" "^7.69.0"
axios "1.3.5"
axios "1.6.0"
chalk "^2.4.1"
glob "^7.1.3"
inquirer "^6.2.0"
Expand Down Expand Up @@ -5054,10 +5062,10 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

axios@1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542"
integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==
axios@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit f4d3d3c

Please sign in to comment.