Skip to content

Commit fd5c3d5

Browse files
chore(deps-dev): bump @babel/core from 7.22.6 to 7.22.8 (#439)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.6 to 7.22.8. - [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.22.8/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e31b8a commit fd5c3d5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,30 @@
3838
integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg==
3939

4040
"@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5":
41-
version "7.22.6"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.6.tgz#aafafbe86e9a1679d876b99dc46382964ef72494"
43-
integrity sha512-HPIyDa6n+HKw5dEuway3vVAhBboYCtREBMp+IWeseZy6TFtzn6MHkCH2KKYUOC/vKKwgSMHQW4htBOrmuRPXfw==
41+
version "7.22.8"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.8.tgz#386470abe884302db9c82e8e5e87be9e46c86785"
43+
integrity sha512-75+KxFB4CZqYRXjx4NlR4J7yGvKumBuZTmV4NV6v09dVXXkuYVYLT68N6HCzLvfJ+fWCxQsntNzKwwIXL4bHnw==
4444
dependencies:
4545
"@ampproject/remapping" "^2.2.0"
4646
"@babel/code-frame" "^7.22.5"
47-
"@babel/generator" "^7.22.5"
47+
"@babel/generator" "^7.22.7"
4848
"@babel/helper-compilation-targets" "^7.22.6"
4949
"@babel/helper-module-transforms" "^7.22.5"
5050
"@babel/helpers" "^7.22.6"
51-
"@babel/parser" "^7.22.6"
51+
"@babel/parser" "^7.22.7"
5252
"@babel/template" "^7.22.5"
53-
"@babel/traverse" "^7.22.6"
53+
"@babel/traverse" "^7.22.8"
5454
"@babel/types" "^7.22.5"
5555
"@nicolo-ribaudo/semver-v6" "^6.3.3"
5656
convert-source-map "^1.7.0"
5757
debug "^4.1.0"
5858
gensync "^1.0.0-beta.2"
5959
json5 "^2.2.2"
6060

61-
"@babel/generator@^7.22.5":
62-
version "7.22.5"
63-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
64-
integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==
61+
"@babel/generator@^7.22.7":
62+
version "7.22.7"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.7.tgz#a6b8152d5a621893f2c9dacf9a4e286d520633d5"
64+
integrity sha512-p+jPjMG+SI8yvIaxGgeW24u7q9+5+TGpZh8/CuB7RhBKd7RCy8FayNEFNNKrNK/eUcY/4ExQqLmyrvBXKsIcwQ==
6565
dependencies:
6666
"@babel/types" "^7.22.5"
6767
"@jridgewell/gen-mapping" "^0.3.2"
@@ -308,10 +308,10 @@
308308
chalk "^2.0.0"
309309
js-tokens "^4.0.0"
310310

311-
"@babel/parser@^7.14.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.6":
312-
version "7.22.6"
313-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.6.tgz#201f8b47be20c76c7c5743b9c16129760bf9a975"
314-
integrity sha512-EIQu22vNkceq3LbjAq7knDf/UmtI2qbcNI8GRBlijez6TpQLvSodJPYfydQmNA5buwkxxxa/PVI44jjYZ+/cLw==
311+
"@babel/parser@^7.14.7", "@babel/parser@^7.22.5", "@babel/parser@^7.22.7":
312+
version "7.22.7"
313+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
314+
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
315315

316316
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
317317
version "7.22.5"
@@ -990,18 +990,18 @@
990990
"@babel/parser" "^7.22.5"
991991
"@babel/types" "^7.22.5"
992992

993-
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6":
994-
version "7.22.6"
995-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.6.tgz#8f2f83a5c588251584914debeee38f35f661a300"
996-
integrity sha512-53CijMvKlLIDlOTrdWiHileRddlIiwUIyCKqYa7lYnnPldXCG5dUSN38uT0cA6i7rHWNKJLH0VU/Kxdr1GzB3w==
993+
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
994+
version "7.22.8"
995+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
996+
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
997997
dependencies:
998998
"@babel/code-frame" "^7.22.5"
999-
"@babel/generator" "^7.22.5"
999+
"@babel/generator" "^7.22.7"
10001000
"@babel/helper-environment-visitor" "^7.22.5"
10011001
"@babel/helper-function-name" "^7.22.5"
10021002
"@babel/helper-hoist-variables" "^7.22.5"
10031003
"@babel/helper-split-export-declaration" "^7.22.6"
1004-
"@babel/parser" "^7.22.6"
1004+
"@babel/parser" "^7.22.7"
10051005
"@babel/types" "^7.22.5"
10061006
debug "^4.1.0"
10071007
globals "^11.1.0"

0 commit comments

Comments
 (0)