Skip to content

Commit 86a501c

Browse files
committed
chore(deps): update babel monorepo to v7.24.8
1 parent 82996f8 commit 86a501c

File tree

2 files changed

+121
-71
lines changed

2 files changed

+121
-71
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"url": "https://github.com/CareLuLu/react-native-web-jsonschema-form"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "7.24.7",
22-
"@babel/core": "7.24.7",
21+
"@babel/cli": "7.24.8",
22+
"@babel/core": "7.24.8",
2323
"@babel/plugin-proposal-class-properties": "7.18.6",
2424
"@babel/plugin-transform-react-jsx": "7.24.7",
2525
"@babel/register": "7.24.6",
26-
"@babel/eslint-parser": "7.24.7",
26+
"@babel/eslint-parser": "7.24.8",
2727
"babel-plugin-lodash": "3.3.4",
2828
"cloc": "2.11.0",
2929
"eslint": "7.32.0",

yarn.lock

Lines changed: 118 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/[email protected].7":
14-
version "7.24.7"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.7.tgz#eb2868c1fa384b17ea88d60107577d3e6fd05c4e"
16-
integrity sha512-8dfPprJgV4O14WTx+AQyEA+opgUKPrsIXX/MdL50J1n06EQJ6m1T+CdsJe0qEC0B/Xl85i+Un5KVAxd/PACX9A==
13+
"@babel/[email protected].8":
14+
version "7.24.8"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.24.8.tgz#79eaa55a69c77cafbea3e87537fd1df5a5a2edf8"
16+
integrity sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==
1717
dependencies:
1818
"@jridgewell/trace-mapping" "^0.3.25"
1919
commander "^6.2.0"
@@ -48,36 +48,36 @@
4848
"@babel/highlight" "^7.24.7"
4949
picocolors "^1.0.0"
5050

51-
"@babel/compat-data@^7.24.7":
52-
version "7.24.7"
53-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
54-
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
51+
"@babel/compat-data@^7.24.8":
52+
version "7.24.8"
53+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
54+
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
5555

56-
"@babel/[email protected].7":
57-
version "7.24.7"
58-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
59-
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
56+
"@babel/[email protected].8":
57+
version "7.24.8"
58+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4"
59+
integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg==
6060
dependencies:
6161
"@ampproject/remapping" "^2.2.0"
6262
"@babel/code-frame" "^7.24.7"
63-
"@babel/generator" "^7.24.7"
64-
"@babel/helper-compilation-targets" "^7.24.7"
65-
"@babel/helper-module-transforms" "^7.24.7"
66-
"@babel/helpers" "^7.24.7"
67-
"@babel/parser" "^7.24.7"
63+
"@babel/generator" "^7.24.8"
64+
"@babel/helper-compilation-targets" "^7.24.8"
65+
"@babel/helper-module-transforms" "^7.24.8"
66+
"@babel/helpers" "^7.24.8"
67+
"@babel/parser" "^7.24.8"
6868
"@babel/template" "^7.24.7"
69-
"@babel/traverse" "^7.24.7"
70-
"@babel/types" "^7.24.7"
69+
"@babel/traverse" "^7.24.8"
70+
"@babel/types" "^7.24.8"
7171
convert-source-map "^2.0.0"
7272
debug "^4.1.0"
7373
gensync "^1.0.0-beta.2"
7474
json5 "^2.2.3"
7575
semver "^6.3.1"
7676

77-
"@babel/[email protected].7":
78-
version "7.24.7"
79-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz#27ebab1a1ec21f48ae191a8aaac5b82baf80d9c7"
80-
integrity sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==
77+
"@babel/[email protected].8":
78+
version "7.24.8"
79+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.8.tgz#bc655255fa4ded3694cc10ef3dbea6d69639c831"
80+
integrity sha512-nYAikI4XTGokU2QX7Jx+v4rxZKhKivaQaREZjuW3mrJrbdWJ5yUfohnoUULge+zEEaKjPYNxhoRgUKktjXtbwA==
8181
dependencies:
8282
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
8383
eslint-visitor-keys "^2.1.0"
@@ -102,6 +102,16 @@
102102
"@jridgewell/trace-mapping" "^0.3.25"
103103
jsesc "^2.5.1"
104104

