Skip to content

Commit 5a32fbf

Browse files
Merge pull request #165 from CodingItWrong/dependabot/npm_and_yarn/babel/core-7.25.2
build(deps-dev): bump @babel/core from 7.24.7 to 7.25.2
2 parents 1a0d91d + 02bc2a7 commit 5a32fbf

File tree

1 file changed

+116
-85
lines changed

1 file changed

+116
-85
lines changed

yarn.lock

Lines changed: 116 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,38 @@
3030
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
3131
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
3232

33+
"@babel/compat-data@^7.25.2":
34+
version "7.25.2"
35+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
36+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
37+
3338
"@babel/core@^7.1.2", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
34-
version "7.24.7"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
36-
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
39+
version "7.25.2"
40+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
41+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
3742
dependencies:
3843
"@ampproject/remapping" "^2.2.0"
3944
"@babel/code-frame" "^7.24.7"
40-
"@babel/generator" "^7.24.7"
41-
"@babel/helper-compilation-targets" "^7.24.7"
42-
"@babel/helper-module-transforms" "^7.24.7"
43-
"@babel/helpers" "^7.24.7"
44-
"@babel/parser" "^7.24.7"
45-
"@babel/template" "^7.24.7"
46-
"@babel/traverse" "^7.24.7"
47-
"@babel/types" "^7.24.7"
45+
"@babel/generator" "^7.25.0"
46+
"@babel/helper-compilation-targets" "^7.25.2"
47+
"@babel/helper-module-transforms" "^7.25.2"
48+
"@babel/helpers" "^7.25.0"
49+
"@babel/parser" "^7.25.0"
50+
"@babel/template" "^7.25.0"
51+
"@babel/traverse" "^7.25.2"
52+
"@babel/types" "^7.25.2"
4853
convert-source-map "^2.0.0"
4954
debug "^4.1.0"
5055
gensync "^1.0.0-beta.2"
5156
json5 "^2.2.3"
5257
semver "^6.3.1"
5358

54-
"@babel/generator@^7.24.7", "@babel/generator@^7.7.2":
55-
version "7.24.7"
56-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
57-
integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
59+
"@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
60+
version "7.25.0"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
62+
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
5863
dependencies:
59-
"@babel/types" "^7.24.7"
64+
"@babel/types" "^7.25.0"
6065
"@jridgewell/gen-mapping" "^0.3.5"
6166
"@jridgewell/trace-mapping" "^0.3.25"
6267
jsesc "^2.5.1"
@@ -83,14 +88,14 @@
8388
"@babel/traverse" "^7.24.7"
8489
"@babel/types" "^7.24.7"
8590

86-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7":
87-
version "7.24.7"
88-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
89-
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
91+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.25.2":
92+
version "7.25.2"
93+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
94+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
9095
dependencies:
91-
"@babel/compat-data" "^7.24.7"
92-
"@babel/helper-validator-option" "^7.24.7"
93-
browserslist "^4.22.2"
96+
"@babel/compat-data" "^7.25.2"
97+
"@babel/helper-validator-option" "^7.24.8"
98+
browserslist "^4.23.1"
9499
lru-cache "^5.1.1"
95100
semver "^6.3.1"
96101

@@ -175,16 +180,15 @@
175180
"@babel/traverse" "^7.24.7"
176181
"@babel/types" "^7.24.7"
177182

178-
"@babel/helper-module-transforms@^7.24.7":
179-
version "7.24.7"
180-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
181-
integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
183+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.25.2":
184+
version "7.25.2"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
186+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
182187
dependencies:
183-
"@babel/helper-environment-visitor" "^7.24.7"
184188
"@babel/helper-module-imports" "^7.24.7"
185189
"@babel/helper-simple-access" "^7.24.7"
186-
"@babel/helper-split-export-declaration" "^7.24.7"
187190
"@babel/helper-validator-identifier" "^7.24.7"
191+
"@babel/traverse" "^7.25.2"
188192

189193
"@babel/helper-optimise-call-expression@^7.24.7":
190194
version "7.24.7"
@@ -239,10 +243,10 @@
239243
dependencies:
240244
"@babel/types" "^7.24.7"
241245

242-
"@babel/helper-string-parser@^7.24.7":
243-
version "7.24.7"
244-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
245-
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
246+
"@babel/helper-string-parser@^7.24.8":
247+
version "7.24.8"
248+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
249+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
246250

