Skip to content

Commit

Permalink
chore: update scripts/update-wizard.sh to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jul 7, 2023
1 parent 4acc111 commit 267457e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 7 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.5.0",
"@types/jest": "^29.2.5",
"@types/react": "^18.0.25",
"babel-jest": "^29.3.1",
Expand Down
45 changes: 39 additions & 6 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.5.0":
version "3.5.0"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.5.0.tgz#a28fc103c6a460103ee9f4d1c7cfcbee957ee5ea"
integrity sha512-ONsmbySI208zblQu2Skd7wurDxuC0zt16doI3YnLGAm+S0xtnXjIB83aNWphfeRsLH3FyG/ERD6BlrjCJh/A5w==
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 All @@ -2020,7 +2036,7 @@
opn "^5.4.0"
r2 "^2.0.1"
read-env "^1.3.0"
semver "^7.3.5"
semver "^7.5.3"
xcode "3.0.1"
yargs "^16.2.0"

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 Expand Up @@ -7120,6 +7146,13 @@ semver@^6.0.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.5.3:
version "7.5.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
dependencies:
lru-cache "^6.0.0"

[email protected]:
version "0.17.1"
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
Expand Down

0 comments on commit 267457e

Please sign in to comment.