105+
"@babel/generator@^7.24.8":
106+
version "7.24.8"
107+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a"
108+
integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==
109+
dependencies:
110+
"@babel/types" "^7.24.8"
111+
"@jridgewell/gen-mapping" "^0.3.5"
112+
"@jridgewell/trace-mapping" "^0.3.25"
113+
jsesc "^2.5.1"
114+
105115
"@babel/helper-annotate-as-pure@^7.18.6":
106116
version "7.18.6"
107117
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -116,14 +126,14 @@
116126
dependencies:
117127
"@babel/types" "^7.24.7"
118128

119-
"@babel/helper-compilation-targets@^7.24.7":
120-
version "7.24.7"
121-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
122-
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
129+
"@babel/helper-compilation-targets@^7.24.8":
130+
version "7.24.8"
131+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271"
132+
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
123133
dependencies:
124-
"@babel/compat-data" "^7.24.7"
125-
"@babel/helper-validator-option" "^7.24.7"
126-
browserslist "^4.22.2"
134+
"@babel/compat-data" "^7.24.8"
135+
"@babel/helper-validator-option" "^7.24.8"
136+
browserslist "^4.23.1"
127137
lru-cache "^5.1.1"
128138
semver "^6.3.1"
129139

@@ -203,10 +213,10 @@
203213
"@babel/traverse" "^7.24.7"
204214
"@babel/types" "^7.24.7"
205215

206-
"@babel/helper-module-transforms@^7.24.7":
207-
version "7.24.7"
208-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
209-
integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
216+
"@babel/helper-module-transforms@^7.24.8":
217+
version "7.24.8"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.8.tgz#b1f2df4f96f3465b0d035b697ec86cb51ff348fe"
219+
integrity sha512-m4vWKVqvkVAWLXfHCCfff2luJj86U+J0/x+0N3ArG/tP0Fq7zky2dYwMbtPmkc/oulkkbjdL3uWzuoBwQ8R00Q==
210220
dependencies:
211221
"@babel/helper-environment-visitor" "^7.24.7"
212222
"@babel/helper-module-imports" "^7.24.7"
@@ -269,6 +279,11 @@
269279
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
270280
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
271281

282+
"@babel/helper-string-parser@^7.24.8":
283+
version "7.24.8"
284+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
285+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
286+
272287
"@babel/helper-validator-identifier@^7.12.11":
273288
version "7.12.11"
274289
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -284,18 +299,18 @@
284299
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
285300
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
286301

287-
"@babel/helper-validator-option@^7.24.7":
288-
version "7.24.7"
289-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
290-
integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
302+
"@babel/helper-validator-option@^7.24.8":
303+
version "7.24.8"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
305+
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
291306

292-
"@babel/helpers@^7.24.7":
293-
version "7.24.7"
294-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
295-
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
307+
"@babel/helpers@^7.24.8":
308+
version "7.24.8"
309+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
310+
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
296311
dependencies:
297312
"@babel/template" "^7.24.7"
298-
"@babel/types" "^7.24.7"
313+
"@babel/types" "^7.24.8"
299314

300315
"@babel/highlight@^7.10.4":
301316
version "7.12.13"
@@ -335,6 +350,11 @@
335350
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
336351
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
337352

353+
"@babel/parser@^7.24.8":
354+
version "7.24.8"
355+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f"
356+
integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==
357+
338358
339359
version "7.18.6"
340360
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -422,6 +442,22 @@
422442
debug "^4.3.1"
423443
globals "^11.1.0"
424444

445+
"@babel/traverse@^7.24.8":
446+
version "7.24.8"
447+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7"
448+
integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==
449+
dependencies:
450+
"@babel/code-frame" "^7.24.7"
451+
"@babel/generator" "^7.24.8"
452+
"@babel/helper-environment-visitor" "^7.24.7"
453+
"@babel/helper-function-name" "^7.24.7"
454+
"@babel/helper-hoist-variables" "^7.24.7"
455+
"@babel/helper-split-export-declaration" "^7.24.7"
456+
"@babel/parser" "^7.24.8"
457+
"@babel/types" "^7.24.8"
458+
debug "^4.3.1"
459+
globals "^11.1.0"
460+
425461
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49":
426462
version "7.4.0"
427463
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
@@ -447,6 +483,15 @@
447483
"@babel/helper-validator-identifier" "^7.24.7"
448484
to-fast-properties "^2.0.0"
449485

