Skip to content

Commit e38c627

Browse files
chore(deps-dev): bump @babel/core from 7.20.7 to 7.20.12 (#1274)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.7 to 7.20.12. - [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.12/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" 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 0f82460 commit e38c627

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,24 @@
4848
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
4949

5050
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.16.0", "@babel/core@^7.20.2":
51-
version "7.20.7"
52-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
53-
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
51+
version "7.20.12"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
53+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
5454
dependencies:
5555
"@ampproject/remapping" "^2.1.0"
5656
"@babel/code-frame" "^7.18.6"
5757
"@babel/generator" "^7.20.7"
5858
"@babel/helper-compilation-targets" "^7.20.7"
59-
"@babel/helper-module-transforms" "^7.20.7"
59+
"@babel/helper-module-transforms" "^7.20.11"
6060
"@babel/helpers" "^7.20.7"
6161
"@babel/parser" "^7.20.7"
6262
"@babel/template" "^7.20.7"
63-
"@babel/traverse" "^7.20.7"
63+
"@babel/traverse" "^7.20.12"
6464
"@babel/types" "^7.20.7"
6565
convert-source-map "^1.7.0"
6666
debug "^4.1.0"
6767
gensync "^1.0.0-beta.2"
68-
json5 "^2.2.1"
68+
json5 "^2.2.2"
6969
semver "^6.3.0"
7070

7171
"@babel/eslint-parser@^7.16.3":
@@ -209,18 +209,18 @@
209209
dependencies:
210210
"@babel/types" "^7.18.6"
211211

212-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.7":
213-
version "7.20.7"
214-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43"
215-
integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA==
212+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.11":
213+
version "7.20.11"
214+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
215+
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
216216
dependencies:
217217
"@babel/helper-environment-visitor" "^7.18.9"
218218
"@babel/helper-module-imports" "^7.18.6"
219219
"@babel/helper-simple-access" "^7.20.2"
220220
"@babel/helper-split-export-declaration" "^7.18.6"
221221
"@babel/helper-validator-identifier" "^7.19.1"
222222
"@babel/template" "^7.20.7"
223-
"@babel/traverse" "^7.20.7"
223+
"@babel/traverse" "^7.20.10"
224224
"@babel/types" "^7.20.7"
225225

226226
"@babel/helper-optimise-call-expression@^7.18.6":
@@ -1214,10 +1214,10 @@
12141214
"@babel/parser" "^7.20.7"
12151215
"@babel/types" "^7.20.7"
12161216

1217-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1218-
version "7.20.7"
1219-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.7.tgz#114f992fa989a390896ea72db5220780edab509c"
1220-
integrity sha512-xueOL5+ZKX2dJbg8z8o4f4uTRTqGDRjilva9D1hiRlayJbTY8jBRL+Ph67IeRTIE439/VifHk+Z4g0SwRtQE0A==
1217+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1218+
version "7.20.12"
1219+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
1220+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
12211221
dependencies:
12221222
"@babel/code-frame" "^7.18.6"
12231223
"@babel/generator" "^7.20.7"
@@ -5377,10 +5377,10 @@ json5@^1.0.1:
53775377
dependencies:
53785378
minimist "^1.2.0"
53795379

5380-
json5@^2.2.1:
5381-
version "2.2.1"
5382-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
5383-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
5380+
json5@^2.2.2:
5381+
version "2.2.3"
5382+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
5383+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
53845384

53855385
jsonfile@^2.1.0:
53865386
version "2.4.0"

0 commit comments

Comments
 (0)