Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 9c5ad9a

Browse files
committed
chore(deps): update all non-major dependencies to v7.24.8
1 parent f5b1786 commit 9c5ad9a

File tree

2 files changed

+119
-56
lines changed

2 files changed

+119
-56
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"react-intl": "6.6.8"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "7.24.7",
33-
"@babel/eslint-parser": "7.24.7",
32+
"@babel/core": "7.24.8",
33+
"@babel/eslint-parser": "7.24.8",
3434
"@types/node": "20.14.10",
3535
"@types/react": "18.3.3",
3636
"@types/react-dom": "18.3.0",

yarn.lock

Lines changed: 117 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,26 @@
6666
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
6767
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==
6868

69-
"@babel/compat-data@^7.24.7":
70-
version "7.24.7"
71-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
72-
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
69+
"@babel/compat-data@^7.24.8":
70+
version "7.24.8"
71+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
72+
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
7373

74-
"@babel/[email protected].7":
75-
version "7.24.7"
76-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
77-
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
74+
"@babel/[email protected].8":
75+
version "7.24.8"
76+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4"
77+
integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==
7878
dependencies:
7979
"@ampproject/remapping" "^2.2.0"
8080
"@babel/code-frame" "^7.24.7"
81-
"@babel/generator" "^7.24.7"
82-
"@babel/helper-compilation-targets" "^7.24.7"
83-
"@babel/helper-module-transforms" "^7.24.7"
84-
"@babel/helpers" "^7.24.7"
85-
"@babel/parser" "^7.24.7"
81+
"@babel/generator" "^7.24.8"
82+
"@babel/helper-compilation-targets" "^7.24.8"
83+
"@babel/helper-module-transforms" "^7.24.8"
84+
"@babel/helpers" "^7.24.8"
85+
"@babel/parser" "^7.24.8"
8686
"@babel/template" "^7.24.7"
87-
"@babel/traverse" "^7.24.7"
88-
"@babel/types" "^7.24.7"
87+
"@babel/traverse" "^7.24.8"
88+
"@babel/types" "^7.24.8"
8989
convert-source-map "^2.0.0"
9090
debug "^4.1.0"
9191
gensync "^1.0.0-beta.2"
@@ -113,10 +113,10 @@
113113
json5 "^2.2.3"
114114
semver "^6.3.1"
115115

116-
"@babel/[email protected].7":
117-
version "7.24.7"
118-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz#27ebab1a1ec21f48ae191a8aaac5b82baf80d9c7"
119-
integrity sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==
116+
"@babel/[email protected].8":
117+
version "7.24.8"
118+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.8.tgz#bc655255fa4ded3694cc10ef3dbea6d69639c831"
119+
integrity sha512-nYAikI4XTGokU2QX7Jx+v4rxZKhKivaQaREZjuW3mrJrbdWJ5yUfohnoUULge+zEEaKjPYNxhoRgUKktjXtbwA==
120120
dependencies:
121121
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
122122
eslint-visitor-keys "^2.1.0"
@@ -151,6 +151,16 @@
151151
"@jridgewell/trace-mapping" "^0.3.25"
152152
jsesc "^2.5.1"
153153

154+
"@babel/generator@^7.24.8":
155+
version "7.24.8"
156+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a"
157+
integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==
158+
dependencies:
159+
"@babel/types" "^7.24.8"
160+
"@jridgewell/gen-mapping" "^0.3.5"
161+
"@jridgewell/trace-mapping" "^0.3.25"
162+
jsesc "^2.5.1"
163+
154164
"@babel/helper-annotate-as-pure@^7.22.5":
155165
version "7.22.5"
156166
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -176,14 +186,14 @@
176186
lru-cache "^5.1.1"
177187
semver "^6.3.1"
178188

