Skip to content

Commit 5410987

Browse files
build(deps-dev): bump @babel/core from 7.18.6 to 7.20.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.6 to 7.20.2. - [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.20.2/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1085838 commit 5410987

File tree

2 files changed

+129
-85
lines changed

2 files changed

+129
-85
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"vue-router": "^4.0.16"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.18.6",
32+
"@babel/core": "^7.20.2",
3333
"@capacitor/cli": "3.6.0",
3434
"@commitlint/cli": "^17.0.3",
3535
"@commitlint/config-conventional": "^17.0.3",

yarn.lock

Lines changed: 128 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -35,38 +35,38 @@
3535
version "7.17.10"
3636
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
3737

38-
"@babel/compat-data@^7.18.6":
39-
version "7.18.6"
40-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.6.tgz#8b37d24e88e8e21c499d4328db80577d8882fa53"
41-
integrity sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==
38+
"@babel/compat-data@^7.20.0":
39+
version "7.20.1"
40+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
41+
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
4242

43-
"@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.18.6", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
44-
version "7.18.6"
45-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.6.tgz#54a107a3c298aee3fe5e1947a6464b9b6faca03d"
46-
integrity sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==
43+
"@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.20.2", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
44+
version "7.20.2"
45+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
46+
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
4747
dependencies:
4848
"@ampproject/remapping" "^2.1.0"
4949
"@babel/code-frame" "^7.18.6"
50-
"@babel/generator" "^7.18.6"
51-
"@babel/helper-compilation-targets" "^7.18.6"
52-
"@babel/helper-module-transforms" "^7.18.6"
53-
"@babel/helpers" "^7.18.6"
54-
"@babel/parser" "^7.18.6"
55-
"@babel/template" "^7.18.6"
56-
"@babel/traverse" "^7.18.6"
57-
"@babel/types" "^7.18.6"
50+
"@babel/generator" "^7.20.2"
51+
"@babel/helper-compilation-targets" "^7.20.0"
52+
"@babel/helper-module-transforms" "^7.20.2"
53+
"@babel/helpers" "^7.20.1"
54+
"@babel/parser" "^7.20.2"
55+
"@babel/template" "^7.18.10"
56+
"@babel/traverse" "^7.20.1"
57+
"@babel/types" "^7.20.2"
5858
convert-source-map "^1.7.0"
5959
debug "^4.1.0"
6060
gensync "^1.0.0-beta.2"
6161
json5 "^2.2.1"
6262
semver "^6.3.0"
6363

64-
"@babel/generator@^7.18.6", "@babel/generator@^7.7.2":
65-
version "7.18.7"
66-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.7.tgz#2aa78da3c05aadfc82dbac16c99552fc802284bd"
67-
integrity sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==
64+
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2":
65+
version "7.20.3"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.3.tgz#e58c9ae2f7bf7fdf4899160cf1e04400a82cd641"
67+
integrity sha512-Wl5ilw2UD1+ZYprHVprxHZJCFeBWlzZYOovE4SDYLZnqCOD11j+0QzNeEWKLLTWM7nixrZEh7vNIyb76MyJg3A==
6868
dependencies:
69-
"@babel/types" "^7.18.7"
69+
"@babel/types" "^7.20.2"
7070
"@jridgewell/gen-mapping" "^0.3.2"
7171
jsesc "^2.5.1"
7272

@@ -83,14 +83,14 @@
8383
"@babel/helper-explode-assignable-expression" "^7.16.7"
8484
"@babel/types" "^7.16.7"
8585

86-
"@babel/helper-compilation-targets@^7.12.16", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.6":
87-
version "7.18.6"
88-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.6.tgz#18d35bfb9f83b1293c22c55b3d576c1315b6ed96"
89-
integrity sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==
86+
"@babel/helper-compilation-targets@^7.12.16", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.20.0":
87+
version "7.20.0"
88+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
89+
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
9090
dependencies:
91-
"@babel/compat-data" "^7.18.6"
91+
"@babel/compat-data" "^7.20.0"
9292
"@babel/helper-validator-option" "^7.18.6"
93-
browserslist "^4.20.2"
93+
browserslist "^4.21.3"
9494
semver "^6.3.0"
9595

9696
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.6", "@babel/helper-create-class-features-plugin@^7.17.9":
@@ -131,10 +131,10 @@
131131
dependencies:
132132
"@babel/types" "^7.16.7"
133133

134-
"@babel/helper-environment-visitor@^7.18.6":
135-
version "7.18.6"
136-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.6.tgz#b7eee2b5b9d70602e59d1a6cad7dd24de7ca6cd7"
137-
integrity sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==
134+
"@babel/helper-environment-visitor@^7.18.9":
135+
version "7.18.9"
136+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
137+
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
138138

139139
"@babel/helper-explode-assignable-expression@^7.16.7":
140140
version "7.16.7"
@@ -149,13 +149,13 @@
149149
"@babel/template" "^7.16.7"
150150
"@babel/types" "^7.17.0"
151151

152-
"@babel/helper-function-name@^7.18.6":
153-
version "7.18.6"
154-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.6.tgz#8334fecb0afba66e6d87a7e8c6bb7fed79926b83"
155-
integrity sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==
152+
"@babel/helper-function-name@^7.19.0":
153+
version "7.19.0"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
155+
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
156156
dependencies:
157-
"@babel/template" "^7.18.6"
158-
"@babel/types" "^7.18.6"
157+
"@babel/template" "^7.18.10"
158+
"@babel/types" "^7.19.0"
159159

160160
"@babel/helper-hoist-variables@^7.16.7":
161161
version "7.16.7"
@@ -189,19 +189,19 @@
189189
dependencies:
190190
"@babel/types" "^7.18.6"
191191

192-
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7", "@babel/helper-module-transforms@^7.18.6":
193-
version "7.18.6"
194-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.6.tgz#57e3ca669e273d55c3cda55e6ebf552f37f483c8"
195-
integrity sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw==
192+
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7", "@babel/helper-module-transforms@^7.20.2":
193+
version "7.20.2"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
195+
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
196196
dependencies:
197-
"@babel/helper-environment-visitor" "^7.18.6"
197+
"@babel/helper-environment-visitor" "^7.18.9"
198198
"@babel/helper-module-imports" "^7.18.6"
199-
"@babel/helper-simple-access" "^7.18.6"
199+
"@babel/helper-simple-access" "^7.20.2"
200200
"@babel/helper-split-export-declaration" "^7.18.6"
201-
"@babel/helper-validator-identifier" "^7.18.6"
202-
"@babel/template" "^7.18.6"
203-
"@babel/traverse" "^7.18.6"
204-
"@babel/types" "^7.18.6"
201+
"@babel/helper-validator-identifier" "^7.19.1"
202+
"@babel/template" "^7.18.10"
203+
"@babel/traverse" "^7.20.1"
204+
"@babel/types" "^7.20.2"
205205

206206
"@babel/helper-optimise-call-expression@^7.16.7":
207207
version "7.16.7"
@@ -237,12 +237,12 @@
237237
dependencies:
238238
"@babel/types" "^7.17.0"
239239

240-
"@babel/helper-simple-access@^7.18.6":
241-
version "7.18.6"
242-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz#d6d8f51f4ac2978068df934b569f08f29788c7ea"
243-
integrity sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==
240+
"@babel/helper-simple-access@^7.20.2":
241+
version "7.20.2"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
243+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
244244
dependencies:
245-
"@babel/types" "^7.18.6"
245+
"@babel/types" "^7.20.2"
246246

247247
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
248248
version "7.16.0"
@@ -263,6 +263,11 @@
263263
dependencies:
264264
"@babel/types" "^7.18.6"
265265

266+
"@babel/helper-string-parser@^7.19.4":
267+
version "7.19.4"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
269+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
270+
266271
"@babel/helper-validator-identifier@^7.16.7":
267272
version "7.16.7"
268273
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -272,6 +277,11 @@
272277
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
273278
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
274279

280+
"@babel/helper-validator-identifier@^7.19.1":
281+
version "7.19.1"
282+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
283+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
284+
275285
"@babel/helper-validator-option@^7.16.7":
276286
version "7.16.7"
277287
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -290,14 +300,14 @@
290300
"@babel/traverse" "^7.16.8"
291301
"@babel/types" "^7.16.8"
292302

293-
"@babel/helpers@^7.18.6":
294-
version "7.18.6"
295-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.6.tgz#4c966140eaa1fcaa3d5a8c09d7db61077d4debfd"
296-
integrity sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==
303+
"@babel/helpers@^7.20.1":
304+
version "7.20.1"
305+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
306+
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
297307
dependencies:
298-
"@babel/template" "^7.18.6"
299-
"@babel/traverse" "^7.18.6"
300-
"@babel/types" "^7.18.6"
308+
"@babel/template" "^7.18.10"
309+
"@babel/traverse" "^7.20.1"
310+
"@babel/types" "^7.20.0"
301311

302312
"@babel/highlight@^7.18.6":
303313
version "7.18.6"
@@ -308,10 +318,10 @@
308318
chalk "^2.0.0"
309319
js-tokens "^4.0.0"
310320

311-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.6":
312-
version "7.18.6"
313-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
314-
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
321+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
322+
version "7.20.3"
323+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
324+
integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
315325

316326
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
317327
version "7.16.7"
@@ -889,37 +899,38 @@
889899
dependencies:
890900
regenerator-runtime "^0.13.4"
891901

892-
"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.18.6", "@babel/template@^7.3.3":
893-
version "7.18.6"
894-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
895-
integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
902+
"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.18.10", "@babel/template@^7.3.3":
903+
version "7.18.10"
904+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
905+
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
896906
dependencies:
897907
"@babel/code-frame" "^7.18.6"
898-
"@babel/parser" "^7.18.6"
899-
"@babel/types" "^7.18.6"
908+
"@babel/parser" "^7.18.10"
909+
"@babel/types" "^7.18.10"
900910

901-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.6", "@babel/traverse@^7.7.2":
902-
version "7.18.6"
903-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.6.tgz#a228562d2f46e89258efa4ddd0416942e2fd671d"
904-
integrity sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==
911+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2":
912+
version "7.20.1"
913+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
914+
integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
905915
dependencies:
906916
"@babel/code-frame" "^7.18.6"
907-
"@babel/generator" "^7.18.6"
908-
"@babel/helper-environment-visitor" "^7.18.6"
909-
"@babel/helper-function-name" "^7.18.6"
917+
"@babel/generator" "^7.20.1"
918+
"@babel/helper-environment-visitor" "^7.18.9"
919+
"@babel/helper-function-name" "^7.19.0"
910920
"@babel/helper-hoist-variables" "^7.18.6"
911921
"@babel/helper-split-export-declaration" "^7.18.6"
912-
"@babel/parser" "^7.18.6"
913-
"@babel/types" "^7.18.6"
922+
"@babel/parser" "^7.20.1"
923+
"@babel/types" "^7.20.0"
914924
debug "^4.1.0"
915925
globals "^11.1.0"
916926

917-
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.18.6", "@babel/types@^7.18.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
918-
version "7.18.7"
919-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.7.tgz#a4a2c910c15040ea52cdd1ddb1614a65c8041726"
920-
integrity sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==
927+
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
928+
version "7.20.2"
929+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
930+
integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
921931
dependencies:
922-
"@babel/helper-validator-identifier" "^7.18.6"
932+
"@babel/helper-string-parser" "^7.19.4"
933+
"@babel/helper-validator-identifier" "^7.19.1"
923934
to-fast-properties "^2.0.0"
924935

925936
"@bcoe/v8-coverage@^0.2.3":
@@ -3416,7 +3427,7 @@ browser-process-hrtime@^1.0.0:
34163427
version "1.0.0"
34173428
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
34183429

3419-
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3, browserslist@^4.16.6, browserslist@^4.20.2, browserslist@^4.20.3:
3430+
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3, browserslist@^4.16.6, browserslist@^4.20.3:
34203431
version "4.20.3"
34213432
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
34223433
dependencies:
@@ -3426,6 +3437,16 @@ browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3, browserslist@^4
34263437
node-releases "^2.0.3"
34273438
picocolors "^1.0.0"
34283439

3440+
browserslist@^4.21.3:
3441+
version "4.21.4"
3442+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
3443+
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
3444+
dependencies:
3445+
caniuse-lite "^1.0.30001400"
3446+
electron-to-chromium "^1.4.251"
3447+
node-releases "^2.0.6"
3448+
update-browserslist-db "^1.0.9"
3449+
34293450
bs-logger@0.x:
34303451
version "0.2.6"
34313452
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
@@ -3541,6 +3562,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335:
35413562
version "1.0.30001335"
35423563
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001335.tgz#899254a0b70579e5a957c32dced79f0727c61f2a"
35433564

3565+
caniuse-lite@^1.0.30001400:
3566+
version "1.0.30001431"
3567+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz#e7c59bd1bc518fae03a4656be442ce6c4887a795"
3568+
integrity sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==
3569+
35443570
case-sensitive-paths-webpack-plugin@^2.3.0:
35453571
version "2.4.0"
35463572
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
@@ -4567,6 +4593,11 @@ electron-to-chromium@^1.4.118:
45674593
version "1.4.131"
45684594
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.131.tgz#ca42d22eac0fe545860fbc636a6f4a7190ba70a9"
45694595

4596+
electron-to-chromium@^1.4.251:
4597+
version "1.4.284"
4598+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
4599+
integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
4600+
45704601
elementtree@^0.1.7:
45714602
version "0.1.7"
45724603
resolved "https://registry.yarnpkg.com/elementtree/-/elementtree-0.1.7.tgz#9ac91be6e52fb6e6244c4e54a4ac3ed8ae8e29c0"
@@ -7414,6 +7445,11 @@ node-releases@^2.0.3:
74147445
version "2.0.4"
74157446
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
74167447

7448+
node-releases@^2.0.6:
7449+
version "2.0.6"
7450+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"
7451+
integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==
7452+
74177453
nopt@^5.0.0:
74187454
version "5.0.0"
74197455
resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
@@ -9462,6 +9498,14 @@ untildify@^4.0.0:
94629498
version "4.0.0"
94639499
resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
94649500

9501+
update-browserslist-db@^1.0.9:
9502+
version "1.0.10"
9503+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3"
9504+
integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==
9505+
dependencies:
9506+
escalade "^3.1.1"
9507+
picocolors "^1.0.0"
9508+
94659509
uri-js@^4.2.2:
94669510
version "4.4.1"
94679511
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)