diff --git a/package.json b/package.json index cbca4cafd..de849fe69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nguniversal", "main": "index.js", - "version": "11.0.0-next.0", + "version": "11.0.0-next.1", "private": true, "description": "Universal (isomorphic) JavaScript support for Angular", "homepage": "https://github.com/angular/universal", @@ -42,21 +42,21 @@ "@types/node": "12.12.37" }, "devDependencies": { - "@angular-devkit/architect": "^0.1100.0-next.0", - "@angular-devkit/build-angular": "^0.1100.0-next.0", - "@angular-devkit/core": "^11.0.0-next.0", - "@angular-devkit/schematics": "^11.0.0-next.0", - "@angular/animations": "^11.0.0-next.0", - "@angular/bazel": "^11.0.0-next.0", - "@angular/cli": "^11.0.0-next.0", - "@angular/common": "^11.0.0-next.0", - "@angular/compiler": "^11.0.0-next.0", - "@angular/compiler-cli": "^11.0.0-next.0", - "@angular/core": "^11.0.0-next.0", - "@angular/platform-browser": "^11.0.0-next.0", - "@angular/platform-browser-dynamic": "^11.0.0-next.0", - "@angular/platform-server": "^11.0.0-next.0", - "@angular/router": "^11.0.0-next.0", + "@angular-devkit/architect": "^0.1100.0-next.3", + "@angular-devkit/build-angular": "^0.1100.0-next.3", + "@angular-devkit/core": "^11.0.0-next.3", + "@angular-devkit/schematics": "^11.0.0-next.3", + "@angular/animations": "^11.0.0-next.3", + "@angular/bazel": "^11.0.0-next.3", + "@angular/cli": "^11.0.0-next.3", + "@angular/common": "^11.0.0-next.3", + "@angular/compiler": "^11.0.0-next.3", + "@angular/compiler-cli": "^11.0.0-next.3", + "@angular/core": "^11.0.0-next.3", + "@angular/platform-browser": "^11.0.0-next.3", + "@angular/platform-browser-dynamic": "^11.0.0-next.3", + "@angular/platform-server": "^11.0.0-next.3", + "@angular/router": "^11.0.0-next.3", "@bazel/bazelisk": "1.5.0", "@bazel/buildifier": "^3.0.0", "@bazel/hide-bazel-files": "~1.7.0", @@ -64,7 +64,7 @@ "@bazel/jasmine": "~1.7.0", "@bazel/typescript": "~1.7.0", "@hapi/hapi": "^18.4.0", - "@schematics/angular": "^11.0.0-next.0", + "@schematics/angular": "^11.0.0-next.3", "@types/browser-sync": "^2.26.1", "@types/express": "~4.17.6", "@types/fs-extra": "^9.0.0", diff --git a/tools/defaults.bzl b/tools/defaults.bzl index 7a7924af6..45993fab5 100644 --- a/tools/defaults.bzl +++ b/tools/defaults.bzl @@ -31,13 +31,13 @@ def ts_library(tsconfig = None, deps = [], testonly = False, **kwargs): **kwargs ) -NG_VERSION = "^11.0.0-next.0" +NG_VERSION = "^11.0.0-next.3" RXJS_VERSION = "^6.5.5" HAPI_VERSION = "^18.4.0" EXPRESS_VERSION = "^4.15.2" EXPRESS_TYPES_VERSION = "^4.17.0" -DEVKIT_CORE_VERSION = "^11.0.0-next.0" -DEVKIT_ARCHITECT_VERSION = "^0.1100.0-next.0" +DEVKIT_CORE_VERSION = "^11.0.0-next.3" +DEVKIT_ARCHITECT_VERSION = "^0.1100.0-next.3" TSLIB_VERSION = "^2.0.0" NGUNIVERSAL_SCOPED_PACKAGES = ["@nguniversal/%s" % p for p in [ diff --git a/yarn.lock b/yarn.lock index 380b10c84..53f1f95d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,23 +2,23 @@ # yarn lockfile v1 -"@angular-devkit/architect@0.1100.0-next.2", "@angular-devkit/architect@^0.1100.0-next.0": - version "0.1100.0-next.2" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1100.0-next.2.tgz#129dce3f4e1dc01d1f8358876d4b4544ff4dc030" - integrity sha512-1zQXMuvv5Ap/DeMlKOdYqJYkqnybo7h00oI5sZy+3oTUzaMFqeRm8XV4wUFFwdL7gNV6SUKsn6Qdrz6qb1qfqg== +"@angular-devkit/architect@0.1100.0-next.3", "@angular-devkit/architect@^0.1100.0-next.3": + version "0.1100.0-next.3" + resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1100.0-next.3.tgz#790d7fb22fac4bd9d79b9fadfee6f8712bd6a8ab" + integrity sha512-kAM1TsWimutPcE1AH28D9u47h/E4aPX0ivQ65R7xJGbHvdv7M9LlHjni2Uk2uJ6hNRTZV9XcBCndvKymkMbSwg== dependencies: - "@angular-devkit/core" "11.0.0-next.2" + "@angular-devkit/core" "11.0.0-next.3" rxjs "6.6.3" -"@angular-devkit/build-angular@^0.1100.0-next.0": - version "0.1100.0-next.2" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.1100.0-next.2.tgz#eccd1b54db44936a2f87187bbc76a18e29ac13b4" - integrity sha512-6OySwPopaB4r+SRNykFFAR75UzLHcwthbdRrXttvDC1kmIRUfocP37zC+5S9IJb/x+KQoY9y4HgnnuO7zIdLJA== +"@angular-devkit/build-angular@^0.1100.0-next.3": + version "0.1100.0-next.3" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.1100.0-next.3.tgz#e1a5c7ade4dc3cb5ed453de3dcc78f6c73dc9d52" + integrity sha512-4nT+Ym0T96Ko92+QUQM6CpEIC1vkj1LX3NA6ZmTyGA1P7mUAGaVvFN15JoKqMoUdvLy9UcL768kX2XKcWt6U/g== dependencies: - "@angular-devkit/architect" "0.1100.0-next.2" - "@angular-devkit/build-optimizer" "0.1100.0-next.2" - "@angular-devkit/build-webpack" "0.1100.0-next.2" - "@angular-devkit/core" "11.0.0-next.2" + "@angular-devkit/architect" "0.1100.0-next.3" + "@angular-devkit/build-optimizer" "0.1100.0-next.3" + "@angular-devkit/build-webpack" "0.1100.0-next.3" + "@angular-devkit/core" "11.0.0-next.3" "@babel/core" "7.11.6" "@babel/generator" "7.11.6" "@babel/plugin-transform-runtime" "7.11.5" @@ -26,7 +26,7 @@ "@babel/runtime" "7.11.2" "@babel/template" "7.10.4" "@jsdevtools/coverage-istanbul-loader" "3.0.5" - "@ngtools/webpack" "11.0.0-next.2" + "@ngtools/webpack" "11.0.0-next.3" ansi-colors "4.1.1" autoprefixer "9.8.6" babel-loader "8.1.0" @@ -34,7 +34,7 @@ cacache "15.0.5" caniuse-lite "^1.0.30001032" circular-dependency-plugin "5.2.0" - copy-webpack-plugin "6.1.0" + copy-webpack-plugin "6.1.1" core-js "3.6.4" css-loader "4.3.0" cssnano "4.1.10" @@ -62,9 +62,9 @@ regenerator-runtime "0.13.7" resolve-url-loader "3.1.1" rimraf "3.0.2" - rollup "2.27.0" + rollup "2.28.1" rxjs "6.6.3" - sass "1.26.10" + sass "1.26.11" sass-loader "10.0.2" semver "7.3.2" source-map "0.7.3" @@ -74,10 +74,11 @@ style-loader "1.2.1" stylus "0.54.8" stylus-loader "3.0.2" - terser "5.3.1" - terser-webpack-plugin "4.2.1" + terser "5.3.2" + terser-webpack-plugin "4.2.2" + text-table "0.2.0" tree-kill "1.2.2" - webpack "4.44.1" + webpack "4.44.2" webpack-dev-middleware "3.7.2" webpack-dev-server "3.11.0" webpack-merge "5.1.4" @@ -85,30 +86,30 @@ webpack-subresource-integrity "1.4.1" worker-plugin "5.0.0" -"@angular-devkit/build-optimizer@0.1100.0-next.2": - version "0.1100.0-next.2" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1100.0-next.2.tgz#33a1ff20ed345511f3ebc9e187da55d8dad4c557" - integrity sha512-emQb4skna2GVDXEeq6JRv2phDCUiIWJvwfq0SWUxqiYKnt1L+sa/gxKfbw21iRNJVMGxuvTGZMIEl1ocTsWQdA== +"@angular-devkit/build-optimizer@0.1100.0-next.3": + version "0.1100.0-next.3" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.1100.0-next.3.tgz#e89a1fbb45a0a470c935cb50f6ccafa9e75a3093" + integrity sha512-mg89+53GegdM1qB/zZunvUy64+Ws7VBaCd9benJ6zPqLwgcC/PaW7rulnuMhkwP60GqGjyBG5rEoBrF1XiC2PA== dependencies: loader-utils "2.0.0" source-map "0.7.3" tslib "2.0.1" - typescript "4.0.2" + typescript "4.0.3" webpack-sources "1.4.3" -"@angular-devkit/build-webpack@0.1100.0-next.2": - version "0.1100.0-next.2" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1100.0-next.2.tgz#1518ac5c24d7122adf3ad3ac9f56021658029ec5" - integrity sha512-Oiljx0blnohyZtl2OgXpCtMVWqfMVi8hw3u0fM5oQfA03tz25XmLEphPUq/D3hciBQxHhz1Z0OFlAdrh97hAww== +"@angular-devkit/build-webpack@0.1100.0-next.3": + version "0.1100.0-next.3" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.1100.0-next.3.tgz#54b218552b5fbea58c51dde3a67691289eda615d" + integrity sha512-R5ARg1OSTLXlTIhjXZHfGJnB3MIZB/1QhoLRyEDfj+ObRMExKhb8tvopij3RyLv6oDTb7qc7vghlp8M6wFUzlw== dependencies: - "@angular-devkit/architect" "0.1100.0-next.2" - "@angular-devkit/core" "11.0.0-next.2" + "@angular-devkit/architect" "0.1100.0-next.3" + "@angular-devkit/core" "11.0.0-next.3" rxjs "6.6.3" -"@angular-devkit/core@11.0.0-next.2", "@angular-devkit/core@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-11.0.0-next.2.tgz#e0c5435451f06506d99f282fbb5a54fd06e43d3c" - integrity sha512-GvOcTHrReQxQZfWaFtlSYdZ1geWKQUZBZ2Yxyi8vyBH8MsHsdpr904vxpFiRHWiAx3UX5CGvatxb8z0jCe2VrQ== +"@angular-devkit/core@11.0.0-next.3", "@angular-devkit/core@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-11.0.0-next.3.tgz#618c7d3b933629616903dc0c5f869fbe12b26733" + integrity sha512-emg62aiYJ4EmK1fqegPAK0bRQp0j0Ybnc64wZG78+Sj4jHTgNuKjfm7Hns8EVIoEpDyJXI3mQR/4YEvCkeK3rQ== dependencies: ajv "6.12.5" fast-json-stable-stringify "2.1.0" @@ -116,44 +117,44 @@ rxjs "6.6.3" source-map "0.7.3" -"@angular-devkit/schematics@11.0.0-next.2", "@angular-devkit/schematics@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-11.0.0-next.2.tgz#ca3e42f8ebd828f91ea7244f1f718e088a0ca60a" - integrity sha512-VIow8DZJ4akMiahnikRrO5BH2bIVb9n5CaCOBAlTlnMQJvFENiv3e3YybAp1SUPzLEhe6ws0Q6LTzdsGH+yHlQ== +"@angular-devkit/schematics@11.0.0-next.3", "@angular-devkit/schematics@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-11.0.0-next.3.tgz#25352ba6a509ef3603fc860ec8dc9f5061312fa4" + integrity sha512-JC03gngxC7/2gkgS8JryyB+dMykEpsEP1HhjPrz7eMPQAboWcnTOMKl8auOH8NDUpq4/aUrePG702Lk9AEROgQ== dependencies: - "@angular-devkit/core" "11.0.0-next.2" + "@angular-devkit/core" "11.0.0-next.3" ora "5.1.0" rxjs "6.6.3" -"@angular/animations@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-11.0.0-next.2.tgz#35529a096ab0d75805eb965d48ca1a02c2b9961a" - integrity sha512-ShfPAQUhdJhhug31h5MkD/Aq2IUGqVaIgXrS7Q5Ys9y/dbTQCj99SOB/2FYLjRQxAbTSNRe2xS2RSueOplMTjg== +"@angular/animations@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-11.0.0-next.3.tgz#0932c5cb2cc191e2b549223b9b55d64aa9959bb3" + integrity sha512-PNInK5zAuEXlClE5GgGHgXgG3VccDTida90jPYQsB3peiCSPDMl7dtEMtK+QT40t933mw+IsooM5mPd9kk1Frw== dependencies: tslib "^2.0.0" -"@angular/bazel@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-11.0.0-next.2.tgz#76ae47c9c1f129d98f22841c7a625c29a10fcff5" - integrity sha512-1wuJpo4p5iAoP0tK+Ua/DT/cdKmGjUpxU2NdM1uY1kjJazt1tXqCFTzPV4RnjSHuQx9i71TamwvERlqJ4QgHjg== +"@angular/bazel@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/bazel/-/bazel-11.0.0-next.3.tgz#8e2bb5a60652556f607cede33bad62b3be165f23" + integrity sha512-K+OsDopXjkTAOP/YV5p6kf15QcYVePXDn6ikFn5SniFV1LLfETSFaKifhsqoLMgI2uwKmXyEsHbzfr2X5WJS5w== dependencies: "@microsoft/api-extractor" "^7.7.13" shelljs "0.8.2" tsickle "^0.38.0" -"@angular/cli@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-11.0.0-next.2.tgz#8ebde4a2a26720cf25f813b41c538bda76f6aaf4" - integrity sha512-xwDylTecu53sIpNxNKqrcG72UBDIR8Tr63OWOPhHFFfwU+TBleYdT30A9Tio1H7+Wxw5L564LBA6Qk0J+5Z+ow== +"@angular/cli@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-11.0.0-next.3.tgz#3039770901fa824c41b38d6c12a07f1abc933a78" + integrity sha512-tpzDdYXjvS3/5/ftPkXwEKLk6wlJWFz6fYmoRntYhDjK/uLzDl7LmOq6UC/WbZi13/73Q8Z3UX8gzJK4qHqsFA== dependencies: - "@angular-devkit/architect" "0.1100.0-next.2" - "@angular-devkit/core" "11.0.0-next.2" - "@angular-devkit/schematics" "11.0.0-next.2" - "@schematics/angular" "11.0.0-next.2" - "@schematics/update" "0.1100.0-next.2" + "@angular-devkit/architect" "0.1100.0-next.3" + "@angular-devkit/core" "11.0.0-next.3" + "@angular-devkit/schematics" "11.0.0-next.3" + "@schematics/angular" "11.0.0-next.3" + "@schematics/update" "0.1100.0-next.3" "@yarnpkg/lockfile" "1.1.0" ansi-colors "4.1.1" - debug "4.1.1" + debug "4.2.0" ini "1.3.5" inquirer "7.3.3" npm-package-arg "8.0.1" @@ -167,17 +168,17 @@ universal-analytics "0.4.23" uuid "8.3.0" -"@angular/common@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.0-next.2.tgz#5a710b727cbc91876336711923c77a8f578b9645" - integrity sha512-ZzI4pWDMWjnrCwdJCDPMxix2ODkQ3zpG5jPpgFl5kgEK3arilptXxhDarCYqmKFSOfkwogBXYSm0xEKQCb4bPQ== +"@angular/common@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/common/-/common-11.0.0-next.3.tgz#32c0a74befebe7bbde3c5be3a59240c1e5c27a2b" + integrity sha512-tVoy0yZC0Vx/Def+kLn7Z86rSRt9uU4Bj3O4qmj6FgNQCxzVc0oxjoA2X1iQ4XrhCXuPHHFdRubEvqM1CRF/gQ== dependencies: tslib "^2.0.0" -"@angular/compiler-cli@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.0-next.2.tgz#b3ed4848b2581afdd83dd1677c195e8e41a9d1eb" - integrity sha512-Itg09vUG1R2fLmQ9Zncn7a+FBLveRAkO7jquuC7OyfIvpeNfuhXLCwOMlRZGPqAsbI6mmzh71SxqmW3YIehWTg== +"@angular/compiler-cli@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-11.0.0-next.3.tgz#8eeeeec677ed1a329c95deca5e6922040c578767" + integrity sha512-hh3nYBX64s+gwz0hQsyaNT4vPPxEMO7kQEHalGnYgbZFaMmJOoFojXu/ShMZ1OkOYwTMQTeNU5ID40dVO9q7lA== dependencies: canonical-path "1.0.0" chokidar "^3.0.0" @@ -193,47 +194,47 @@ tslib "^2.0.0" yargs "15.3.0" -"@angular/compiler@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.0.0-next.2.tgz#d0449bb73f1b0b81aa43c931cbe052314ca1c9ba" - integrity sha512-058W8+B3lqmAoWs3nxsZeTp7hmmVObeCsIcJ/KnLGOAhow9HK4iW0v2ShU7GkOZCt/6dxMfWFJkPsHF7hRQiWg== +"@angular/compiler@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-11.0.0-next.3.tgz#3e128ce0451b30d7ea73dd2c16813b57b9182a28" + integrity sha512-Ldtmpg8WuDpKVaWawjfZbU43oOb2kVaZOBbQBiUlS1M1arfjcPnPKZlaJnF1VSvjWeJBOG8b1Fl2BmBJJDPdwQ== dependencies: tslib "^2.0.0" -"@angular/core@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.0-next.2.tgz#a9a843cb472bf504d83db0143cc52602014ae6e8" - integrity sha512-kJdIbgR7p+9syB8TZyVog6O0mwNLe7H/XYAoQSKbBaEB6JMbf644IKTITRVc4pRjpVTYUyqxtyxewaSmNpedJA== +"@angular/core@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.0-next.3.tgz#9b5597f1070c203901b57cb51dbb934039a92aaf" + integrity sha512-Eolf7pHDEdQMbjEm9G3cAruJV3/6VpNLAXPw22ANHU9chrw05m73O2nDmfeA44jYaKV5TRMiWQEVSH9Ep4o9tQ== dependencies: tslib "^2.0.0" -"@angular/platform-browser-dynamic@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-11.0.0-next.2.tgz#31db05bbbf6159e79ea4abf99b47f033b92b1e35" - integrity sha512-jJe0CDCpZ/m6uwYNdQ+CacTKv5Bk2XGIWyGlaqf1q/t1XR7Aq9SDF0zG4pBCAkg3qpybW+IEZ4TKNZzOEffCSA== +"@angular/platform-browser-dynamic@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-11.0.0-next.3.tgz#22bea49c03c4c43c195d838d6364a0aba499f958" + integrity sha512-pAJhXpBi2qfOb0FL5B1vyczt2NkBTd/dmS6rxDDAi1OKg3JILHkN1ALcY0UXSjODVIlMdwvH7nBOEZ8c+xU5hQ== dependencies: tslib "^2.0.0" -"@angular/platform-browser@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-11.0.0-next.2.tgz#609de7fd5a20b1f836be85899604cad558f4fab0" - integrity sha512-mh9AvW4tTETJ6rCcve+femv5PMuboYsE0kzMGyn39cwaFFVmDMi2b6niM1TLhhlVCMnJC97qLsvqfCaIqeHdOA== +"@angular/platform-browser@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-11.0.0-next.3.tgz#b156f1ab30d9944901a5680c2ac7e61c737c102a" + integrity sha512-IbbQM5pL3m3ct6YEnWXeDuVSKEiZvsMnhcXg6ntF4gaBwC8iQHBrZXcS6NKsObEP3Qf1IvJnhiMmAzQvhBVr9w== dependencies: tslib "^2.0.0" -"@angular/platform-server@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-11.0.0-next.2.tgz#1045b44a03dc4a0f2996407dd831c64f690986a0" - integrity sha512-+GqtPLFV4LEdkubjxvxnY5qdlrmAKb5NnSgDDSmV7FRGMo4tOQ4+R4HY0Sc/6IJHm2ORbMzAJLZMa2uGIlC/tQ== +"@angular/platform-server@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-11.0.0-next.3.tgz#86bf4e494878ec59f89ce0fd6f5fdc8ee9b275f7" + integrity sha512-T6o1x5kpZe8XYj1COeEZ+ThZS9D7Z1S03XKZjpMxxEfLKIADCRYycKHUjih3QQMsmvoB4g9Qm+r9eUaw/lEMLw== dependencies: domino "^2.1.2" tslib "^2.0.0" xhr2 "^0.2.0" -"@angular/router@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@angular/router/-/router-11.0.0-next.2.tgz#465a27fbaae0e10527b9dacc4cc79ea25fffdd6c" - integrity sha512-R+uI9/uZd8UKVGU9itcI8ErgwbIqNRpnCta8ldGiN7Y8zkNuR83wON+YvCP2j5TWGPTCkWb/DulyL3ENH/8SeQ== +"@angular/router@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@angular/router/-/router-11.0.0-next.3.tgz#6cae86104fdf682d19d1a44cd53fe0a4f19da8f9" + integrity sha512-fPH0SoF0fMG/iRX948ZpPbNMZ/oE28JVsLCSlrUJv/57dypr7YHu3l4uPOtB5d0grjmxokpiqsvFeBCt8Is6tQ== dependencies: tslib "^2.0.0" @@ -1477,13 +1478,13 @@ resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.12.19.tgz#2173ccb92469aaf62031fa9499d21b16d07f9b57" integrity sha512-IpgPxHrNxZiMNUSXqR1l/gePKPkfAmIKoDRP9hp7OwjU29ZR8WCJsOJ8iBKgw0Qk+pFwR+8Y1cy8ImLY6e9m4A== -"@ngtools/webpack@11.0.0-next.2": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-11.0.0-next.2.tgz#5620a422a5d1f58890f26cd6e42c50c666e7c509" - integrity sha512-eSR2EWCsuQNylUBfs1voOeOwW2TJMLX+CZbDCOQVfHfhouiL4/Hb5TJJshCTRlSj+SxCkcAe77PJv7GybI177w== +"@ngtools/webpack@11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-11.0.0-next.3.tgz#0db0e132b3f989b7ad72749fc31c7b0cc2089336" + integrity sha512-A1jt/B/4M0nyOjaTrjgM6Ta2MtgNWh5XCIm5G7o06L+7oLQKCy+ju5+ZrI0wohFBWaqzaBQDxoURBLXtYTSzDg== dependencies: - "@angular-devkit/core" "11.0.0-next.2" - enhanced-resolve "4.3.0" + "@angular-devkit/core" "11.0.0-next.3" + enhanced-resolve "5.0.0" webpack-sources "1.4.3" "@nodelib/fs.scandir@2.1.3": @@ -1601,22 +1602,22 @@ colors "~1.2.1" string-argv "~0.3.1" -"@schematics/angular@11.0.0-next.2", "@schematics/angular@^11.0.0-next.0": - version "11.0.0-next.2" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-11.0.0-next.2.tgz#ddafa9207f75c30a54f044ad70d89277b1608a12" - integrity sha512-XPtibTdmyK6WFgY/xw/Mn0aa6e2QTkUpk8mqRoIUlVESp7q5X8FHDNJTe1DABhVShNnkxAKf/r6ygmeLQt5Ggg== +"@schematics/angular@11.0.0-next.3", "@schematics/angular@^11.0.0-next.3": + version "11.0.0-next.3" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-11.0.0-next.3.tgz#cf0bfcecf7754ef671be308d99d79272bb4cd5c2" + integrity sha512-CG48GZa5Q8A3wzdltWAv8vFvu0SJUVnY7XyvijImU48XBJmVUq3lwJnSbUYl0QgXI4EjdOlIpJ1i3hZI8pI8JQ== dependencies: - "@angular-devkit/core" "11.0.0-next.2" - "@angular-devkit/schematics" "11.0.0-next.2" + "@angular-devkit/core" "11.0.0-next.3" + "@angular-devkit/schematics" "11.0.0-next.3" jsonc-parser "2.3.1" -"@schematics/update@0.1100.0-next.2": - version "0.1100.0-next.2" - resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.1100.0-next.2.tgz#926b2f0db674734fe5fc6ccb93f9677548d1974d" - integrity sha512-PAV6ciXRMpJELIIIbKG7ppZU1nLYRYSoaOL2pOVA1tmD4MyzS6Vgem1hANDwG9Bu7pTXoOsPdKWmgleSKPcTVw== +"@schematics/update@0.1100.0-next.3": + version "0.1100.0-next.3" + resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.1100.0-next.3.tgz#0993a42b9106f62269ca4c771a2161e7b7029371" + integrity sha512-tMbSI52VV5IMAO2mzhv9Bb7Z0GTJ42LP91ulPdZGBpt+f1sR7ejiZALK0fM3HE9/eOLeT4Aw6uWgsajdJL3GBg== dependencies: - "@angular-devkit/core" "11.0.0-next.2" - "@angular-devkit/schematics" "11.0.0-next.2" + "@angular-devkit/core" "11.0.0-next.3" + "@angular-devkit/schematics" "11.0.0-next.3" "@yarnpkg/lockfile" "1.1.0" ini "1.3.5" npm-package-arg "^8.0.0" @@ -3445,10 +3446,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@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.1.0.tgz#5bde7f826d87e716d8d5e761ddd34bb675448458" - integrity sha512-aWjIuLt1OVQxaDVffnt3bnGmLA8zGgAJaFwPA+a+QYVPh1vhIKjVfh3SbOFLV0kRPvGBITbw17n5CsmiBS4LQQ== +copy-webpack-plugin@6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.1.1.tgz#737a3ba21c16cc6ddca972f5cf8de25568ca0616" + integrity sha512-4TlkHFYkrZ3WppLA5XkPmBLI5lnEpFsXvpeqxCf5PzkratZiVklNXsvoQkLhUU43q7ZL3AOXtaHAd9jLNJoU0w== dependencies: cacache "^15.0.5" fast-glob "^3.2.4" @@ -3459,7 +3460,7 @@ copy-webpack-plugin@6.1.0: normalize-path "^3.0.0" p-limit "^3.0.2" schema-utils "^2.7.1" - serialize-javascript "^4.0.0" + serialize-javascript "^5.0.1" webpack-sources "^1.4.3" core-js-compat@^3.6.2: @@ -3792,7 +3793,7 @@ debug@3.1.0, debug@=3.1.0, debug@~3.1.0: dependencies: ms "2.0.0" -debug@4, debug@^4.1.0, debug@^4.1.1: +debug@4, debug@4.2.0, debug@^4.1.0, debug@^4.1.1: version "4.2.0" resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1" integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== @@ -4211,7 +4212,15 @@ engine.io@~3.2.0: engine.io-parser "~2.1.0" ws "~3.3.1" -enhanced-resolve@4.3.0, enhanced-resolve@^4.3.0: +enhanced-resolve@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.0.0.tgz#4737e6ebd4f2fd13fe23f4cec9d02146afc2c527" + integrity sha512-6F037vvK16tgLlRgUx6ZEZISMysNvnnk09SILFrx3bNa1UsSLpIXFzWOmtiDxf1ISPAG6/wHBI61PEkeuTLVNA== + dependencies: + graceful-fs "^4.2.4" + tapable "^2.0.0" + +enhanced-resolve@^4.3.0: version "4.3.0" resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126" integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ== @@ -4993,7 +5002,7 @@ globby@^6.1.0: pify "^2.0.0" pinkie-promise "^2.0.0" -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6: +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.4: version "4.2.4" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== @@ -8626,14 +8635,7 @@ rollup-pluginutils@^2.8.1: dependencies: estree-walker "^0.6.1" -rollup@2.27.0: - version "2.27.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.27.0.tgz#f2b70a8dd583bc3675b36686289aa9a51e27af4f" - integrity sha512-1WlbhNdzhLjdhh2wsf6CDxmuBAYG+5O53fYqCcGv8aJOoX/ymCfCY6oZnvllXZzaC/Ng+lPPwq9EMbHOKc5ozA== - optionalDependencies: - fsevents "~2.1.2" - -rollup@~2.28.0: +rollup@2.28.1, rollup@~2.28.0: version "2.28.1" resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.28.1.tgz#ceedca3cdb013c2fa8f22f958a29c203368159ea" integrity sha512-DOtVoqOZt3+FjPJWLU8hDIvBjUylc9s6IZvy76XklxzcLvAQLtVAG/bbhsMhcWnYxC0TKKcf1QQ/tg29zeID0Q== @@ -8709,10 +8711,10 @@ sass-loader@10.0.2: schema-utils "^2.7.1" semver "^7.3.2" -sass@1.26.10: - version "1.26.10" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.26.10.tgz#851d126021cdc93decbf201d1eca2a20ee434760" - integrity sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw== +sass@1.26.11: + version "1.26.11" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.26.11.tgz#0f22cc4ab2ba27dad1d4ca30837beb350b709847" + integrity sha512-W1l/+vjGjIamsJ6OnTe0K37U2DBO/dgsv2Z4c89XQ8ZOO6l/VwkqwLSqoYzJeJs6CLuGSTRWc91GbQFL3lvrvw== dependencies: chokidar ">=2.0.0 <4.0.0" @@ -9639,6 +9641,11 @@ tapable@^1.0.0, tapable@^1.1.3: resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2" integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA== +tapable@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.0.0.tgz#a49c3d6a8a2bb606e7db372b82904c970d537a08" + integrity sha512-bjzn0C0RWoffnNdTzNi7rNDhs1Zlwk2tRXgk8EiHKAOX1Mag3d6T0Y5zNa7l9CJ+EoUne/0UHdwS8tMbkh9zDg== + tar-fs@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.0.tgz#d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5" @@ -9685,10 +9692,10 @@ tar@^6.0.2: mkdirp "^1.0.3" yallist "^4.0.0" -terser-webpack-plugin@4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.1.tgz#44b88ef4d7443129fb136a68b5ec3e80d63ec471" - integrity sha512-D0IZQNl1ZN/JivFNDFzOeU2Bk2LdQQESHJhKTHsodpUmISkaeRwVFk7gzHzX4OuQwanDGelOxIEsBt1SZ+s6nA== +terser-webpack-plugin@4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.2.tgz#d86200c700053bba637913fe4310ba1bdeb5568e" + integrity sha512-3qAQpykRTD5DReLu5/cwpsg7EZFzP3Q0Hp2XUWJUw2mpq2jfgOKTZr8IZKKnNieRVVo1UauROTdhbQJZveGKtQ== dependencies: cacache "^15.0.5" find-cache-dir "^3.3.1" @@ -9697,7 +9704,7 @@ terser-webpack-plugin@4.2.1: schema-utils "^2.7.1" serialize-javascript "^5.0.1" source-map "^0.6.1" - terser "^5.3.1" + terser "^5.3.2" webpack-sources "^1.4.3" terser-webpack-plugin@^1.4.3: @@ -9715,10 +9722,10 @@ terser-webpack-plugin@^1.4.3: webpack-sources "^1.4.0" worker-farm "^1.7.0" -terser@5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.1.tgz#f50fe20ab48b15234fe9bdd86b10148ad5fca787" - integrity sha512-yD80f4hdwCWTH5mojzxe1q8bN1oJbsK/vfJGLcPZM/fl+/jItIVNKhFIHqqR71OipFWMLgj3Kc+GIp6CeIqfnA== +terser@5.3.2, terser@^5.0.0, terser@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.2.tgz#f4bea90eb92945b2a028ceef79181b9bb586e7af" + integrity sha512-H67sydwBz5jCUA32ZRL319ULu+Su1cAoZnnc+lXnenGRYWyLE3Scgkt8mNoAsMx0h5kdo758zdoS0LG9rYZXDQ== dependencies: commander "^2.20.0" source-map "~0.6.1" @@ -9733,15 +9740,6 @@ terser@^4.1.2: source-map "~0.6.1" source-map-support "~0.5.12" -terser@^5.0.0, terser@^5.3.1: - version "5.3.2" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.2.tgz#f4bea90eb92945b2a028ceef79181b9bb586e7af" - integrity sha512-H67sydwBz5jCUA32ZRL319ULu+Su1cAoZnnc+lXnenGRYWyLE3Scgkt8mNoAsMx0h5kdo758zdoS0LG9rYZXDQ== - dependencies: - commander "^2.20.0" - source-map "~0.6.1" - source-map-support "~0.5.12" - test-exclude@^5.2.2: version "5.2.3" resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0" @@ -9752,6 +9750,11 @@ test-exclude@^5.2.2: read-pkg-up "^4.0.0" require-main-filename "^2.0.0" +text-table@0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= + tfunk@^3.0.1: version "3.1.0" resolved "https://registry.yarnpkg.com/tfunk/-/tfunk-3.1.0.tgz#38e4414fc64977d87afdaa72facb6d29f82f7b5b" @@ -10008,21 +10011,16 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2" - integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== +typescript@4.0.3, typescript@~4.0.2: + version "4.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5" + integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== typescript@~3.9.5: version "3.9.7" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== -typescript@~4.0.2: - version "4.0.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5" - integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== - ua-parser-js@^0.7.18: version "0.7.22" resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.22.tgz#960df60a5f911ea8f1c818f3747b99c6e177eae3" @@ -10447,10 +10445,10 @@ webpack-subresource-integrity@1.4.1: dependencies: webpack-sources "^1.3.0" -webpack@4.44.1: - version "4.44.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.1.tgz#17e69fff9f321b8f117d1fda714edfc0b939cc21" - integrity sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ== +webpack@4.44.2: + version "4.44.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72" + integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q== dependencies: "@webassemblyjs/ast" "1.9.0" "@webassemblyjs/helper-module-context" "1.9.0"