179-
"@babel/helper-compilation-targets@^7.24.7":
180-
version "7.24.7"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
182-
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
189+
"@babel/helper-compilation-targets@^7.24.8":
190+
version "7.24.8"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271"
192+
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
183193
dependencies:
184-
"@babel/compat-data" "^7.24.7"
185-
"@babel/helper-validator-option" "^7.24.7"
186-
browserslist "^4.22.2"
194+
"@babel/compat-data" "^7.24.8"
195+
"@babel/helper-validator-option" "^7.24.8"
196+
browserslist "^4.23.1"
187197
lru-cache "^5.1.1"
188198
semver "^6.3.1"
189199

@@ -297,10 +307,10 @@
297307
"@babel/helper-split-export-declaration" "^7.22.6"
298308
"@babel/helper-validator-identifier" "^7.22.20"
299309

300-
"@babel/helper-module-transforms@^7.24.7":
301-
version "7.24.7"
302-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
303-
integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
310+
"@babel/helper-module-transforms@^7.24.8":
311+
version "7.24.8"
312+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe"
313+
integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q==
304314
dependencies:
305315
"@babel/helper-environment-visitor" "^7.24.7"
306316
"@babel/helper-module-imports" "^7.24.7"
@@ -384,6 +394,11 @@
384394
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
385395
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
386396

397+
"@babel/helper-string-parser@^7.24.8":
398+
version "7.24.8"
399+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
400+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
401+
387402
"@babel/helper-validator-identifier@^7.22.20":
388403
version "7.22.20"
389404
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
@@ -399,10 +414,10 @@
399414
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
400415
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
401416

402-
"@babel/helper-validator-option@^7.24.7":
403-
version "7.24.7"
404-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
405-
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
417+
"@babel/helper-validator-option@^7.24.8":
418+
version "7.24.8"
419+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
420+
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
406421

407422
"@babel/helper-wrap-function@^7.22.20":
408423
version "7.22.20"
@@ -422,13 +437,13 @@
422437
"@babel/traverse" "^7.23.0"
423438
"@babel/types" "^7.23.0"
424439

425-
"@babel/helpers@^7.24.7":
426-
version "7.24.7"
427-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
428-
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
440+
"@babel/helpers@^7.24.8":
441+
version "7.24.8"
442+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
443+
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
429444
dependencies:
430445
"@babel/template" "^7.24.7"
431-
"@babel/types" "^7.24.7"
446+
"@babel/types" "^7.24.8"
432447

433448
"@babel/highlight@^7.10.4", "@babel/highlight@^7.22.13":
434449
version "7.22.20"
@@ -459,6 +474,11 @@
459474
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
460475
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
461476

477+
"@babel/parser@^7.24.8":
478+
version "7.24.8"
479+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
480+
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
481+
462482
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
463483
version "7.22.15"
464484
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.15.tgz#02dc8a03f613ed5fdc29fb2f728397c78146c962"
@@ -1303,6 +1323,22 @@
13031323
debug "^4.3.1"
13041324
globals "^11.1.0"
13051325

1326+
"@babel/traverse@^7.24.8":
1327+
version "7.24.8"
1328+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
1329+
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
1330+
dependencies:
1331+
"@babel/code-frame" "^7.24.7"
1332+
"@babel/generator" "^7.24.8"
1333+
"@babel/helper-environment-visitor" "^7.24.7"
1334+
"@babel/helper-function-name" "^7.24.7"
1335+
"@babel/helper-hoist-variables" "^7.24.7"
1336+
"@babel/helper-split-export-declaration" "^7.24.7"
1337+
"@babel/parser" "^7.24.8"
1338+
"@babel/types" "^7.24.8"
1339+
debug "^4.3.1"
1340+
globals "^11.1.0"
1341+
13061342
"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.4.4":
13071343
version "7.23.0"
13081344
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
@@ -1321,6 +1357,15 @@
13211357
"@babel/helper-validator-identifier" "^7.24.7"
13221358
to-fast-properties "^2.0.0"
13231359

