Skip to content

Commit

Permalink
chore: update scripts/update-wizard.sh to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 29, 2023
1 parent 886c728 commit a700cf9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"@sentry-internal/eslint-config-sdk": "7.81.1",
"@sentry-internal/eslint-plugin-sdk": "7.81.1",
"@sentry-internal/typescript": "7.80.0",
"@sentry/wizard": "3.16.3",
"@sentry/wizard": "3.17.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.9.3",
"@types/react": "^18.2.14",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -2091,16 +2091,16 @@
dependencies:
"@sentry/types" "7.81.1"

"@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.17.0":
version "3.17.0"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.17.0.tgz#19986892a5f310317f56cdefd36d6d1e82a84dbc"
integrity sha512-qdQU2sLbzpQi1py/1tXIJ0jd2+RYqvxxgSUBeoGY/jEpDrefZiKWC07bydmRyZHrUsVPU0mYuS8sx2pIisPzSQ==
dependencies:
"@clack/core" "0.3.3"
"@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 @@ -2819,10 +2819,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 a700cf9

Please sign in to comment.