Skip to content

Commit f874a56

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

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
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.19.3",
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: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@
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-validator-identifier@^7.18.6":
125+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
126126
version "7.19.1"
127-
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
128128
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
129129

130130
"@babel/helper-validator-option@^7.18.6":
@@ -185,7 +185,16 @@
185185
debug "^4.1.0"
186186
globals "^11.1.0"
187187

188-
"@babel/[email protected]", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
188+
189+
version "7.19.3"
190+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
191+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
192+
dependencies:
193+
"@babel/helper-string-parser" "^7.18.10"
194+
"@babel/helper-validator-identifier" "^7.19.1"
195+
to-fast-properties "^2.0.0"
196+
197+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
189198
version "7.19.0"
190199
resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz"
191200
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==

0 commit comments

Comments
 (0)