Skip to content

Commit

Permalink
chore: update scripts/update-wizard.sh to v3.27.0 (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Aug 30, 2024
1 parent 1004eea commit b76f64f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@sentry-internal/eslint-config-sdk": "8.9.2",
"@sentry-internal/eslint-plugin-sdk": "8.9.2",
"@sentry-internal/typescript": "8.9.2",
"@sentry/wizard": "3.26.0",
"@sentry/wizard": "3.27.0",
"@types/jest": "^29.5.3",
"concurrently": "^8.2.2",
"eslint": "^7.13.0",
Expand Down
25 changes: 21 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1148,10 +1148,10 @@
dependencies:
"@sentry/types" "8.9.2"

"@sentry/wizard@3.26.0":
version "3.26.0"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.26.0.tgz#d0d1b3e528e26f16698d26d3fdc4bb793a35a127"
integrity sha512-1herQt6mHnMBQVGFPaX0yCCe/5qpkYts4cS/SYx6ZigYYRajEA9VAFiy9QUj2v92GBG3IJlVwaJRm5ANgmnVaA==
"@sentry/wizard@3.27.0":
version "3.27.0"
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-3.27.0.tgz#c86adce00fd52b1d904403924b981f50f485bfba"
integrity sha512-I91KemX6fSn343MOAwPW8qseJ8De/66fcxhlakSOcoKLT0bWLcVK1eSpT14QbJjhEDFB7UeBRFzj8lIJrEDxkw==
dependencies:
"@clack/core" "^0.3.4"
"@clack/prompts" "0.7.0"
Expand All @@ -1166,6 +1166,7 @@
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"
Expand Down Expand Up @@ -4197,6 +4198,17 @@ read-env@^1.3.0:
dependencies:
camelcase "5.0.0"

recast@^0.23.3:
version "0.23.9"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.9.tgz#587c5d3a77c2cfcb0c18ccce6da4361528c2587b"
integrity sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==
dependencies:
ast-types "^0.16.1"
esprima "~4.0.0"
source-map "~0.6.1"
tiny-invariant "^1.3.3"
tslib "^2.0.1"

recast@^0.23.4:
version "0.23.4"
resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.4.tgz#ca1bac7bfd3011ea5a28dfecb5df678559fb1ddf"
Expand Down Expand Up @@ -4702,6 +4714,11 @@ through@^2.3.6:
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==

tiny-invariant@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127"
integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==

tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
Expand Down

0 comments on commit b76f64f

Please sign in to comment.