247251
"@babel/helper-validator-identifier@^7.18.6":
248252
version "7.18.6"
@@ -259,6 +263,11 @@
259263
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
260264
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
261265

266+
"@babel/helper-validator-option@^7.24.8":
267+
version "7.24.8"
268+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
269+
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
270+
262271
"@babel/helper-wrap-function@^7.24.7":
263272
version "7.24.7"
264273
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f"
@@ -269,13 +278,13 @@
269278
"@babel/traverse" "^7.24.7"
270279
"@babel/types" "^7.24.7"
271280

272-
"@babel/helpers@^7.24.7":
273-
version "7.24.7"
274-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
275-
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
281+
"@babel/helpers@^7.25.0":
282+
version "7.25.0"
283+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
284+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
276285
dependencies:
277-
"@babel/template" "^7.24.7"
278-
"@babel/types" "^7.24.7"
286+
"@babel/template" "^7.25.0"
287+
"@babel/types" "^7.25.0"
279288

280289
"@babel/highlight@^7.10.4":
281290
version "7.18.6"
@@ -296,10 +305,12 @@
296305
js-tokens "^4.0.0"
297306
picocolors "^1.0.0"
298307

299-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7", "@babel/parser@^7.7.0":
300-
version "7.24.7"
301-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
302-
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
308+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.7.0":
309+
version "7.25.3"
310+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
311+
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
312+
dependencies:
313+
"@babel/types" "^7.25.2"
303314

304315
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
305316
version "7.24.7"
@@ -981,37 +992,34 @@
981992
dependencies:
982993
regenerator-runtime "^0.13.4"
983994

984-
"@babel/template@^7.24.7", "@babel/template@^7.3.3":
985-
version "7.24.7"
986-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
987-
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
995+
"@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3":
996+
version "7.25.0"
997+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
998+
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
988999
dependencies:
9891000
"@babel/code-frame" "^7.24.7"
990-
"@babel/parser" "^7.24.7"
991-
"@babel/types" "^7.24.7"
1001+
"@babel/parser" "^7.25.0"
1002+
"@babel/types" "^7.25.0"
9921003

993-
"@babel/traverse@^7.24.7", "@babel/traverse@^7.7.0":
994-
version "7.24.7"
995-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
996-
integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==
1004+
"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2", "@babel/traverse@^7.7.0":
1005+
version "7.25.3"
1006+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
1007+
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
9971008
dependencies:
9981009
"@babel/code-frame" "^7.24.7"
999-
"@babel/generator" "^7.24.7"
1000-
"@babel/helper-environment-visitor" "^7.24.7"
1001-
"@babel/helper-function-name" "^7.24.7"
1002-
"@babel/helper-hoist-variables" "^7.24.7"
1003-
"@babel/helper-split-export-declaration" "^7.24.7"
1004-
"@babel/parser" "^7.24.7"
1005-
"@babel/types" "^7.24.7"
1010+
"@babel/generator" "^7.25.0"
1011+
"@babel/parser" "^7.25.3"
1012+
"@babel/template" "^7.25.0"
1013+
"@babel/types" "^7.25.2"
10061014
debug "^4.3.1"
10071015
globals "^11.1.0"
10081016

1009-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1010-
version "7.24.7"
1011-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
1012-
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
1017+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1018+
version "7.25.2"
1019+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1020+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
10131021
dependencies:
1014-
"@babel/helper-string-parser" "^7.24.7"
1022+
"@babel/helper-string-parser" "^7.24.8"
10151023
"@babel/helper-validator-identifier" "^7.24.7"
10161024
to-fast-properties "^2.0.0"
10171025

@@ -1761,16 +1769,6 @@ braces@^3.0.1:
17611769
dependencies:
17621770
fill-range "^7.0.1"
17631771

1764-
browserslist@^4.22.2:
1765-
version "4.22.2"
1766-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
1767-
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
1768-
dependencies:
1769-
caniuse-lite "^1.0.30001565"
1770-
electron-to-chromium "^1.4.601"
1771-
node-releases "^2.0.14"
1772-
update-browserslist-db "^1.0.13"
1773-
17741772
browserslist@^4.23.0:
17751773
version "4.23.0"
17761774
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab"
@@ -1781,6 +1779,16 @@ browserslist@^4.23.0:
17811779
node-releases "^2.0.14"
17821780
update-browserslist-db "^1.0.13"
17831781

