Skip to content

Commit 5cd0604

Browse files
committed
📌 deps: Pin dependency @babel/plugin-transform-destructuring to 7.18.13
1 parent caf939b commit 5cd0604

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@aureooms/js-string": "1.0.0",
7777
"@babel/core": "7.19.0",
78-
"@babel/plugin-transform-destructuring": "^7.18.13",
78+
"@babel/plugin-transform-destructuring": "7.18.13",
7979
"@babel/plugin-transform-for-of": "7.18.8",
8080
"@babel/preset-env": "7.19.0",
8181
"@commitlint/cli": "17.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
dependencies:
604604
"@babel/helper-plugin-utils" "^7.18.9"
605605

606-
"@babel/plugin-transform-destructuring@^7.18.13":
606+
"@babel/plugin-transform-destructuring@7.18.13", "@babel/plugin-transform-destructuring@^7.18.13":
607607
version "7.18.13"
608608
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz#9e03bc4a94475d62b7f4114938e6c5c33372cbf5"
609609
integrity sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==
@@ -1561,7 +1561,7 @@
15611561
dependencies:
15621562
"@types/node" "*"
15631563

1564-
"@typescript-eslint/eslint-plugin@*":
1564+
"@typescript-eslint/eslint-plugin@^5.35.1":
15651565
version "5.36.2"
15661566
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.2.tgz#6df092a20e0f9ec748b27f293a12cb39d0c1fe4d"
15671567
integrity sha512-OwwR8LRwSnI98tdc2z7mJYgY60gf7I9ZfGjN5EjCwwns9bdTuQfAXcsjSB2wSQ/TVNYSGKf4kzVXbNGaZvwiXw==
@@ -1576,7 +1576,7 @@
15761576
semver "^7.3.7"
15771577
tsutils "^3.21.0"
15781578

1579-
"@typescript-eslint/parser@*":
1579+
"@typescript-eslint/parser@^5.35.1":
15801580
version "5.36.2"
15811581
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.2.tgz#3ddf323d3ac85a25295a55fcb9c7a49ab4680ddd"
15821582
integrity sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==
@@ -3648,7 +3648,7 @@ eslint-config-prettier@^8.5.0:
36483648
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
36493649
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
36503650

3651-
eslint-config-xo-typescript@*:
3651+
eslint-config-xo-typescript@^0.53.0:
36523652
version "0.53.0"
36533653
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.53.0.tgz#702be21ea0dfcb124903c5f723d023b1fdeb0da2"
36543654
integrity sha512-IJ1n70egMPTou/41HoGGFbLf/2WCsVW5lSUxOSklrR8T1221fMRPVJxIVZ3evr8R+N5wR6uzg/0uzSymwWA5Bg==

0 commit comments

Comments
 (0)