Skip to content

Commit bd37d40

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

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.22.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: 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.21.5":
126+
version "7.21.5"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
128+
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
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.22.3"
195+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.3.tgz#0cc6af178b91490acaeb4a2f70dcbf27cdf3d8f3"
196+
integrity sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==
197+
dependencies:
198+
"@babel/helper-string-parser" "^7.21.5"
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)