Skip to content

Commit 0e43e4e

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

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-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.21.4",
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: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,14 @@
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-string-parser@^7.19.4":
126+
version "7.19.4"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
128+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
129+
130+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
126131
version "7.19.1"
127-
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
132+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
128133
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
129134

130135
"@babel/helper-validator-option@^7.18.6":
@@ -185,7 +190,16 @@
185190
debug "^4.1.0"
186191
globals "^11.1.0"
187192

188-
"@babel/[email protected]", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
193+
194+
version "7.21.4"
195+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
196+
integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
197+
dependencies:
198+
"@babel/helper-string-parser" "^7.19.4"
199+
"@babel/helper-validator-identifier" "^7.19.1"
200+
to-fast-properties "^2.0.0"
201+
202+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0":
189203
version "7.19.0"
190204
resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz"
191205
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==

0 commit comments

Comments
 (0)