Skip to content

Commit 38ca377

Browse files
chore(deps-dev): bump @babel/core from 7.23.0 to 7.23.2 (#9160)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.0 to 7.23.2. - [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/@babel/[email protected]/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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 246161f commit 38ca377

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
3030

3131
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.22.10":
32-
version "7.23.0"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
34-
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
32+
version "7.23.2"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.2.tgz#ed10df0d580fff67c5f3ee70fd22e2e4c90a9f94"
34+
integrity sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==
3535
dependencies:
3636
"@ampproject/remapping" "^2.2.0"
3737
"@babel/code-frame" "^7.22.13"
3838
"@babel/generator" "^7.23.0"
3939
"@babel/helper-compilation-targets" "^7.22.15"
4040
"@babel/helper-module-transforms" "^7.23.0"
41-
"@babel/helpers" "^7.23.0"
41+
"@babel/helpers" "^7.23.2"
4242
"@babel/parser" "^7.23.0"
4343
"@babel/template" "^7.22.15"
44-
"@babel/traverse" "^7.23.0"
44+
"@babel/traverse" "^7.23.2"
4545
"@babel/types" "^7.23.0"
4646
convert-source-map "^2.0.0"
4747
debug "^4.1.0"
@@ -286,13 +286,13 @@
286286
"@babel/template" "^7.22.5"
287287
"@babel/types" "^7.22.10"
288288

289-
"@babel/helpers@^7.23.0":
290-
version "7.23.1"
291-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
292-
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
289+
"@babel/helpers@^7.23.2":
290+
version "7.23.2"
291+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
292+
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
293293
dependencies:
294294
"@babel/template" "^7.22.15"
295-
"@babel/traverse" "^7.23.0"
295+
"@babel/traverse" "^7.23.2"
296296
"@babel/types" "^7.23.0"
297297

298298
"@babel/highlight@^7.22.13":
@@ -1011,7 +1011,7 @@
10111011
"@babel/parser" "^7.22.15"
10121012
"@babel/types" "^7.22.15"
10131013

1014-
"@babel/traverse@^7.23.0":
1014+
"@babel/traverse@^7.23.2":
10151015
version "7.23.2"
10161016
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
10171017
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==

0 commit comments

Comments
 (0)