Skip to content

Commit 653f402

Browse files
Bump @babel/generator from 7.20.5 to 7.20.7 (#194)
Bumps [@babel/generator](https://github.com/babel/babel/tree/HEAD/packages/babel-generator) from 7.20.5 to 7.20.7. - [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.7/packages/babel-generator) --- updated-dependencies: - dependency-name: "@babel/generator" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b1160a commit 653f402

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@babel/cli": "^7.20.7",
77
"@babel/core": "^7.20.5",
8-
"@babel/generator": "^7.20.0",
8+
"@babel/generator": "^7.20.7",
99
"@babel/node": "^7.20.7",
1010
"@babel/preset-env": "^7.19.4",
1111
"@babel/preset-flow": "^7.18.6",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
json5 "^2.2.1"
6464
semver "^6.3.0"
6565

66-
"@babel/generator@^7.20.0", "@babel/generator@^7.20.5":
67-
version "7.20.5"
68-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
69-
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
66+
"@babel/generator@^7.20.5", "@babel/generator@^7.20.7":
67+
version "7.20.7"
68+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
69+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
7070
dependencies:
71-
"@babel/types" "^7.20.5"
71+
"@babel/types" "^7.20.7"
7272
"@jridgewell/gen-mapping" "^0.3.2"
7373
jsesc "^2.5.1"
7474

@@ -1040,10 +1040,10 @@
10401040
debug "^4.1.0"
10411041
globals "^11.1.0"
10421042

1043-
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1044-
version "7.20.5"
1045-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1046-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1043+
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1044+
version "7.20.7"
1045+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1046+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
10471047
dependencies:
10481048
"@babel/helper-string-parser" "^7.19.4"
10491049
"@babel/helper-validator-identifier" "^7.19.1"

0 commit comments

Comments
 (0)