diff --git a/package.json b/package.json index 474e86b83a..4755ec4332 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@sentry-internal/eslint-config-sdk": "7.100.1", "@sentry-internal/eslint-plugin-sdk": "7.100.1", "@sentry-internal/typescript": "7.100.1", - "@sentry/wizard": "3.16.3", + "@sentry/wizard": "3.20.5", "@types/jest": "^29.5.3", "@types/node": "^20.9.3", "@types/react": "^18.2.14", diff --git a/yarn.lock b/yarn.lock index b82c309f15..ad3848633e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2260,7 +2260,7 @@ 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== @@ -2268,6 +2268,14 @@ 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" @@ -4011,16 +4019,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.20.5": + version "3.20.5" + resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.20.5.tgz#9c845fb8d35d8a2b54b68f742f400def975f464c" + integrity sha512-Nylq5BOsec769xnsXJUTiUEPGdmqzxj0BvYf2fgLCvZbA2YV7hH5xIZVIFDRiPZhAIOeGmgWbrGhYZvgY/vGZg== 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" @@ -5089,10 +5097,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"