Skip to content

Commit 610bf5e

Browse files
chore(deps-dev): bump @babel/core from 7.18.10 to 7.18.13 (#1072)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.18.13. - [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.18.13/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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6108b95 commit 610bf5e

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

yarn.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
3939

4040
"@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.9.0":
41-
version "7.18.10"
42-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8"
43-
integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==
41+
version "7.18.13"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac"
43+
integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==
4444
dependencies:
4545
"@ampproject/remapping" "^2.1.0"
4646
"@babel/code-frame" "^7.18.6"
47-
"@babel/generator" "^7.18.10"
47+
"@babel/generator" "^7.18.13"
4848
"@babel/helper-compilation-targets" "^7.18.9"
4949
"@babel/helper-module-transforms" "^7.18.9"
5050
"@babel/helpers" "^7.18.9"
51-
"@babel/parser" "^7.18.10"
51+
"@babel/parser" "^7.18.13"
5252
"@babel/template" "^7.18.10"
53-
"@babel/traverse" "^7.18.10"
54-
"@babel/types" "^7.18.10"
53+
"@babel/traverse" "^7.18.13"
54+
"@babel/types" "^7.18.13"
5555
convert-source-map "^1.7.0"
5656
debug "^4.1.0"
5757
gensync "^1.0.0-beta.2"
@@ -67,12 +67,12 @@
6767
eslint-visitor-keys "^2.1.0"
6868
semver "^6.3.0"
6969

70-
"@babel/generator@^7.14.0", "@babel/generator@^7.18.10", "@babel/generator@^7.7.2":
71-
version "7.18.10"
72-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a"
73-
integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA==
70+
"@babel/generator@^7.14.0", "@babel/generator@^7.18.13", "@babel/generator@^7.7.2":
71+
version "7.18.13"
72+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212"
73+
integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==
7474
dependencies:
75-
"@babel/types" "^7.18.10"
75+
"@babel/types" "^7.18.13"
7676
"@jridgewell/gen-mapping" "^0.3.2"
7777
jsesc "^2.5.1"
7878

@@ -293,10 +293,10 @@
293293
chalk "^2.0.0"
294294
js-tokens "^4.0.0"
295295

296-
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10":
297-
version "7.18.10"
298-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1"
299-
integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg==
296+
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.13":
297+
version "7.18.13"
298+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4"
299+
integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==
300300

301301
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
302302
version "7.18.6"
@@ -1101,26 +1101,26 @@
11011101
"@babel/parser" "^7.18.10"
11021102
"@babel/types" "^7.18.10"
11031103

1104-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1105-
version "7.18.10"
1106-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08"
1107-
integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g==
1104+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1105+
version "7.18.13"
1106+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68"
1107+
integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==
11081108
dependencies:
11091109
"@babel/code-frame" "^7.18.6"
1110-
"@babel/generator" "^7.18.10"
1110+
"@babel/generator" "^7.18.13"
11111111
"@babel/helper-environment-visitor" "^7.18.9"
11121112
"@babel/helper-function-name" "^7.18.9"
11131113
"@babel/helper-hoist-variables" "^7.18.6"
11141114
"@babel/helper-split-export-declaration" "^7.18.6"
1115-
"@babel/parser" "^7.18.10"
1116-
"@babel/types" "^7.18.10"
1115+
"@babel/parser" "^7.18.13"
1116+
"@babel/types" "^7.18.13"
11171117
debug "^4.1.0"
11181118
globals "^11.1.0"
11191119

1120-
"@babel/types@^7.0.0", "@babel/types@^7.12.5", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1121-
version "7.18.10"
1122-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
1123-
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
1120+
"@babel/types@^7.0.0", "@babel/types@^7.12.5", "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1121+
version "7.18.13"
1122+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a"
1123+
integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==
11241124
dependencies:
11251125
"@babel/helper-string-parser" "^7.18.10"
11261126
"@babel/helper-validator-identifier" "^7.18.6"

0 commit comments

Comments
 (0)