Skip to content

Commit 5d269cd

Browse files
Bump @babel/generator from 7.19.3 to 7.20.0 (#179)
Bumps [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) from 7.19.3 to 7.20.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.20.0/packages/babel-generator) --- updated-dependencies: - dependency-name: "@babel/generator" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d858ab commit 5d269cd

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@babel/cli": "^7.19.3",
77
"@babel/core": "^7.19.3",
8-
"@babel/generator": "^7.19.3",
8+
"@babel/generator": "^7.20.0",
99
"@babel/node": "^7.19.1",
1010
"@babel/preset-env": "^7.19.3",
1111
"@babel/preset-flow": "^7.18.6",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
json5 "^2.2.1"
5959
semver "^6.3.0"
6060

61-
"@babel/generator@^7.19.3":
62-
version "7.19.3"
63-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
64-
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
61+
"@babel/generator@^7.19.3", "@babel/generator@^7.20.0":
62+
version "7.20.0"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.0.tgz#0bfc5379e0efb05ca6092091261fcdf7ec36249d"
64+
integrity sha512-GUPcXxWibClgmYJuIwC2Bc2Lg+8b9VjaJ+HlNdACEVt+Wlr1eoU1OPZjZRm7Hzl0gaTsUZNQfeihvZJhG7oc3w==
6565
dependencies:
66-
"@babel/types" "^7.19.3"
66+
"@babel/types" "^7.20.0"
6767
"@jridgewell/gen-mapping" "^0.3.2"
6868
jsesc "^2.5.1"
6969

@@ -291,10 +291,10 @@
291291
dependencies:
292292
"@babel/types" "^7.18.6"
293293

294-
"@babel/helper-string-parser@^7.18.10":
295-
version "7.18.10"
296-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
297-
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
294+
"@babel/helper-string-parser@^7.19.4":
295+
version "7.19.4"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
297+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
298298

299299
"@babel/helper-validator-identifier@^7.18.6":
300300
version "7.18.6"
@@ -1028,12 +1028,12 @@
10281028
debug "^4.1.0"
10291029
globals "^11.1.0"
10301030

1031-
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1032-
version "7.19.3"
1033-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1034-
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
1031+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.20.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1032+
version "7.20.0"
1033+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479"
1034+
integrity sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==
10351035
dependencies:
1036-
"@babel/helper-string-parser" "^7.18.10"
1036+
"@babel/helper-string-parser" "^7.19.4"
10371037
"@babel/helper-validator-identifier" "^7.19.1"
10381038
to-fast-properties "^2.0.0"
10391039

0 commit comments

Comments
 (0)