|
1680 | 1680 | node-html-parser "^3.2.0" |
1681 | 1681 | ufo "^0.7.4" |
1682 | 1682 |
|
1683 | | -"@nuxt/image@0.6.2": |
1684 | | - version "0.6.2" |
1685 | | - resolved "https://registry.yarnpkg.com/@nuxt/image/-/image-0.6.2.tgz#983247dbedf3d1eb653685635365bb24396aea49" |
1686 | | - integrity sha512-2Q4Atp/vceHKHMarKnLdy+z4zAaYCWy0wrK2G1tjrmhXOhhJZ5PhqURodlBu2Qb8wAMZKrm2c48rM58tFR7XYA== |
| 1683 | +"@nuxt/image@0.7.1": |
| 1684 | + version "0.7.1" |
| 1685 | + resolved "https://registry.yarnpkg.com/@nuxt/image/-/image-0.7.1.tgz#3d64f76785c3ecd8983202d814cc5ed5c6dfb96f" |
| 1686 | + integrity sha512-dKCVvRBae9rPHvyaIcC1ypFh+rnNP85WJgzYOE7XMtHQnrGj7X8UiGWTlk2ahcRPBGx1W8JlJuNGBhWZKrf6lQ== |
1687 | 1687 | dependencies: |
1688 | 1688 | consola "^2.15.3" |
1689 | | - defu "^5.0.1" |
1690 | | - fs-extra "^10.0.0" |
| 1689 | + defu "^6.0.0" |
| 1690 | + fs-extra "^10.1.0" |
1691 | 1691 | hasha "^5.2.2" |
1692 | 1692 | image-meta "^0.1.1" |
1693 | 1693 | is-https "^4.0.0" |
1694 | | - lru-cache "^6.0.0" |
1695 | | - node-fetch "^2.6.7" |
| 1694 | + lru-cache "^7.10.1" |
| 1695 | + node-fetch-native "^0.1.4" |
1696 | 1696 | p-limit "^3.1.0" |
1697 | | - rc9 "^1.2.0" |
| 1697 | + rc9 "^1.2.2" |
1698 | 1698 | requrl "^3.0.2" |
1699 | | - semver "^7.3.5" |
1700 | | - ufo "^0.7.10" |
| 1699 | + semver "^7.3.7" |
| 1700 | + ufo "^0.8.4" |
1701 | 1701 | upath "^2.0.1" |
1702 | 1702 | optionalDependencies: |
1703 | | - ipx "^0.9.4" |
| 1703 | + ipx "^0.9.9" |
1704 | 1704 |
|
1705 | 1705 | "@nuxt/loading-screen@^2.0.3": |
1706 | 1706 | version "2.0.4" |
@@ -5759,7 +5759,7 @@ defu@^4.0.1: |
5759 | 5759 | resolved "https://registry.yarnpkg.com/defu/-/defu-4.0.1.tgz#9d7d7a48f9295f08285d153dcff174c89b9bcb22" |
5760 | 5760 | integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ== |
5761 | 5761 |
|
5762 | | -defu@^5.0.0, defu@^5.0.1: |
| 5762 | +defu@^5.0.0: |
5763 | 5763 | version "5.0.1" |
5764 | 5764 | resolved "https://registry.yarnpkg.com/defu/-/defu-5.0.1.tgz#a034278f9b032bf0845d261aa75e9ad98da878ac" |
5765 | 5765 | integrity sha512-EPS1carKg+dkEVy3qNTqIdp2qV7mUP08nIsupfwQpz++slCVRw7qbQyWvSTig+kFPwz2XXp5/kIIkH+CwrJKkQ== |
@@ -7280,7 +7280,7 @@ fs-constants@^1.0.0: |
7280 | 7280 | resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" |
7281 | 7281 | integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== |
7282 | 7282 |
|
7283 | | -fs-extra@^10.0.0: |
| 7283 | +fs-extra@^10.1.0: |
7284 | 7284 | version "10.1.0" |
7285 | 7285 | resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" |
7286 | 7286 | integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== |
@@ -8534,7 +8534,7 @@ ipaddr.js@1.9.1: |
8534 | 8534 | resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" |
8535 | 8535 | integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== |
8536 | 8536 |
|
8537 | | -ipx@^0.9.4: |
| 8537 | +ipx@^0.9.9: |
8538 | 8538 | version "0.9.11" |
8539 | 8539 | resolved "https://registry.yarnpkg.com/ipx/-/ipx-0.9.11.tgz#89bbeffc6f62df80dfd0f8fe1e68c6638d09251c" |
8540 | 8540 | integrity sha512-/wsBt7hV8rvNR6O4kwgOUAhtm0F/M/mXaolXot/Bz7fdOD+W7i9OtWuoASWv1PFwwtOunhZGaoCx8BOpSdG2VQ== |
@@ -10177,6 +10177,11 @@ lru-cache@^6.0.0: |
10177 | 10177 | dependencies: |
10178 | 10178 | yallist "^4.0.0" |
10179 | 10179 |
|
| 10180 | +lru-cache@^7.10.1: |
| 10181 | + version "7.14.0" |
| 10182 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.0.tgz#21be64954a4680e303a09e9468f880b98a0b3c7f" |
| 10183 | + integrity sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ== |
| 10184 | + |
10180 | 10185 | make-dir@^1.0.0, make-dir@^1.2.0: |
10181 | 10186 | version "1.3.0" |
10182 | 10187 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" |
@@ -11032,7 +11037,7 @@ node-cache@^4.1.1: |
11032 | 11037 | clone "2.x" |
11033 | 11038 | lodash "^4.17.15" |
11034 | 11039 |
|
11035 | | -node-fetch-native@^0.1.5: |
| 11040 | +node-fetch-native@^0.1.4, node-fetch-native@^0.1.5: |
11036 | 11041 | version "0.1.8" |
11037 | 11042 | resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-0.1.8.tgz#19e2eaf6d86ac14e711ebd2612f40517c3468f2a" |
11038 | 11043 | integrity sha512-ZNaury9r0NxaT2oL65GvdGDy+5PlSaHTovT6JV5tOW07k1TQmgC0olZETa4C9KZg0+6zBr99ctTYa3Utqj9P/Q== |
@@ -13095,7 +13100,7 @@ raw-loader@^4.0.2: |
13095 | 13100 | loader-utils "^2.0.0" |
13096 | 13101 | schema-utils "^3.0.0" |
13097 | 13102 |
|
13098 | | -rc9@^1.2.0: |
| 13103 | +rc9@^1.2.0, rc9@^1.2.2: |
13099 | 13104 | version "1.2.2" |
13100 | 13105 | resolved "https://registry.yarnpkg.com/rc9/-/rc9-1.2.2.tgz#0d79202e088dd80e2e0f77ac36f520247d2d3964" |
13101 | 13106 | integrity sha512-zbe8+HR2X28eZepAwohuKkebbEsA67h0DO9I7g12QrHa2CQopR9gztOLPIPXXGTvcxeUjAN4wZ+b29t3m/u05g== |
@@ -15331,12 +15336,12 @@ uc.micro@^1.0.1, uc.micro@^1.0.5: |
15331 | 15336 | resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" |
15332 | 15337 | integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== |
15333 | 15338 |
|
15334 | | -ufo@^0.7.10, ufo@^0.7.4: |
| 15339 | +ufo@^0.7.4: |
15335 | 15340 | version "0.7.11" |
15336 | 15341 | resolved "https://registry.yarnpkg.com/ufo/-/ufo-0.7.11.tgz#17defad497981290383c5d26357773431fdbadcb" |
15337 | 15342 | integrity sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg== |
15338 | 15343 |
|
15339 | | -ufo@^0.8.5: |
| 15344 | +ufo@^0.8.4, ufo@^0.8.5: |
15340 | 15345 | version "0.8.6" |
15341 | 15346 | resolved "https://registry.yarnpkg.com/ufo/-/ufo-0.8.6.tgz#c0ec89bc0e0c9fa59a683680feb0f28b55ec323b" |
15342 | 15347 | integrity sha512-fk6CmUgwKCfX79EzcDQQpSCMxrHstvbLswFChHS0Vump+kFkw7nJBfTZoC1j0bOGoY9I7R3n2DGek5ajbcYnOw== |
|
0 commit comments