Skip to content

Commit

Permalink
chore: update scripts/update-wizard.sh to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jul 1, 2023
1 parent 59b8697 commit 1b6390c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@sentry-internal/eslint-config-sdk": "7.57.0",
"@sentry-internal/eslint-plugin-sdk": "7.57.0",
"@sentry/typescript": "^5.20.1",
"@sentry/wizard": "3.2.3",
"@sentry/wizard": "3.3.2",
"@types/jest": "^29.2.5",
"@types/react": "^18.0.25",
"babel-jest": "^29.3.1",
Expand Down
36 changes: 31 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@clack/core@^0.3.2":
"@clack/core@0.3.2", "@clack/core@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@clack/core/-/core-0.3.2.tgz#23c6e440ed263c2f012b1cc0806386481e78420b"
integrity sha512-FZnsNynwGDIDktx6PEZK1EuCkFpY4ldEX6VYvfl0dqeoLPb9Jpw1xoUXaVcGR8ExmYNm1w2vdGdJkEUYD/2pqg==
Expand Down Expand Up @@ -1963,6 +1963,20 @@
localforage "^1.8.1"
tslib "^2.4.1 || ^1.9.3"

"@sentry/node@^7.56.0":
version "7.57.0"
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-7.57.0.tgz#31052f5988ed4496d7f3ff925240cf9b02d09941"
integrity sha512-63mjyUVM6sfJFVQ5TGVRVGUsoEfESl5ABzIW1W0s9gUiQPaG8SOdaQJglb2VNrkMYxnRHgD8Q9LUh/qcmUyPGw==
dependencies:
"@sentry-internal/tracing" "7.57.0"
"@sentry/core" "7.57.0"
"@sentry/types" "7.57.0"
"@sentry/utils" "7.57.0"
cookie "^0.4.1"
https-proxy-agent "^5.0.0"
lru_map "^0.3.3"
tslib "^2.4.1 || ^1.9.3"

"@sentry/[email protected]":
version "7.57.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.57.0.tgz#cf91f0115bcd2a8306d6c8a39d8e8b53d4b21814"
Expand Down Expand Up @@ -2004,13 +2018,15 @@
"@sentry/types" "7.57.0"
tslib "^2.4.1 || ^1.9.3"

"@sentry/wizard@3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.2.3.tgz#a1c4b289e041da700a913b1c2cdfa43fc6e99775"
integrity sha512-Fz7vpIsQUmC7onNy2ETF+pvRweGRxn2pxP7k8PVqh8ezpnrQhjWO1jjl/qB4iWS0zMoozCFyKJJQ9KxrlroX5Q==
"@sentry/wizard@3.3.2":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.3.2.tgz#49044850ba7166de9ccb149bb7eeb157cfad3b1a"
integrity sha512-W8hWhwk5DbBOv7W8q3cSht0kaLa+Od9bmazXRUhe0eCRYuUEUTv8bBFX1E3m1ipxNlWTmRABTiuJBOE3hFV76w==
dependencies:
"@clack/core" "0.3.2"
"@clack/prompts" "0.6.3"
"@sentry/cli" "^1.72.0"
"@sentry/node" "^7.56.0"
axios "1.3.5"
chalk "^2.4.1"
glob "^7.1.3"
Expand Down Expand Up @@ -3183,6 +3199,11 @@ convert-source-map@^2.0.0:
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==

cookie@^0.4.1:
version "0.4.2"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==

core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down Expand Up @@ -5611,6 +5632,11 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

lru_map@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.3.3.tgz#b5c8351b9464cbd750335a79650a0ec0e56118dd"
integrity sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==

magicast@^0.2.9:
version "0.2.9"
resolved "https://registry.yarnpkg.com/magicast/-/magicast-0.2.9.tgz#9b5de1c6ba40b3fa626834017f0f11800a033cbe"
Expand Down

0 comments on commit 1b6390c

Please sign in to comment.