diff --git a/package.json b/package.json index fb35f320e..194317e6a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@sentry-internal/eslint-config-sdk": "7.119.0", "@sentry-internal/eslint-plugin-sdk": "7.119.0", "@sentry-internal/typescript": "7.119.0", - "@sentry/wizard": "3.16.3", + "@sentry/wizard": "3.29.0", "@types/jest": "^29.5.3", "@types/node": "^20.9.3", "@types/react": "^18.2.64", diff --git a/yarn.lock b/yarn.lock index 7be82aeca..61ee362fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2240,7 +2240,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== @@ -2248,6 +2248,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" @@ -3985,24 +3993,25 @@ 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.29.0": + version "3.29.0" + resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.29.0.tgz#6e52fd60bda7080e5e6d661789b6499d8c7dd3f7" + integrity sha512-M4izlTQ6TgMqNnvhNc9juOTl6zg1hFDv3RUAfycMDINP9MK5kZvMVLpS6BpNp9c7uCtY8lpFx/zAZSejkPiBxA== 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" + glob "^8.1.0" inquirer "^6.2.0" lodash "^4.17.15" magicast "^0.2.10" opn "^5.4.0" r2 "^2.0.1" read-env "^1.3.0" + recast "^0.23.3" semver "^7.5.3" xcode "3.0.1" xml-js "^1.6.11" @@ -5051,10 +5060,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"