1360+
"@babel/types@^7.24.8":
1361+
version "7.24.8"
1362+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8"
1363+
integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==
1364+
dependencies:
1365+
"@babel/helper-string-parser" "^7.24.8"
1366+
"@babel/helper-validator-identifier" "^7.24.7"
1367+
to-fast-properties "^2.0.0"
1368+
13241369
"@builder.io/partytown@^0.7.5":
13251370
version "0.7.6"
13261371
resolved "https://registry.yarnpkg.com/@builder.io/partytown/-/partytown-0.7.6.tgz#697acea6b552167a4dd43ddd4827018aa42e0364"
@@ -4090,15 +4135,15 @@ browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.18.1, browserslist@^4
40904135
node-releases "^2.0.13"
40914136
update-browserslist-db "^1.0.13"
40924137

4093-
browserslist@^4.22.2:
4094-
version "4.22.2"
4095-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
4096-
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
4138+
browserslist@^4.23.1:
4139+
version "4.23.2"
4140+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed"
4141+
integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==
40974142
dependencies:
4098-
caniuse-lite "^1.0.30001565"
4099-
electron-to-chromium "^1.4.601"
4143+
caniuse-lite "^1.0.30001640"
4144+
electron-to-chromium "^1.4.820"
41004145
node-releases "^2.0.14"
4101-
update-browserslist-db "^1.0.13"
4146+
update-browserslist-db "^1.1.0"
41024147

41034148
41044149
version "2.1.1"
@@ -4251,10 +4296,10 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541:
42514296
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001543.tgz#478a3e9dddbb353c5ab214b0ecb0dbed529ed1d8"
42524297
integrity sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==
42534298

4254-
caniuse-lite@^1.0.30001565:
4255-
version "1.0.30001568"
4256-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
4257-
integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
4299+
caniuse-lite@^1.0.30001640:
4300+
version "1.0.30001641"
4301+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
4302+
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
42584303

42594304
capital-case@^1.0.4:
42604305
version "1.0.4"
@@ -5344,10 +5389,10 @@ electron-to-chromium@^1.4.535:
53445389
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.540.tgz#c685f2f035e93eb21dd6a9cfe2c735bad8f77401"
53455390
integrity sha512-aoCqgU6r9+o9/S7wkcSbmPRFi7OWZWiXS9rtjEd+Ouyu/Xyw5RSq2XN8s5Qp8IaFOLiRrhQCphCIjAxgG3eCAg==
53465391

5347-
electron-to-chromium@^1.4.601:
5348-
version "1.4.609"
5349-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.609.tgz#5790a70aaa96de232501b56e14b64d17aff93988"
5350-
integrity sha512-ihiCP7PJmjoGNuLpl7TjNA8pCQWu09vGyjlPYw1Rqww4gvNuCcmvl+44G+2QyJ6S2K4o+wbTS++Xz0YN8Q9ERw==
5392+
electron-to-chromium@^1.4.820:
5393+
version "1.4.825"
5394+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.825.tgz#2d9c3d1eb81a67ecea0c06bcf70740b00ba52718"
5395+
integrity sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg==
53515396

53525397
emoji-regex@^8.0.0:
53535398
version "8.0.0"
@@ -5768,6 +5813,11 @@ escalade@^3.1.1:
57685813
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
57695814
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
57705815

5816+
escalade@^3.1.2:
5817+
version "3.1.2"
5818+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
5819+
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
5820+
57715821
escape-html@~1.0.3:
57725822
version "1.0.3"
57735823
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -10862,6 +10912,11 @@ picocolors@^1.0.0:
1086210912
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
1086310913
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
1086410914

10915+
picocolors@^1.0.1:
10916+
version "1.0.1"
10917+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
10918+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
10919+
1086510920
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
1086610921
version "2.3.1"
1086710922
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -13409,6 +13464,14 @@ update-browserslist-db@^1.0.13:
1340913464
escalade "^3.1.1"
1341013465
picocolors "^1.0.0"
1341113466

13467+
update-browserslist-db@^1.1.0:
13468+
version "1.1.0"
13469+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
13470+
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
13471+
dependencies:
13472+
escalade "^3.1.2"
13473+
picocolors "^1.0.1"
13474+
1341213475
upper-case-first@^2.0.2:
1341313476
version "2.0.2"
1341413477
resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324"

0 commit comments

Comments
 (0)