|
1356 | 1356 | jimp-compact "^0.12.1"
|
1357 | 1357 | workbox-cdn "^5.1.3"
|
1358 | 1358 |
|
| 1359 | +"@nuxtjs/sitemap@^2.4.0": |
| 1360 | + version "2.4.0" |
| 1361 | + resolved "https://registry.yarnpkg.com/@nuxtjs/sitemap/-/sitemap-2.4.0.tgz#6a9fa1c35e161f87375d59949d973568cec40614" |
| 1362 | + integrity sha512-TVgIYOtPp7KAfaUo76WRpGbO20j4D/xi/A7shFIGjARHs+FvfAWXNCtBT87dTwe/RoYzAsEKtijFFUTaSu5bUA== |
| 1363 | + dependencies: |
| 1364 | + async-cache "^1.1.0" |
| 1365 | + consola "^2.13.0" |
| 1366 | + etag "^1.8.1" |
| 1367 | + fresh "^0.5.2" |
| 1368 | + fs-extra "^8.1.0" |
| 1369 | + is-https "^2.0.2" |
| 1370 | + lodash.unionby "^4.8.0" |
| 1371 | + minimatch "^3.0.4" |
| 1372 | + sitemap "^4.1.1" |
| 1373 | + |
1359 | 1374 | "@nuxtjs/tailwindcss@^3.0.2":
|
1360 | 1375 | version "3.0.2"
|
1361 | 1376 | resolved "https://registry.yarnpkg.com/@nuxtjs/tailwindcss/-/tailwindcss-3.0.2.tgz#2763d5f9f8a002130437cec1653f0c15335d8d9b"
|
|
1593 | 1608 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.6.0.tgz#7d4411bf5157339337d7cff864d9ff45f177b499"
|
1594 | 1609 | integrity sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA==
|
1595 | 1610 |
|
1596 |
| -"@types/node@^12.12.62": |
| 1611 | +"@types/node@^12.0.2", "@types/node@^12.12.62": |
1597 | 1612 | version "12.12.62"
|
1598 | 1613 | resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.62.tgz#733923d73669188d35950253dd18a21570085d2b"
|
1599 | 1614 | integrity sha512-qAfo81CsD7yQIM9mVyh6B/U47li5g7cfpVQEDMfQeF8pSZVwzbhwU3crc0qG4DmpsebpJPR49AKOExQyJ05Cpg==
|
|
1637 | 1652 | dependencies:
|
1638 | 1653 | "@types/node" "*"
|
1639 | 1654 |
|
| 1655 | +"@types/sax@^1.2.0": |
| 1656 | + version "1.2.1" |
| 1657 | + resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.1.tgz#e0248be936ece791a82db1a57f3fb5f7c87e8172" |
| 1658 | + integrity sha512-dqYdvN7Sbw8QT/0Ci5rhjE4/iCMJEM0Y9rHpCu+gGXD9Lwbz28t6HI2yegsB6BoV1sShRMU6lAmAcgRjmFy7LA== |
| 1659 | + dependencies: |
| 1660 | + "@types/node" "*" |
| 1661 | + |
1640 | 1662 | "@types/serve-static@*", "@types/serve-static@^1.13.5":
|
1641 | 1663 | version "1.13.5"
|
1642 | 1664 | resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.5.tgz#3d25d941a18415d3ab092def846e135a08bbcf53"
|
@@ -2143,7 +2165,7 @@ are-we-there-yet@~1.1.2:
|
2143 | 2165 | delegates "^1.0.0"
|
2144 | 2166 | readable-stream "^2.0.6"
|
2145 | 2167 |
|
2146 |
| -arg@^4.1.3: |
| 2168 | +arg@^4.1.1, arg@^4.1.3: |
2147 | 2169 | version "4.1.3"
|
2148 | 2170 | resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
|
2149 | 2171 | integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
|
@@ -2240,6 +2262,13 @@ assign-symbols@^1.0.0:
|
2240 | 2262 | resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
|
2241 | 2263 | integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
|
2242 | 2264 |
|
| 2265 | +async-cache@^1.1.0: |
| 2266 | + version "1.1.0" |
| 2267 | + resolved "https://registry.yarnpkg.com/async-cache/-/async-cache-1.1.0.tgz#4a9a5a89d065ec5d8e5254bd9ee96ba76c532b5a" |
| 2268 | + integrity sha1-SppaidBl7F2OUlS9nulrp2xTK1o= |
| 2269 | + dependencies: |
| 2270 | + lru-cache "^4.0.0" |
| 2271 | + |
2243 | 2272 | async-each@^1.0.1:
|
2244 | 2273 | version "1.0.3"
|
2245 | 2274 | resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
|
@@ -3162,7 +3191,7 @@ connect@^3.7.0:
|
3162 | 3191 | parseurl "~1.3.3"
|
3163 | 3192 | utils-merge "1.0.1"
|
3164 | 3193 |
|
3165 |
| -consola@^2.10.0, consola@^2.10.1, consola@^2.14.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0: |
| 3194 | +consola@^2.10.0, consola@^2.10.1, consola@^2.13.0, consola@^2.14.0, consola@^2.15.0, consola@^2.6.0, consola@^2.9.0: |
3166 | 3195 | version "2.15.0"
|
3167 | 3196 | resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.0.tgz#40fc4eefa4d2f8ef2e2806147f056ea207fcc0e9"
|
3168 | 3197 | integrity sha512-vlcSGgdYS26mPf7qNi+dCisbhiyDnrN1zaRbw3CSuc2wGOMEGGPsp46PdRG5gqXwgtJfjxDkxRNAgRPr1B77vQ==
|
@@ -5453,7 +5482,7 @@ is-hexadecimal@^1.0.0:
|
5453 | 5482 | resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
|
5454 | 5483 | integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==
|
5455 | 5484 |
|
5456 |
| -is-https@^2.0.0: |
| 5485 | +is-https@^2.0.0, is-https@^2.0.2: |
5457 | 5486 | version "2.0.2"
|
5458 | 5487 | resolved "https://registry.yarnpkg.com/is-https/-/is-https-2.0.2.tgz#7009d303c72580f15897d5c063d6b6bc1f838fef"
|
5459 | 5488 | integrity sha512-UfUCKVQH/6PQRCh5Qk9vNu4feLZiFmV/gr8DjbtJD0IrCRIDTA6E+d/AVFGPulI5tqK5W45fYbn1Nir1O99rFw==
|
@@ -5895,6 +5924,11 @@ lodash.toarray@^4.4.0:
|
5895 | 5924 | resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561"
|
5896 | 5925 | integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE=
|
5897 | 5926 |
|
| 5927 | +lodash.unionby@^4.8.0: |
| 5928 | + version "4.8.0" |
| 5929 | + resolved "https://registry.yarnpkg.com/lodash.unionby/-/lodash.unionby-4.8.0.tgz#883f098ff78f564a727b7508e09cdd539734bb83" |
| 5930 | + integrity sha1-iD8Jj/ePVkpye3UI4JzdU5c0u4M= |
| 5931 | + |
5898 | 5932 | lodash.uniq@^4.5.0:
|
5899 | 5933 | version "4.5.0"
|
5900 | 5934 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
@@ -5942,7 +5976,7 @@ lowercase-keys@^2.0.0:
|
5942 | 5976 | resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
|
5943 | 5977 | integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
|
5944 | 5978 |
|
5945 |
| -lru-cache@^4.0.1, lru-cache@^4.1.2: |
| 5979 | +lru-cache@^4.0.0, lru-cache@^4.0.1, lru-cache@^4.1.2: |
5946 | 5980 | version "4.1.5"
|
5947 | 5981 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
|
5948 | 5982 | integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
|
@@ -8535,7 +8569,7 @@ sass-loader@^9.0.3:
|
8535 | 8569 | schema-utils "^2.7.0"
|
8536 | 8570 | semver "^7.3.2"
|
8537 | 8571 |
|
8538 |
| -sax@>=0.6.0, sax@~1.2.4: |
| 8572 | +sax@>=0.6.0, sax@^1.2.4, sax@~1.2.4: |
8539 | 8573 | version "1.2.4"
|
8540 | 8574 | resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
|
8541 | 8575 | integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
|
@@ -8730,6 +8764,17 @@ simple-swizzle@^0.2.2:
|
8730 | 8764 | dependencies:
|
8731 | 8765 | is-arrayish "^0.3.1"
|
8732 | 8766 |
|
| 8767 | +sitemap@^4.1.1: |
| 8768 | + version "4.1.1" |
| 8769 | + resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-4.1.1.tgz#c9b459c7d797e629c61f56b86586d4f67dbf250b" |
| 8770 | + integrity sha512-+8yd66IxyIFEMFkFpVoPuoPwBvdiL7Ap/HS5YD7igqO4phkyTPFIprCAE9NMHehAY5ZGN3MkAze4lDrOAX3sVQ== |
| 8771 | + dependencies: |
| 8772 | + "@types/node" "^12.0.2" |
| 8773 | + "@types/sax" "^1.2.0" |
| 8774 | + arg "^4.1.1" |
| 8775 | + sax "^1.2.4" |
| 8776 | + xmlbuilder "^13.0.0" |
| 8777 | + |
8733 | 8778 | slash@^3.0.0:
|
8734 | 8779 | version "3.0.0"
|
8735 | 8780 | resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
@@ -10210,6 +10255,11 @@ xml2js@^0.4.23:
|
10210 | 10255 | sax ">=0.6.0"
|
10211 | 10256 | xmlbuilder "~11.0.0"
|
10212 | 10257 |
|
| 10258 | +xmlbuilder@^13.0.0: |
| 10259 | + version "13.0.2" |
| 10260 | + resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-13.0.2.tgz#02ae33614b6a047d1c32b5389c1fdacb2bce47a7" |
| 10261 | + integrity sha512-Eux0i2QdDYKbdbA6AM6xE4m6ZTZr4G4xF9kahI2ukSEMCzwce2eX9WlTI5J3s+NU7hpasFsr8hWIONae7LluAQ== |
| 10262 | + |
10213 | 10263 | xmlbuilder@~11.0.0:
|
10214 | 10264 | version "11.0.1"
|
10215 | 10265 | resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
|
|
0 commit comments