Skip to content

Commit db2d6cd

Browse files
Bump @babel/generator from 7.18.13 to 7.19.3 (#169)
Bumps [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) from 7.18.13 to 7.19.3. - [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.19.3/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 34dbdd9 commit db2d6cd

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
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.18.13",
8-
"@babel/generator": "^7.18.9",
8+
"@babel/generator": "^7.19.3",
99
"@babel/node": "^7.18.10",
1010
"@babel/preset-env": "^7.18.10",
1111
"@babel/preset-flow": "^7.18.6",

yarn.lock

Lines changed: 15 additions & 10 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.18.13", "@babel/generator@^7.18.9":
62-
version "7.18.13"
63-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212"
64-
integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==
61+
"@babel/generator@^7.18.13", "@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==
6565
dependencies:
66-
"@babel/types" "^7.18.13"
66+
"@babel/types" "^7.19.3"
6767
"@jridgewell/gen-mapping" "^0.3.2"
6868
jsesc "^2.5.1"
6969

@@ -285,6 +285,11 @@
285285
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
286286
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
287287

288+
"@babel/helper-validator-identifier@^7.19.1":
289+
version "7.19.1"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
291+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
292+
288293
"@babel/helper-validator-option@^7.18.6":
289294
version "7.18.6"
290295
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -1006,13 +1011,13 @@
10061011
debug "^4.1.0"
10071012
globals "^11.1.0"
10081013

1009-
"@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1010-
version "7.18.13"
1011-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a"
1012-
integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==
1014+
"@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1015+
version "7.19.3"
1016+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1017+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
10131018
dependencies:
10141019
"@babel/helper-string-parser" "^7.18.10"
1015-
"@babel/helper-validator-identifier" "^7.18.6"
1020+
"@babel/helper-validator-identifier" "^7.19.1"
10161021
to-fast-properties "^2.0.0"
10171022

10181023
"@discoveryjs/json-ext@^0.5.0":

0 commit comments

Comments
 (0)