486+
"@babel/types@^7.24.8":
487+
version "7.24.8"
488+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8"
489+
integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==
490+
dependencies:
491+
"@babel/helper-string-parser" "^7.24.8"
492+
"@babel/helper-validator-identifier" "^7.24.7"
493+
to-fast-properties "^2.0.0"
494+
450495
"@eslint/eslintrc@^0.4.3":
451496
version "0.4.3"
452497
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -874,15 +919,15 @@ braces@~3.0.2:
874919
dependencies:
875920
fill-range "^7.0.1"
876921

877-
browserslist@^4.22.2:
878-
version "4.22.2"
879-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
880-
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
922+
browserslist@^4.23.1:
923+
version "4.23.2"
924+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed"
925+
integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==
881926
dependencies:
882-
caniuse-lite "^1.0.30001565"
883-
electron-to-chromium "^1.4.601"
927+
caniuse-lite "^1.0.30001640"
928+
electron-to-chromium "^1.4.820"
884929
node-releases "^2.0.14"
885-
update-browserslist-db "^1.0.13"
930+
update-browserslist-db "^1.1.0"
886931

887932
buffer-from@^1.0.0:
888933
version "1.1.1"
@@ -928,10 +973,10 @@ callsites@^3.0.0:
928973
version "3.1.0"
929974
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
930975

931-
caniuse-lite@^1.0.30001565:
932-
version "1.0.30001568"
933-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz#53fa9297273c9a977a560663f48cbea1767518b7"
934-
integrity sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==
976+
caniuse-lite@^1.0.30001640:
977+
version "1.0.30001641"
978+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
979+
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
935980

936981
chalk@^2.0.0, chalk@^2.4.2:
937982
version "2.4.2"
@@ -1174,10 +1219,10 @@ doctrine@^3.0.0:
11741219
dependencies:
11751220
esutils "^2.0.2"
11761221

1177-
electron-to-chromium@^1.4.601:
1178-
version "1.4.609"
1179-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.609.tgz#5790a70aaa96de232501b56e14b64d17aff93988"
1180-
integrity sha512-ihiCP7PJmjoGNuLpl7TjNA8pCQWu09vGyjlPYw1Rqww4gvNuCcmvl+44G+2QyJ6S2K4o+wbTS++Xz0YN8Q9ERw==
1222+
electron-to-chromium@^1.4.820:
1223+
version "1.4.825"
1224+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.825.tgz#2d9c3d1eb81a67ecea0c06bcf70740b00ba52718"
1225+
integrity sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg==
11811226

11821227
emoji-regex@^8.0.0:
11831228
version "8.0.0"
@@ -1572,10 +1617,10 @@ es-to-primitive@^1.2.1:
15721617
is-date-object "^1.0.1"
15731618
is-symbol "^1.0.2"
15741619

1575-
escalade@^3.1.1:
1576-
version "3.1.1"
1577-
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
1578-
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
1620+
escalade@^3.1.2:
1621+
version "3.1.2"
1622+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
1623+
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
15791624

15801625
escape-string-regexp@^1.0.5:
15811626
version "1.0.5"
@@ -3069,6 +3114,11 @@ picocolors@^1.0.0:
30693114
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
30703115
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
30713116

3117+
picocolors@^1.0.1:
3118+
version "1.0.1"
3119+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
3120+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
3121+
30723122
picomatch@^2.0.4, picomatch@^2.2.1:
30733123
version "2.2.2"
30743124
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -3762,13 +3812,13 @@ underscore.string@^3.3.5:
37623812
sprintf-js "^1.1.1"
37633813
util-deprecate "^1.0.2"
37643814

3765-
update-browserslist-db@^1.0.13:
3766-
version "1.0.13"
3767-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4"
3768-
integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==
3815+
update-browserslist-db@^1.1.0:
3816+
version "1.1.0"
3817+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
3818+
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
37693819
dependencies:
3770-
escalade "^3.1.1"
3771-
picocolors "^1.0.0"
3820+
escalade "^3.1.2"
3821+
picocolors "^1.0.1"
37723822

37733823
uri-js@^4.2.2:
37743824
version "4.4.1"

0 commit comments

Comments
 (0)