Skip to content

Commit cac4e52

Browse files
authored
Merge pull request #20 from ms-fadaei/renovate/babel-monorepo
chore(deps): update dependency @babel/types to v7.19.0
2 parents 1ebec3a + 4c3ea8e commit cac4e52

File tree

3 files changed

+48
-25
lines changed

3 files changed

+48
-25
lines changed

package-lock.json

Lines changed: 32 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.17.0",
50+
"@babel/types": "7.19.0",
5151
"@types/node": "17.0.17",
5252
"@typescript-eslint/eslint-plugin": "5.16.0",
5353
"@typescript-eslint/parser": "5.16.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@
99
dependencies:
1010
"@babel/highlight" "^7.16.7"
1111

12-
"@babel/helper-validator-identifier@^7.16.7":
13-
version "7.16.7"
14-
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz"
15-
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
12+
"@babel/helper-string-parser@^7.18.10":
13+
version "7.18.10"
14+
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz"
15+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
16+
17+
"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.18.6":
18+
version "7.19.1"
19+
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
20+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
1621

1722
"@babel/highlight@^7.16.7":
1823
version "7.16.10"
@@ -23,12 +28,13 @@
2328
chalk "^2.0.0"
2429
js-tokens "^4.0.0"
2530

26-
"@babel/types@7.17.0":
27-
version "7.17.0"
28-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz"
29-
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
31+
"@babel/types@7.19.0":
32+
version "7.19.0"
33+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz"
34+
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
3035
dependencies:
31-
"@babel/helper-validator-identifier" "^7.16.7"
36+
"@babel/helper-string-parser" "^7.18.10"
37+
"@babel/helper-validator-identifier" "^7.18.6"
3238
to-fast-properties "^2.0.0"
3339

3440
"@eslint/eslintrc@^1.3.2":

0 commit comments

Comments
 (0)