1782+
browserslist@^4.23.1:
1783+
version "4.23.3"
1784+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
1785+
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
1786+
dependencies:
1787+
caniuse-lite "^1.0.30001646"
1788+
electron-to-chromium "^1.5.4"
1789+
node-releases "^2.0.18"
1790+
update-browserslist-db "^1.1.0"
1791+
17841792
17851793
version "2.1.1"
17861794
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -1808,16 +1816,16 @@ camelcase@^6.2.0:
18081816
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
18091817
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
18101818

1811-
caniuse-lite@^1.0.30001565:
1812-
version "1.0.30001572"
1813-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001572.tgz#1ccf7dc92d2ee2f92ed3a54e11b7b4a3041acfa0"
1814-
integrity sha512-1Pbh5FLmn5y4+QhNyJE9j3/7dK44dGB83/ZMjv/qJk86TvDbjk0LosiZo0i0WB0Vx607qMX9jYrn1VLHCkN4rw==
1815-
18161819
caniuse-lite@^1.0.30001587:
18171820
version "1.0.30001603"
18181821
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001603.tgz#605046a5bdc95ba4a92496d67e062522dce43381"
18191822
integrity sha512-iL2iSS0eDILMb9n5yKQoTBim9jMZ0Yrk8g0N9K7UzYyWnfIKzXBZD5ngpM37ZcL/cv0Mli8XtVMRYMQAfFpi5Q==
18201823

1824+
caniuse-lite@^1.0.30001646:
1825+
version "1.0.30001646"
1826+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz#d472f2882259ba032dd73ee069ff01bfd059b25d"
1827+
integrity sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==
1828+
18211829
chalk@^2.0.0, chalk@^2.4.2:
18221830
version "2.4.2"
18231831
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -1985,16 +1993,16 @@ doctrine@^3.0.0:
19851993
dependencies:
19861994
esutils "^2.0.2"
19871995

1988-
electron-to-chromium@^1.4.601:
1989-
version "1.4.616"
1990-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.616.tgz#4bddbc2c76e1e9dbf449ecd5da3d8119826ea4fb"
1991-
integrity sha512-1n7zWYh8eS0L9Uy+GskE0lkBUNK83cXTVJI0pU3mGprFsbfSdAc15VTFbo+A+Bq4pwstmL30AVcEU3Fo463lNg==
1992-
19931996
electron-to-chromium@^1.4.668:
19941997
version "1.4.723"
19951998
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.723.tgz#827da30c96b316684d352c3d81430029df01bb8e"
19961999
integrity sha512-rxFVtrMGMFROr4qqU6n95rUi9IlfIm+lIAt+hOToy/9r6CDv0XiEcQdC3VP71y1pE5CFTzKV0RvxOGYCPWWHPw==
19972000

2001+
electron-to-chromium@^1.5.4:
2002+
version "1.5.4"
2003+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343"
2004+
integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==
2005+
19982006
emittery@^0.13.1:
19992007
version "0.13.1"
20002008
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad"
@@ -2024,6 +2032,11 @@ escalade@^3.1.1:
20242032
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
20252033
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
20262034

2035+
escalade@^3.1.2:
2036+
version "3.1.2"
2037+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
2038+
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
2039+
20272040
escape-string-regexp@^1.0.5:
20282041
version "1.0.5"
20292042
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
@@ -3113,6 +3126,11 @@ node-releases@^2.0.14:
31133126
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
31143127
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
31153128

3129+
node-releases@^2.0.18:
3130+
version "2.0.18"
3131+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
3132+
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
3133+
31163134
normalize-path@^3.0.0:
31173135
version "3.0.0"
31183136
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
@@ -3224,6 +3242,11 @@ picocolors@^1.0.0:
32243242
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
32253243
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
32263244

3245+
picocolors@^1.0.1:
3246+
version "1.0.1"
3247+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
3248+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
3249+
32273250
picomatch@^2.0.4, picomatch@^2.2.3:
32283251
version "2.3.0"
32293252
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
@@ -3735,6 +3758,14 @@ update-browserslist-db@^1.0.13:
37353758
escalade "^3.1.1"
37363759
picocolors "^1.0.0"
37373760

3761+
update-browserslist-db@^1.1.0:
3762+
version "1.1.0"
3763+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
3764+
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
3765+
dependencies:
3766+
escalade "^3.1.2"
3767+
picocolors "^1.0.1"
3768+
37383769
uri-js@^4.2.2:
37393770
version "4.4.1"
37403771
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)