Skip to content

Commit bf21f77

Browse files
committed
Update dependency @babel/core to v7.19.3
1 parent 883a65e commit bf21f77

2 files changed

Lines changed: 53 additions & 30 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"sass": "1.55.0"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.19.1",
76+
"@babel/core": "7.19.3",
7777
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
7878
"@babel/plugin-proposal-logical-assignment-operators": "7.18.9",
7979
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",

yarn.lock

Lines changed: 52 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
122122
integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
123123

124-
"@babel/compat-data@^7.19.1":
125-
version "7.19.1"
126-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
127-
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
124+
"@babel/compat-data@^7.19.3":
125+
version "7.19.3"
126+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
127+
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
128128

129129
"@babel/compat-data@^7.8.4":
130130
version "7.8.5"
@@ -144,21 +144,21 @@
144144
invariant "^2.2.4"
145145
semver "^5.5.0"
146146

147-
"@babel/core@7.19.1":
148-
version "7.19.1"
149-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
150-
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
147+
"@babel/core@7.19.3":
148+
version "7.19.3"
149+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
150+
integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
151151
dependencies:
152152
"@ampproject/remapping" "^2.1.0"
153153
"@babel/code-frame" "^7.18.6"
154-
"@babel/generator" "^7.19.0"
155-
"@babel/helper-compilation-targets" "^7.19.1"
154+
"@babel/generator" "^7.19.3"
155+
"@babel/helper-compilation-targets" "^7.19.3"
156156
"@babel/helper-module-transforms" "^7.19.0"
157157
"@babel/helpers" "^7.19.0"
158-
"@babel/parser" "^7.19.1"
158+
"@babel/parser" "^7.19.3"
159159
"@babel/template" "^7.18.10"
160-
"@babel/traverse" "^7.19.1"
161-
"@babel/types" "^7.19.0"
160+
"@babel/traverse" "^7.19.3"
161+
"@babel/types" "^7.19.3"
162162
convert-source-map "^1.7.0"
163163
debug "^4.1.0"
164164
gensync "^1.0.0-beta.2"
@@ -545,6 +545,15 @@
545545
"@jridgewell/gen-mapping" "^0.3.2"
546546
jsesc "^2.5.1"
547547

548+
"@babel/generator@^7.19.3":
549+
version "7.19.3"
550+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
551+
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
552+
dependencies:
553+
"@babel/types" "^7.19.3"
554+
"@jridgewell/gen-mapping" "^0.3.2"
555+
jsesc "^2.5.1"
556+
548557
"@babel/generator@^7.8.4":
549558
version "7.8.4"
550559
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
@@ -751,12 +760,12 @@
751760
browserslist "^4.20.2"
752761
semver "^6.3.0"
753762

754-
"@babel/helper-compilation-targets@^7.19.1":
755-
version "7.19.1"
756-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.1.tgz#7f630911d83b408b76fe584831c98e5395d7a17c"
757-
integrity sha512-LlLkkqhCMyz2lkQPvJNdIYU7O5YjWRgC2R4omjCTpZd8u8KMQzZvX4qce+/BluN1rcQiV7BoGUpmQ0LeHerbhg==
763+
"@babel/helper-compilation-targets@^7.19.3":
764+
version "7.19.3"
765+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
766+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
758767
dependencies:
759-
"@babel/compat-data" "^7.19.1"
768+
"@babel/compat-data" "^7.19.3"
760769
"@babel/helper-validator-option" "^7.18.6"
761770
browserslist "^4.21.3"
762771
semver "^6.3.0"
@@ -1997,6 +2006,11 @@
19972006
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
19982007
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
19992008

2009+
"@babel/helper-validator-identifier@^7.19.1":
2010+
version "7.19.1"
2011+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
2012+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
2013+
20002014
"@babel/helper-validator-identifier@^7.9.0":
20012015
version "7.9.0"
20022016
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
@@ -2345,10 +2359,10 @@
23452359
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c"
23462360
integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==
23472361

2348-
"@babel/parser@^7.19.1":
2349-
version "7.19.1"
2350-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
2351-
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
2362+
"@babel/parser@^7.19.3":
2363+
version "7.19.3"
2364+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
2365+
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
23522366

23532367
"@babel/parser@^7.3.4", "@babel/parser@^7.4.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
23542368
version "7.8.4"
@@ -5871,19 +5885,19 @@
58715885
debug "^4.1.0"
58725886
globals "^11.1.0"
58735887

5874-
"@babel/traverse@^7.19.1":
5875-
version "7.19.1"
5876-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.1.tgz#0fafe100a8c2a603b4718b1d9bf2568d1d193347"
5877-
integrity sha512-0j/ZfZMxKukDaag2PtOPDbwuELqIar6lLskVPPJDjXMXjfLb1Obo/1yjxIGqqAJrmfaTIY3z2wFLAQ7qSkLsuA==
5888+
"@babel/traverse@^7.19.3":
5889+
version "7.19.3"
5890+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
5891+
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
58785892
dependencies:
58795893
"@babel/code-frame" "^7.18.6"
5880-
"@babel/generator" "^7.19.0"
5894+
"@babel/generator" "^7.19.3"
58815895
"@babel/helper-environment-visitor" "^7.18.9"
58825896
"@babel/helper-function-name" "^7.19.0"
58835897
"@babel/helper-hoist-variables" "^7.18.6"
58845898
"@babel/helper-split-export-declaration" "^7.18.6"
5885-
"@babel/parser" "^7.19.1"
5886-
"@babel/types" "^7.19.0"
5899+
"@babel/parser" "^7.19.3"
5900+
"@babel/types" "^7.19.3"
58875901
debug "^4.1.0"
58885902
globals "^11.1.0"
58895903

@@ -6108,6 +6122,15 @@
61086122
"@babel/helper-validator-identifier" "^7.18.6"
61096123
to-fast-properties "^2.0.0"
61106124

6125+
"@babel/types@^7.19.3":
6126+
version "7.19.3"
6127+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
6128+
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
6129+
dependencies:
6130+
"@babel/helper-string-parser" "^7.18.10"
6131+
"@babel/helper-validator-identifier" "^7.19.1"
6132+
to-fast-properties "^2.0.0"
6133+
61116134
"@babel/types@^7.4.4", "@babel/types@^7.9.0":
61126135
version "7.9.0"
61136136
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"

0 commit comments

Comments
 (0)