|
1598 | 1598 | serve-static "^1.14.1"
|
1599 | 1599 | server-destroy "^1.0.1"
|
1600 | 1600 |
|
1601 |
| - |
1602 |
| - version "0.7.7" |
1603 |
| - resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-0.7.7.tgz#819bfbb08a27af2eca9c66fefdf87e6ec5c9548b" |
1604 |
| - integrity sha512-cfMV7CZJpy0ePOUiqXvMPoxclluWxmY4BEIvrt4f4QaK4uklQRDbfHhYRiuFNFOli+0znEDTSLCK6OHQnOfZ/g== |
1605 |
| - dependencies: |
1606 |
| - "@types/autoprefixer" "^9.7.2" |
1607 |
| - "@types/babel__core" "^7.1.7" |
1608 |
| - "@types/compression" "^1.7.0" |
1609 |
| - "@types/connect" "^3.4.33" |
1610 |
| - "@types/etag" "^1.8.0" |
1611 |
| - "@types/file-loader" "^4.2.0" |
1612 |
| - "@types/html-minifier" "^3.5.3" |
1613 |
| - "@types/less" "^3.0.1" |
1614 |
| - "@types/node" "^12.12.42" |
1615 |
| - "@types/node-sass" "^4.11.1" |
1616 |
| - "@types/optimize-css-assets-webpack-plugin" "^5.0.1" |
1617 |
| - "@types/pug" "^2.0.4" |
1618 |
| - "@types/serve-static" "^1.13.4" |
1619 |
| - "@types/terser-webpack-plugin" "^2.2.0" |
1620 |
| - "@types/webpack" "^4.41.13" |
1621 |
| - "@types/webpack-bundle-analyzer" "^3.8.0" |
1622 |
| - "@types/webpack-dev-middleware" "^3.7.1" |
1623 |
| - "@types/webpack-hot-middleware" "^2.25.3" |
1624 |
| - |
1625 | 1601 |
|
1626 | 1602 | version "0.7.9"
|
1627 | 1603 | resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-0.7.9.tgz#a6bc6911672a812063cbb17726304cb536f58a3d"
|
|
2192 | 2168 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.13.tgz#ee1128e881b874c371374c1f72201893616417c9"
|
2193 | 2169 | integrity sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==
|
2194 | 2170 |
|
2195 |
| -"@types/node@^12.12.42": |
2196 |
| - version "12.12.42" |
2197 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.42.tgz#d0d1149336bd07540dd1ea576692829d575dec34" |
2198 |
| - integrity sha512-R/9QdYFLL9dE9l5cWWzWIZByVGFd7lk7JVOJ7KD+E1SJ4gni7XJRLz9QTjyYQiHIqEAgku9VgxdLjMlhhUaAFg== |
2199 |
| - |
2200 | 2171 | "@types/node@^12.12.47":
|
2201 | 2172 | version "12.12.47"
|
2202 | 2173 | resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.47.tgz#5007b8866a2f9150de82335ca7e24dd1d59bdfb5"
|
|
2292 | 2263 | resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.5.tgz#9adbc12950582aa65ead76bffdf39fe0c27a3c02"
|
2293 | 2264 | integrity sha512-/gG2M/Imw7cQFp8PGvz/SwocNrmKFjFsm5Pb8HdbHkZ1K8pmuPzOX4VeVoiEecFCVf4CsN1r3/BRvx+6sNqwtQ==
|
2294 | 2265 |
|
2295 |
| -"@types/terser-webpack-plugin@^2.2.0", "@types/terser-webpack-plugin@^2.2.1": |
| 2266 | +"@types/terser-webpack-plugin@^2.2.1": |
2296 | 2267 | version "2.2.1"
|
2297 | 2268 | resolved "https://registry.yarnpkg.com/@types/terser-webpack-plugin/-/terser-webpack-plugin-2.2.1.tgz#d6687ed29026532764b031209a5d6dc6d44b33f2"
|
2298 | 2269 | integrity sha512-Z/6t/7qz4LeO64owJ9x7JQ6X791qfLxp1M1eCp6hFQlj7xuB5+Ol7DpEn5kWClTARZ7GlPLRsEWzFzQjZShF6w==
|
|
2346 | 2317 | "@types/source-list-map" "*"
|
2347 | 2318 | source-map "^0.6.1"
|
2348 | 2319 |
|
2349 |
| -"@types/webpack@*", "@types/webpack@^4.41.13": |
| 2320 | +"@types/webpack@*": |
2350 | 2321 | version "4.41.14"
|
2351 | 2322 | resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.14.tgz#39e3a429a4cc7dedaf79d0558f2912a101c9a2de"
|
2352 | 2323 | integrity sha512-IRnPKux2B7Qip/cUgen5gUh68fxk9Ao0ovKkkSUNPu+6Zub30pjqk9qFG2xZQUBcpIyLte1QfiYBpyAMwuN7Pw==
|
@@ -4230,7 +4201,7 @@ connect@^3.7.0:
|
4230 | 4201 | parseurl "~1.3.3"
|
4231 | 4202 | utils-merge "1.0.1"
|
4232 | 4203 |
|
4233 |
| -consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.13.0, consola@^2.3.2, consola@^2.6.0, consola@^2.9.0: |
| 4204 | +consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.12.1, consola@^2.13.0, consola@^2.3.2, consola@^2.6.0, consola@^2.9.0: |
4234 | 4205 | version "2.13.0"
|
4235 | 4206 | resolved "https://registry.yarnpkg.com/consola/-/consola-2.13.0.tgz#5a4dc75e1b1fddbd8b10728e7790a2e54efeeeb7"
|
4236 | 4207 | integrity sha512-Jw+8qpL0yrpfqH9m90fWoDRQyn8TYU6Aegpl4UofoP81VYvQLoOWMpFw2vQ3U/cyLRRzTc/CyNC6YYVzZFU8Eg==
|
|
0 commit comments