Skip to content

Commit ecb1bea

Browse files
chore(deps): update dependency @babel/types to v7.27.0
1 parent 5f7856a commit ecb1bea

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dist"
4848
],
4949
"devDependencies": {
50-
"@babel/types": "7.19.0",
50+
"@babel/types": "7.27.0",
5151
"@types/node": "17.0.17",
5252
"@typescript-eslint/eslint-plugin": "5.38.0",
5353
"@typescript-eslint/parser": "5.38.0",

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,21 @@
122122
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz"
123123
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
124124

125+
"@babel/helper-string-parser@^7.25.9":
126+
version "7.25.9"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
128+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
129+
125130
"@babel/helper-validator-identifier@^7.18.6":
126131
version "7.19.1"
127132
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
128133
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
129134

135+
"@babel/helper-validator-identifier@^7.25.9":
136+
version "7.25.9"
137+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
138+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
139+
130140
"@babel/helper-validator-option@^7.18.6":
131141
version "7.18.6"
132142
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
@@ -185,7 +195,15 @@
185195
debug "^4.1.0"
186196
globals "^11.1.0"
187197

188-
"@babel/[email protected]", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
198+
199+
version "7.27.0"
200+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
201+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
202+
dependencies:
203+
"@babel/helper-string-parser" "^7.25.9"
204+
"@babel/helper-validator-identifier" "^7.25.9"
205+
206+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
189207
version "7.19.0"
190208
resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz"
191209
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==

0 commit comments

Comments
 (0)