Skip to content

Commit df6bee3

Browse files
chore: bump unplugin-icons (#31247)
1 parent e0fce43 commit df6bee3

File tree

2 files changed

+128
-53
lines changed

2 files changed

+128
-53
lines changed

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"simple-git": "^3.27.0",
8282
"sinon": "13.0.2",
8383
"tailwindcss": "^3.3.1",
84-
"unplugin-icons": "0.19.0",
84+
"unplugin-icons": "^22.1.0",
8585
"unplugin-vue-components": "^0.27.0",
8686
"vite": "5.2.11",
8787
"vite-plugin-pages": "0.32.1",

yarn.lock

+127-52
Original file line numberDiff line numberDiff line change
@@ -112,26 +112,31 @@
112112
dependencies:
113113
tslib "^2.3.0"
114114

115-
"@antfu/install-pkg@^0.1.1":
116-
version "0.1.1"
117-
resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-0.1.1.tgz#157bb04f0de8100b9e4c01734db1a6c77e98bbb5"
118-
integrity sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==
119-
dependencies:
120-
execa "^5.1.1"
121-
find-up "^5.0.0"
122-
123115
"@antfu/install-pkg@^0.3.3":
124116
version "0.3.3"
125117
resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-0.3.3.tgz#34c3837132157e6ca23fe9587d1e174b0f33dc1a"
126118
integrity sha512-nHHsk3NXQ6xkCfiRRC8Nfrg8pU5kkr3P3Y9s9dKqiuRmBD0Yap7fymNDjGFKeWhZQHqqbCS5CfeMy9wtExM24w==
127119
dependencies:
128120
"@jsdevtools/ez-spawn" "^3.0.4"
129121

122+
"@antfu/install-pkg@^1.0.0":
123+
version "1.0.0"
124+
resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-1.0.0.tgz#2912a150fc8b35ec912f583f90074ee98f64d66a"
125+
integrity sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==
126+
dependencies:
127+
package-manager-detector "^0.2.8"
128+
tinyexec "^0.3.2"
129+
130130
"@antfu/utils@^0.7.7", "@antfu/utils@^0.7.8":
131131
version "0.7.8"
132132
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.8.tgz#86cb0974bcab7e64e29b57d6d9021102307257de"
133133
integrity sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg==
134134

135+
"@antfu/utils@^8.1.0":
136+
version "8.1.1"
137+
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-8.1.1.tgz#95b1947d292a9a2efffba2081796dcaa05ecedfb"
138+
integrity sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==
139+
135140
"@ardatan/[email protected]":
136141
version "0.0.6"
137142
resolved "https://registry.yarnpkg.com/@ardatan/aggregate-error/-/aggregate-error-0.0.6.tgz#fe6924771ea40fc98dc7a7045c2e872dc8527609"
@@ -4494,18 +4499,19 @@
44944499
resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
44954500
integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
44964501

4497-
"@iconify/utils@^2.1.23":
4498-
version "2.1.23"
4499-
resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-2.1.23.tgz#1cde237dd5142a66d9fbd065b2fa7acc4f80f862"
4500-
integrity sha512-YGNbHKM5tyDvdWZ92y2mIkrfvm5Fvhe6WJSkWu7vvOFhMtYDP0casZpoRz0XEHZCrYsR4stdGT3cZ52yp5qZdQ==
4502+
"@iconify/utils@^2.1.23", "@iconify/utils@^2.3.0":
4503+
version "2.3.0"
4504+
resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-2.3.0.tgz#1bbbf8c477ebe9a7cacaea78b1b7e8937f9cbfba"
4505+
integrity sha512-GmQ78prtwYW6EtzXRU1rY+KwOKfz32PD7iJh6Iyqw68GiKuoZ2A6pRtzWONz5VQJbp50mEjXh/7NkumtrAgRKA==
45014506
dependencies:
4502-
"@antfu/install-pkg" "^0.1.1"
4503-
"@antfu/utils" "^0.7.7"
4507+
"@antfu/install-pkg" "^1.0.0"
4508+
"@antfu/utils" "^8.1.0"
45044509
"@iconify/types" "^2.0.0"
4505-
debug "^4.3.4"
4510+
debug "^4.4.0"
4511+
globals "^15.14.0"
45064512
kolorist "^1.8.0"
4507-
local-pkg "^0.5.0"
4508-
mlly "^1.6.1"
4513+
local-pkg "^1.0.0"
4514+
mlly "^1.7.4"
45094515

45104516
"@inquirer/checkbox@^2.4.7":
45114517
version "2.5.0"
@@ -9878,10 +9884,10 @@ acorn@^7.0.0, acorn@^7.1.1:
98789884
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
98799885
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
98809886

9881-
acorn@^8.11.3, acorn@^8.12.1, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
9882-
version "8.14.0"
9883-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
9884-
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
9887+
acorn@^8.11.3, acorn@^8.12.1, acorn@^8.14.0, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
9888+
version "8.14.1"
9889+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
9890+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
98859891

98869892
add-stream@^1.0.0:
98879893
version "1.0.0"
@@ -13069,10 +13075,15 @@ concurrently@^6.2.0:
1306913075
tree-kill "^1.2.2"
1307013076
yargs "^16.2.0"
1307113077

13072-
confbox@^0.1.7:
13073-
version "0.1.7"
13074-
resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.1.7.tgz#ccfc0a2bcae36a84838e83a3b7f770fb17d6c579"
13075-
integrity sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==
13078+
confbox@^0.1.8:
13079+
version "0.1.8"
13080+
resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.1.8.tgz#820d73d3b3c82d9bd910652c5d4d599ef8ff8b06"
13081+
integrity sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==
13082+
13083+
confbox@^0.2.1:
13084+
version "0.2.1"
13085+
resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.2.1.tgz#ae39f2c99699afa451d00206479f15f9a1208a8b"
13086+
integrity sha512-hkT3yDPFbs95mNCy1+7qNKC6Pro+/ibzYxtM2iqEigpf0sVw+bg4Zh9/snjsBcf990vfIsg5+1U7VyiyBb3etg==
1307613087

1307713088
config-chain@^1.1.11, config-chain@^1.1.13:
1307813089
version "1.1.13"
@@ -16512,6 +16523,11 @@ express@^4.17.3, express@^4.19.2:
1651216523
utils-merge "1.0.1"
1651316524
vary "~1.1.2"
1651416525

16526+
exsolve@^1.0.1:
16527+
version "1.0.4"
16528+
resolved "https://registry.yarnpkg.com/exsolve/-/exsolve-1.0.4.tgz#7de5c75af82ecd15998328fbf5f2295883be3a39"
16529+
integrity sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==
16530+
1651516531
ext-list@^2.0.0:
1651616532
version "2.2.2"
1651716533
resolved "https://registry.yarnpkg.com/ext-list/-/ext-list-2.2.2.tgz#0b98e64ed82f5acf0f2931babf69212ef52ddd37"
@@ -18063,6 +18079,11 @@ globals@^13.19.0, globals@^13.20.0:
1806318079
dependencies:
1806418080
type-fest "^0.20.2"
1806518081

18082+
globals@^15.14.0:
18083+
version "15.15.0"
18084+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
18085+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
18086+
1806618087
globals@^9.18.0:
1806718088
version "9.18.0"
1806818089
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -21509,6 +21530,15 @@ local-pkg@^0.5.0:
2150921530
mlly "^1.4.2"
2151021531
pkg-types "^1.0.3"
2151121532

21533+
local-pkg@^1.0.0:
21534+
version "1.1.1"
21535+
resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-1.1.1.tgz#f5fe74a97a3bd3c165788ee08ca9fbe998dc58dd"
21536+
integrity sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==
21537+
dependencies:
21538+
mlly "^1.7.4"
21539+
pkg-types "^2.0.1"
21540+
quansync "^0.2.8"
21541+
2151221542
locate-app@^2.2.24:
2151321543
version "2.4.43"
2151421544
resolved "https://registry.npmjs.org/locate-app/-/locate-app-2.4.43.tgz#5686a0e308b86889e7c88463a507186ca03ec1d5"
@@ -22770,15 +22800,15 @@ mkdirp@^3.0.1:
2277022800
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
2277122801
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
2277222802

22773-
mlly@^1.2.0, mlly@^1.4.2, mlly@^1.6.1, mlly@^1.7.0:
22774-
version "1.7.0"
22775-
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.7.0.tgz#587383ae40dda23cadb11c3c3cc972b277724271"
22776-
integrity sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==
22803+
mlly@^1.2.0, mlly@^1.4.2, mlly@^1.7.4:
22804+
version "1.7.4"
22805+
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.7.4.tgz#3d7295ea2358ec7a271eaa5d000a0f84febe100f"
22806+
integrity sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==
2277722807
dependencies:
22778-
acorn "^8.11.3"
22779-
pathe "^1.1.2"
22780-
pkg-types "^1.1.0"
22781-
ufo "^1.5.3"
22808+
acorn "^8.14.0"
22809+
pathe "^2.0.1"
22810+
pkg-types "^1.3.0"
22811+
ufo "^1.5.4"
2278222812

2278322813
mobx-react-lite@^4.0.7:
2278422814
version "4.0.7"
@@ -25018,6 +25048,13 @@ package-json@^6.3.0:
2501825048
registry-url "^5.0.0"
2501925049
semver "^6.2.0"
2502025050

25051+
package-manager-detector@^0.2.8:
25052+
version "0.2.11"
25053+
resolved "https://registry.yarnpkg.com/package-manager-detector/-/package-manager-detector-0.2.11.tgz#3af0b34f99d86d24af0a0620603d2e1180d05c9c"
25054+
integrity sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==
25055+
dependencies:
25056+
quansync "^0.2.7"
25057+
2502125058
[email protected], pacote@^18.0.0, pacote@^18.0.6:
2502225059
version "18.0.6"
2502325060
resolved "https://registry.npmjs.org/pacote/-/pacote-18.0.6.tgz#ac28495e24f4cf802ef911d792335e378e86fac7"
@@ -25537,6 +25574,11 @@ pathe@^1.0.0, pathe@^1.1.2:
2553725574
resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec"
2553825575
integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
2553925576

25577+
pathe@^2.0.1, pathe@^2.0.3:
25578+
version "2.0.3"
25579+
resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716"
25580+
integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==
25581+
2554025582
pathval@^1.0.0, pathval@^1.1.0, pathval@^1.1.1:
2554125583
version "1.1.1"
2554225584
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
@@ -25721,14 +25763,23 @@ pkg-dir@^7.0.0:
2572125763
dependencies:
2572225764
find-up "^6.3.0"
2572325765

25724-
pkg-types@^1.0.3, pkg-types@^1.1.0:
25725-
version "1.1.1"
25726-
resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.1.1.tgz#07b626880749beb607b0c817af63aac1845a73f2"
25727-
integrity sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==
25766+
pkg-types@^1.0.3, pkg-types@^1.3.0:
25767+
version "1.3.1"
25768+
resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.3.1.tgz#bd7cc70881192777eef5326c19deb46e890917df"
25769+
integrity sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==
2572825770
dependencies:
25729-
confbox "^0.1.7"
25730-
mlly "^1.7.0"
25731-
pathe "^1.1.2"
25771+
confbox "^0.1.8"
25772+
mlly "^1.7.4"
25773+
pathe "^2.0.1"
25774+
25775+
pkg-types@^2.0.1:
25776+
version "2.1.0"
25777+
resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-2.1.0.tgz#70c9e1b9c74b63fdde749876ee0aa007ea9edead"
25778+
integrity sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==
25779+
dependencies:
25780+
confbox "^0.2.1"
25781+
exsolve "^1.0.1"
25782+
pathe "^2.0.3"
2573225783

2573325784
pkg-up@^3.1.0:
2573425785
version "3.1.0"
@@ -26415,6 +26466,11 @@ qs@~6.5.2:
2641526466
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
2641626467
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
2641726468

26469+
quansync@^0.2.7, quansync@^0.2.8:
26470+
version "0.2.8"
26471+
resolved "https://registry.yarnpkg.com/quansync/-/quansync-0.2.8.tgz#2e893d17bb754ba0988ea399ff0bc5f2a8467793"
26472+
integrity sha512-4+saucphJMazjt7iOM27mbFCk+D9dd/zmgMDCzRZ8MEoBfYp7lAvoN38et/phRQF6wOPMy/OROBGgoWeSKyluA==
26473+
2641826474
query-string@^5.0.1:
2641926475
version "5.1.1"
2642026476
resolved "https://registry.yarnpkg.com/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb"
@@ -30531,10 +30587,10 @@ tinycolor2@^1.1.2, tinycolor2@^1.6.0:
3053130587
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e"
3053230588
integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==
3053330589

30534-
tinyexec@^0.3.1:
30535-
version "0.3.1"
30536-
resolved "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.1.tgz#0ab0daf93b43e2c211212396bdb836b468c97c98"
30537-
integrity sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==
30590+
tinyexec@^0.3.1, tinyexec@^0.3.2:
30591+
version "0.3.2"
30592+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
30593+
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
3053830594

3053930595
tinypool@^1.0.1:
3054030596
version "1.0.1"
@@ -31223,10 +31279,10 @@ uc.micro@^2.0.0:
3122331279
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.0.0.tgz#84b3c335c12b1497fd9e80fcd3bfa7634c363ff1"
3122431280
integrity sha512-DffL94LsNOccVn4hyfRe5rdKa273swqeA5DJpMOeFmEn1wCDc7nAbbB0gXlgBCL7TNzeTv6G7XVWzan7iJtfig==
3122531281

31226-
ufo@^1.5.3:
31227-
version "1.5.3"
31228-
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.3.tgz#3325bd3c977b6c6cd3160bf4ff52989adc9d3344"
31229-
integrity sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==
31282+
ufo@^1.5.4:
31283+
version "1.5.4"
31284+
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.4.tgz#16d6949674ca0c9e0fbbae1fa20a71d7b1ded754"
31285+
integrity sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==
3123031286

3123131287
uglify-js@^2.6:
3123231288
version "2.8.29"
@@ -31502,6 +31558,17 @@ [email protected]:
3150231558
local-pkg "^0.5.0"
3150331559
unplugin "^1.10.1"
3150431560

31561+
unplugin-icons@^22.1.0:
31562+
version "22.1.0"
31563+
resolved "https://registry.yarnpkg.com/unplugin-icons/-/unplugin-icons-22.1.0.tgz#5a6fe3d751e50f1c937e289857b0418e6855d92a"
31564+
integrity sha512-ect2ZNtk1Zgwb0NVHd0C1IDW/MV+Jk/xaq4t8o6rYdVS3+L660ZdD5kTSQZvsgdwCvquRw+/wYn75hsweRjoIA==
31565+
dependencies:
31566+
"@antfu/install-pkg" "^1.0.0"
31567+
"@iconify/utils" "^2.3.0"
31568+
debug "^4.4.0"
31569+
local-pkg "^1.0.0"
31570+
unplugin "^2.2.0"
31571+
3150531572
[email protected], unplugin-vue-components@^0.27.0:
3150631573
version "0.27.0"
3150731574
resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.27.0.tgz#f504c5d526d7f2b779003a76070b18d84e40fc54"
@@ -31528,6 +31595,14 @@ unplugin@^1.1.0, unplugin@^1.10.1:
3152831595
webpack-sources "^3.2.3"
3152931596
webpack-virtual-modules "^0.6.1"
3153031597

31598+
unplugin@^2.2.0:
31599+
version "2.2.0"
31600+
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-2.2.0.tgz#2659dee5c6b3de9b7ea671228c18263886ae58b6"
31601+
integrity sha512-m1ekpSwuOT5hxkJeZGRxO7gXbXT3gF26NjQ7GdVHoLoF8/nopLcd/QfPigpCy7i51oFHiRJg/CyHhj4vs2+KGw==
31602+
dependencies:
31603+
acorn "^8.14.0"
31604+
webpack-virtual-modules "^0.6.2"
31605+
3153131606
unset-value@^1.0.0:
3153231607
version "1.0.0"
3153331608
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
@@ -32530,10 +32605,10 @@ [email protected]:
3253032605
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz#362f14738a56dae107937ab98ea7062e8bdd3b6c"
3253132606
integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==
3253232607

32533-
webpack-virtual-modules@^0.6.1:
32534-
version "0.6.1"
32535-
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz#ac6fdb9c5adb8caecd82ec241c9631b7a3681b6f"
32536-
integrity sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==
32608+
webpack-virtual-modules@^0.6.1, webpack-virtual-modules@^0.6.2:
32609+
version "0.6.2"
32610+
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
32611+
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
3253732612

3253832613
webpack@^5, webpack@^5.88.2:
3253932614
version "5.88.2"

0 commit comments

Comments
 (0)