Skip to content

Commit f71118f

Browse files
build(deps-dev): bump @babel/core from 7.19.1 to 7.19.3 (#6425)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.19.1 to 7.19.3. - [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.3/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 9d46f0e commit f71118f

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.19.1",
73+
"@babel/core": "^7.19.3",
7474
"@babel/eslint-parser": "^7.19.1",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.19.3",

yarn.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -153,21 +153,21 @@
153153
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
154154
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
155155

156-
"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.5", "@babel/core@^7.19.1":
157-
version "7.19.1"
158-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
159-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
156+
"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.5", "@babel/core@^7.19.3":
157+
version "7.19.3"
158+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
159+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
160160
dependencies:
161161
"@ampproject/remapping" "^2.1.0"
162162
"@babel/code-frame" "^7.18.6"
163-
"@babel/generator" "^7.19.0"
164-
"@babel/helper-compilation-targets" "^7.19.1"
163+
"@babel/generator" "^7.19.3"
164+
"@babel/helper-compilation-targets" "^7.19.3"
165165
"@babel/helper-module-transforms" "^7.19.0"
166166
"@babel/helpers" "^7.19.0"
167-
"@babel/parser" "^7.19.1"
167+
"@babel/parser" "^7.19.3"
168168
"@babel/template" "^7.18.10"
169-
"@babel/traverse" "^7.19.1"
170-
"@babel/types" "^7.19.0"
169+
"@babel/traverse" "^7.19.3"
170+
"@babel/types" "^7.19.3"
171171
convert-source-map "^1.7.0"
172172
debug "^4.1.0"
173173
gensync "^1.0.0-beta.2"
@@ -183,12 +183,12 @@
183183
eslint-visitor-keys "^2.1.0"
184184
semver "^6.3.0"
185185

186-
"@babel/generator@^7.19.0", "@babel/generator@^7.7.2":
187-
version "7.19.0"
188-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
189-
integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
186+
"@babel/generator@^7.19.3", "@babel/generator@^7.7.2":
187+
version "7.19.3"
188+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
189+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
190190
dependencies:
191-
"@babel/types" "^7.19.0"
191+
"@babel/types" "^7.19.3"
192192
"@jridgewell/gen-mapping" "^0.3.2"
193193
jsesc "^2.5.1"
194194

@@ -207,7 +207,7 @@
207207
"@babel/helper-explode-assignable-expression" "^7.18.6"
208208
"@babel/types" "^7.18.6"
209209

210-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.1", "@babel/helper-compilation-targets@^7.19.3":
210+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
211211
version "7.19.3"
212212
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
213213
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
@@ -407,10 +407,10 @@
407407
chalk "^2.0.0"
408408
js-tokens "^4.0.0"
409409

410-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.1":
411-
version "7.19.1"
412-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
413-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
410+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3":
411+
version "7.19.3"
412+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
413+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
414414

415415
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
416416
version "7.18.6"
@@ -1121,19 +1121,19 @@
11211121
"@babel/parser" "^7.18.10"
11221122
"@babel/types" "^7.18.10"
11231123

1124-
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.7.2":
1125-
version "7.19.1"
1126-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1127-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1124+
"@babel/traverse@^7.18.10", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
1125+
version "7.19.3"
1126+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1127+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
11281128
dependencies:
11291129
"@babel/code-frame" "^7.18.6"
1130-
"@babel/generator" "^7.19.0"
1130+
"@babel/generator" "^7.19.3"
11311131
"@babel/helper-environment-visitor" "^7.18.9"
11321132
"@babel/helper-function-name" "^7.19.0"
11331133
"@babel/helper-hoist-variables" "^7.18.6"
11341134
"@babel/helper-split-export-declaration" "^7.18.6"
1135-
"@babel/parser" "^7.19.1"
1136-
"@babel/types" "^7.19.0"
1135+
"@babel/parser" "^7.19.3"
1136+
"@babel/types" "^7.19.3"
11371137
debug "^4.1.0"
11381138
globals "^11.1.0"
11391139

0 commit comments

Comments
 (0)