Skip to content

Commit 7d73b96

Browse files
chore(deps-dev): bump @babel/core from 7.19.1 to 7.19.3 (#1148)
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] <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 eb155f1 commit 7d73b96

File tree

1 file changed

+45
-42
lines changed

1 file changed

+45
-42
lines changed

yarn.lock

Lines changed: 45 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,26 @@
4242
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
4343
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
4444

45+
"@babel/compat-data@^7.19.3":
46+
version "7.19.3"
47+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
48+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
49+
4550
"@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.19.1":
46-
version "7.19.1"
47-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
48-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
51+
version "7.19.3"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
53+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
4954
dependencies:
5055
"@ampproject/remapping" "^2.1.0"
5156
"@babel/code-frame" "^7.18.6"
52-
"@babel/generator" "^7.19.0"
53-
"@babel/helper-compilation-targets" "^7.19.1"
57+
"@babel/generator" "^7.19.3"
58+
"@babel/helper-compilation-targets" "^7.19.3"
5459
"@babel/helper-module-transforms" "^7.19.0"
5560
"@babel/helpers" "^7.19.0"
56-
"@babel/parser" "^7.19.1"
61+
"@babel/parser" "^7.19.3"
5762
"@babel/template" "^7.18.10"
58-
"@babel/traverse" "^7.19.1"
59-
"@babel/types" "^7.19.0"
63+
"@babel/traverse" "^7.19.3"
64+
"@babel/types" "^7.19.3"
6065
convert-source-map "^1.7.0"
6166
debug "^4.1.0"
6267
gensync "^1.0.0-beta.2"
@@ -72,12 +77,12 @@
7277
eslint-visitor-keys "^2.1.0"
7378
semver "^6.3.0"
7479

75-
"@babel/generator@^7.14.0", "@babel/generator@^7.19.0", "@babel/generator@^7.7.2":
76-
version "7.19.0"
77-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a"
78-
integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==
80+
"@babel/generator@^7.14.0", "@babel/generator@^7.19.3", "@babel/generator@^7.7.2":
81+
version "7.19.3"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
83+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
7984
dependencies:
80-
"@babel/types" "^7.19.0"
85+
"@babel/types" "^7.19.3"
8186
"@jridgewell/gen-mapping" "^0.3.2"
8287
jsesc "^2.5.1"
8388

@@ -96,12 +101,12 @@
96101
"@babel/helper-explode-assignable-expression" "^7.18.6"
97102
"@babel/types" "^7.18.9"
98103

99-
"@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":
100-
version "7.19.1"
101-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
102-
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
104+
"@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":
105+
version "7.19.3"
106+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
107+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
103108
dependencies:
104-
"@babel/compat-data" "^7.19.1"
109+
"@babel/compat-data" "^7.19.3"
105110
"@babel/helper-validator-option" "^7.18.6"
106111
browserslist "^4.21.3"
107112
semver "^6.3.0"
@@ -281,6 +286,11 @@
281286
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
282287
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
283288

289+
"@babel/helper-validator-identifier@^7.19.1":
290+
version "7.19.1"
291+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
292+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
293+
284294
"@babel/helper-validator-option@^7.18.6":
285295
version "7.18.6"
286296
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -314,10 +324,10 @@
314324
chalk "^2.0.0"
315325
js-tokens "^4.0.0"
316326

317-
"@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.19.1":
318-
version "7.19.1"
319-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
320-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
327+
"@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.19.3":
328+
version "7.19.3"
329+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
330+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
321331

322332
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
323333
version "7.18.6"
@@ -1163,29 +1173,29 @@
11631173
"@babel/parser" "^7.18.10"
11641174
"@babel/types" "^7.18.10"
11651175

1166-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1167-
version "7.19.1"
1168-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
1169-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
1176+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
1177+
version "7.19.3"
1178+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
1179+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
11701180
dependencies:
11711181
"@babel/code-frame" "^7.18.6"
1172-
"@babel/generator" "^7.19.0"
1182+
"@babel/generator" "^7.19.3"
11731183
"@babel/helper-environment-visitor" "^7.18.9"
11741184
"@babel/helper-function-name" "^7.19.0"
11751185
"@babel/helper-hoist-variables" "^7.18.6"
11761186
"@babel/helper-split-export-declaration" "^7.18.6"
1177-
"@babel/parser" "^7.19.1"
1178-
"@babel/types" "^7.19.0"
1187+
"@babel/parser" "^7.19.3"
1188+
"@babel/types" "^7.19.3"
11791189
debug "^4.1.0"
11801190
globals "^11.1.0"
11811191

1182-
"@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.19.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1183-
version "7.19.0"
1184-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
1185-
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
1192+
"@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.19.0", "@babel/types@^7.19.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1193+
version "7.19.3"
1194+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
1195+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
11861196
dependencies:
11871197
"@babel/helper-string-parser" "^7.18.10"
1188-
"@babel/helper-validator-identifier" "^7.18.6"
1198+
"@babel/helper-validator-identifier" "^7.19.1"
11891199
to-fast-properties "^2.0.0"
11901200

11911201
"@bcoe/v8-coverage@^0.2.3":
@@ -3048,20 +3058,13 @@ conventional-commits-parser@^3.2.0:
30483058
split2 "^3.0.0"
30493059
through2 "^4.0.0"
30503060

3051-
convert-source-map@^1.1.0:
3061+
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
30523062
version "1.8.0"
30533063
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
30543064
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
30553065
dependencies:
30563066
safe-buffer "~5.1.1"
30573067

3058-
convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
3059-
version "1.7.0"
3060-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
3061-
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
3062-
dependencies:
3063-
safe-buffer "~5.1.1"
3064-
30653068
copy-descriptor@^0.1.0:
30663069
version "0.1.1"
30673070
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"

0 commit comments

Comments
 (0)