Skip to content

Commit 4cadffa

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

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-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.22.11",
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: 20 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.22.5":
126+
version "7.22.5"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
128+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
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.22.5":
136+
version "7.22.5"
137+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
138+
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
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,16 @@
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.22.11"
200+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.11.tgz#0e65a6a1d4d9cbaa892b2213f6159485fe632ea2"
201+
integrity sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==
202+
dependencies:
203+
"@babel/helper-string-parser" "^7.22.5"
204+
"@babel/helper-validator-identifier" "^7.22.5"
205+
to-fast-properties "^2.0.0"
206+
207+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
189208
version "7.19.0"
190209
resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz"
191210
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==

0 commit comments

Comments
 (0)