mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
build: update all non-major dependencies
This commit is contained in:
parent
24a95be203
commit
ada64401d0
@ -140,11 +140,11 @@
|
||||
"common-tags": "^1.8.0",
|
||||
"conventional-changelog": "^3.0.0",
|
||||
"conventional-commits-parser": "^3.0.0",
|
||||
"copy-webpack-plugin": "9.0.0",
|
||||
"copy-webpack-plugin": "9.0.1",
|
||||
"core-js": "3.15.1",
|
||||
"critters": "0.0.10",
|
||||
"css-loader": "5.2.6",
|
||||
"css-minimizer-webpack-plugin": "3.0.1",
|
||||
"css-minimizer-webpack-plugin": "3.0.2",
|
||||
"debug": "^4.1.1",
|
||||
"enhanced-resolve": "5.8.2",
|
||||
"esbuild": "0.12.9",
|
||||
@ -181,7 +181,7 @@
|
||||
"license-webpack-plugin": "2.3.19",
|
||||
"loader-utils": "2.0.0",
|
||||
"magic-string": "0.25.7",
|
||||
"mini-css-extract-plugin": "1.6.0",
|
||||
"mini-css-extract-plugin": "1.6.1",
|
||||
"minimatch": "3.0.4",
|
||||
"minimist": "^1.2.0",
|
||||
"ng-packagr": "~12.1.0-next.0",
|
||||
@ -222,7 +222,7 @@
|
||||
"tar": "^6.0.0",
|
||||
"temp": "^0.9.0",
|
||||
"terser": "5.7.0",
|
||||
"terser-webpack-plugin": "5.1.3",
|
||||
"terser-webpack-plugin": "5.1.4",
|
||||
"text-table": "0.2.0",
|
||||
"through2": "^4.0.0",
|
||||
"tree-kill": "1.2.2",
|
||||
|
@ -28,11 +28,11 @@
|
||||
"cacache": "15.2.0",
|
||||
"caniuse-lite": "^1.0.30001032",
|
||||
"circular-dependency-plugin": "5.2.2",
|
||||
"copy-webpack-plugin": "9.0.0",
|
||||
"copy-webpack-plugin": "9.0.1",
|
||||
"core-js": "3.15.1",
|
||||
"critters": "0.0.10",
|
||||
"css-loader": "5.2.6",
|
||||
"css-minimizer-webpack-plugin": "3.0.1",
|
||||
"css-minimizer-webpack-plugin": "3.0.2",
|
||||
"esbuild": "0.12.9",
|
||||
"find-cache-dir": "3.3.1",
|
||||
"glob": "7.1.7",
|
||||
@ -44,7 +44,7 @@
|
||||
"less-loader": "10.0.0",
|
||||
"license-webpack-plugin": "2.3.19",
|
||||
"loader-utils": "2.0.0",
|
||||
"mini-css-extract-plugin": "1.6.0",
|
||||
"mini-css-extract-plugin": "1.6.1",
|
||||
"minimatch": "3.0.4",
|
||||
"open": "8.2.1",
|
||||
"ora": "5.4.1",
|
||||
@ -68,7 +68,7 @@
|
||||
"stylus": "0.54.8",
|
||||
"stylus-loader": "6.1.0",
|
||||
"terser": "5.7.0",
|
||||
"terser-webpack-plugin": "5.1.3",
|
||||
"terser-webpack-plugin": "5.1.4",
|
||||
"text-table": "0.2.0",
|
||||
"tree-kill": "1.2.2",
|
||||
"tslib": "2.3.0",
|
||||
|
57
yarn.lock
57
yarn.lock
@ -3760,10 +3760,10 @@ copy-descriptor@^0.1.0:
|
||||
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
||||
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
||||
|
||||
copy-webpack-plugin@9.0.0:
|
||||
version "9.0.0"
|
||||
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-9.0.0.tgz#2bf592785d2fcdde9342dfed3676490fe0aa7ce8"
|
||||
integrity sha512-k8UB2jLIb1Jip2nZbCz83T/XfhfjX6mB1yLJNYKrpYi7FQimfOoFv/0//iT6HV1K8FwUB5yUbCcnpLebJXJTug==
|
||||
copy-webpack-plugin@9.0.1:
|
||||
version "9.0.1"
|
||||
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-9.0.1.tgz#b71d21991599f61a4ee00ba79087b8ba279bbb59"
|
||||
integrity sha512-14gHKKdYIxF84jCEgPgYXCPpldbwpxxLbCmA7LReY7gvbaT555DgeBWBgBZM116tv/fO6RRJrsivBqRyRlukhw==
|
||||
dependencies:
|
||||
fast-glob "^3.2.5"
|
||||
glob-parent "^6.0.0"
|
||||
@ -3771,7 +3771,7 @@ copy-webpack-plugin@9.0.0:
|
||||
normalize-path "^3.0.0"
|
||||
p-limit "^3.1.0"
|
||||
schema-utils "^3.0.0"
|
||||
serialize-javascript "^5.0.1"
|
||||
serialize-javascript "^6.0.0"
|
||||
|
||||
core-js-compat@^3.14.0, core-js-compat@^3.15.0:
|
||||
version "3.15.1"
|
||||
@ -3894,17 +3894,17 @@ css-loader@5.2.6:
|
||||
schema-utils "^3.0.0"
|
||||
semver "^7.3.5"
|
||||
|
||||
css-minimizer-webpack-plugin@3.0.1:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.0.1.tgz#2f866079411d42309a485512642c0cb08b5468ae"
|
||||
integrity sha512-RGFIv6iZWUPO2T1vE5+5pNCSs2H2xtHYRdfZPiiNH8Of6QOn9BeFnZSoHiQMkmsxOO/JkPe4BpKfs7slFIWcTA==
|
||||
css-minimizer-webpack-plugin@3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.0.2.tgz#8fadbdf10128cb40227bff275a4bb47412534245"
|
||||
integrity sha512-B3I5e17RwvKPJwsxjjWcdgpU/zqylzK1bPVghcmpFHRL48DXiBgrtqz1BJsn68+t/zzaLp9kYAaEDvQ7GyanFQ==
|
||||
dependencies:
|
||||
cssnano "^5.0.0"
|
||||
cssnano "^5.0.6"
|
||||
jest-worker "^27.0.2"
|
||||
p-limit "^3.0.2"
|
||||
postcss "^8.2.9"
|
||||
postcss "^8.3.5"
|
||||
schema-utils "^3.0.0"
|
||||
serialize-javascript "^5.0.1"
|
||||
serialize-javascript "^6.0.0"
|
||||
source-map "^0.6.1"
|
||||
|
||||
css-parse@~2.0.0:
|
||||
@ -4034,7 +4034,7 @@ cssnano-utils@^2.0.1:
|
||||
resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-2.0.1.tgz#8660aa2b37ed869d2e2f22918196a9a8b6498ce2"
|
||||
integrity sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==
|
||||
|
||||
cssnano@^5.0.0:
|
||||
cssnano@^5.0.0, cssnano@^5.0.6:
|
||||
version "5.0.6"
|
||||
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.6.tgz#2a91ad34c6521ae31eab3da9c90108ea3093535d"
|
||||
integrity sha512-NiaLH/7yqGksFGsFNvSRe2IV/qmEBAeDE64dYeD8OBrgp6lE8YoMeQJMtsv5ijo6MPyhuoOvFhI94reahBRDkw==
|
||||
@ -7644,10 +7644,10 @@ min-indent@^1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
||||
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
||||
|
||||
mini-css-extract-plugin@1.6.0:
|
||||
version "1.6.0"
|
||||
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz#b4db2525af2624899ed64a23b0016e0036411893"
|
||||
integrity sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==
|
||||
mini-css-extract-plugin@1.6.1:
|
||||
version "1.6.1"
|
||||
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.1.tgz#7b57bbd85f07702c7d93c4eb40a1da9d10b7a815"
|
||||
integrity sha512-2DXoAaHJ/jIlbVz5yX8eCrRFNfxjH4Lx9LlEetbub1BY6AVa9kl+Ag2/c570w+Wqe0InNJA6POmlcg2Iuq9iTA==
|
||||
dependencies:
|
||||
loader-utils "^2.0.0"
|
||||
schema-utils "^3.0.0"
|
||||
@ -9403,7 +9403,7 @@ postcss@7.x.x, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32
|
||||
source-map "^0.6.1"
|
||||
supports-color "^6.1.0"
|
||||
|
||||
postcss@8.3.5, postcss@^8.2.15, postcss@^8.2.4, postcss@^8.2.9:
|
||||
postcss@8.3.5, postcss@^8.2.15, postcss@^8.2.4, postcss@^8.3.5:
|
||||
version "8.3.5"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
|
||||
integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==
|
||||
@ -10391,6 +10391,13 @@ serialize-javascript@^5.0.1:
|
||||
dependencies:
|
||||
randombytes "^2.1.0"
|
||||
|
||||
serialize-javascript@^6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
|
||||
integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
|
||||
dependencies:
|
||||
randombytes "^2.1.0"
|
||||
|
||||
serve-index@^1.9.1:
|
||||
version "1.9.1"
|
||||
resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
|
||||
@ -11207,7 +11214,19 @@ temp@^0.9.0:
|
||||
mkdirp "^0.5.1"
|
||||
rimraf "~2.6.2"
|
||||
|
||||
terser-webpack-plugin@5.1.3, terser-webpack-plugin@^5.1.3:
|
||||
terser-webpack-plugin@5.1.4:
|
||||
version "5.1.4"
|
||||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.1.4.tgz#c369cf8a47aa9922bd0d8a94fe3d3da11a7678a1"
|
||||
integrity sha512-C2WkFwstHDhVEmsmlCxrXUtVklS+Ir1A7twrYzrDrQQOIMOaVAYykaoo/Aq1K0QRkMoY2hhvDQY1cm4jnIMFwA==
|
||||
dependencies:
|
||||
jest-worker "^27.0.2"
|
||||
p-limit "^3.1.0"
|
||||
schema-utils "^3.0.0"
|
||||
serialize-javascript "^6.0.0"
|
||||
source-map "^0.6.1"
|
||||
terser "^5.7.0"
|
||||
|
||||
terser-webpack-plugin@^5.1.3:
|
||||
version "5.1.3"
|
||||
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.1.3.tgz#30033e955ca28b55664f1e4b30a1347e61aa23af"
|
||||
integrity sha512-cxGbMqr6+A2hrIB5ehFIF+F/iST5ZOxvOmy9zih9ySbP1C2oEWQSOUS+2SNBTjzx5xLKO4xnod9eywdfq1Nb9A==
|
||||
|
Loading…
x
Reference in New Issue
Block a user