Skip to content

Commit 396df3c

Browse files
chore(deps-dev): bump @babel/core from 7.19.0 to 7.19.1 (#296)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.0 to 7.19.1. - [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.19.1/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 49d3542 commit 396df3c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
3838

3939
"@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5":
40-
version "7.19.0"
41-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3"
42-
integrity sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ==
40+
version "7.19.1"
41+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
42+
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
4343
dependencies:
4444
"@ampproject/remapping" "^2.1.0"
4545
"@babel/code-frame" "^7.18.6"
4646
"@babel/generator" "^7.19.0"
47-
"@babel/helper-compilation-targets" "^7.19.0"
47+
"@babel/helper-compilation-targets" "^7.19.1"
4848
"@babel/helper-module-transforms" "^7.19.0"
4949
"@babel/helpers" "^7.19.0"
50-
"@babel/parser" "^7.19.0"
50+
"@babel/parser" "^7.19.1"
5151
"@babel/template" "^7.18.10"
52-
"@babel/traverse" "^7.19.0"
52+
"@babel/traverse" "^7.19.1"
5353
"@babel/types" "^7.19.0"
5454
convert-source-map "^1.7.0"
5555
debug "^4.1.0"
@@ -299,10 +299,10 @@
299299
chalk "^2.0.0"
300300
js-tokens "^4.0.0"
301301

302-
"@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.0":
303-
version "7.19.0"
304-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
305-
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
302+
"@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1":
303+
version "7.19.1"
304+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
305+
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
306306

307307
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
308308
version "7.18.6"
@@ -930,18 +930,18 @@
930930
"@babel/parser" "^7.18.10"
931931
"@babel/types" "^7.18.10"
932932

933-
"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0":
934-
version "7.19.0"
935-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.0.tgz#eb9c561c7360005c592cc645abafe0c3c4548eed"
936-
integrity sha512-4pKpFRDh+utd2mbRC8JLnlsMUii3PMHjpL6a0SZ4NMZy7YFP9aXORxEhdMVOc9CpWtDF09IkciQLEhK7Ml7gRA==
933+
"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1":
934+
version "7.19.1"
935+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
936+
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
937937
dependencies:
938938
"@babel/code-frame" "^7.18.6"
939939
"@babel/generator" "^7.19.0"
940940
"@babel/helper-environment-visitor" "^7.18.9"
941941
"@babel/helper-function-name" "^7.19.0"
942942
"@babel/helper-hoist-variables" "^7.18.6"
943943
"@babel/helper-split-export-declaration" "^7.18.6"
944-
"@babel/parser" "^7.19.0"
944+
"@babel/parser" "^7.19.1"
945945
"@babel/types" "^7.19.0"
946946
debug "^4.1.0"
947947
globals "^11.1.0"

0 commit comments

Comments
 (0)