Bump @angular-devkit/build-ng-packagr from 0.1001.0 to 0.1001.4 (#6203)

Bumps [@angular-devkit/build-ng-packagr](https://github.com/angular/angular-cli) from 0.1001.0 to 0.1001.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-05 20:17:44 +02:00 committed by GitHub
parent 8e4e9b09df
commit a3f55ec16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -705,29 +705,29 @@
}
},
"@angular-devkit/build-ng-packagr": {
"version": "0.1001.0",
"resolved": "https://registry.npmjs.org/@angular-devkit/build-ng-packagr/-/build-ng-packagr-0.1001.0.tgz",
"integrity": "sha512-zFe/pVkmrg9L/ZIP/htJDCEkg/KmuZKwWsb0YXCi4U+zoX3Sm1TJCYTbzwazU7jsEHD6KeBhrtOfOaxaxfyFjQ==",
"version": "0.1001.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/build-ng-packagr/-/build-ng-packagr-0.1001.4.tgz",
"integrity": "sha512-Ml8FF8q0obsxVzFttDgqzku0sZoJ8i7AYvaOM20L7gFD0JYPfdLBct7TKXVgr0kCO4WO83OJ0v0dk09ywMfCpA==",
"dev": true,
"requires": {
"@angular-devkit/architect": "0.1001.0",
"@angular-devkit/architect": "0.1001.4",
"rxjs": "6.6.2"
},
"dependencies": {
"@angular-devkit/architect": {
"version": "0.1001.0",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1001.0.tgz",
"integrity": "sha512-mJYy9tqy7ZfqAJYlQPgcHVUiaAxWnxEEpiTAftsKz/yqdO45YFkzehYXJfCqbAXYr4r7hYY3KqKMgj41ixkS8Q==",
"version": "0.1001.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1001.4.tgz",
"integrity": "sha512-0U/w+61vWxnEe9Ln/hNOH6O27FVcU+s/sbJAuPREbP875R4bQzK2PX0eYRlISzkDtQyw16GzlsikLWOoJ3vjTA==",
"dev": true,
"requires": {
"@angular-devkit/core": "10.1.0",
"@angular-devkit/core": "10.1.4",
"rxjs": "6.6.2"
}
},
"@angular-devkit/core": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-10.1.0.tgz",
"integrity": "sha512-oNRwAX+5uEwgheS3UUc1W+AerbimqGojCOTdWWcq5XtSviZnBCp1FeMZV+eB6XgUWfbmbWBu39S3sCYmXVHLwg==",
"version": "10.1.4",
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-10.1.4.tgz",
"integrity": "sha512-B1cwVcfChBvmEacydE2uqZ1UC2ez1G+KY0GyVnCQKpAb/DdfDgtaYjTx9JLvGQjE/BlVklEj8YCKDjVV0WPE5g==",
"dev": true,
"requires": {
"ajv": "6.12.4",

View File

@ -108,7 +108,7 @@
"@alfresco/adf-cli": "4.0.0",
"@alfresco/adf-testing": "4.0.0",
"@angular-devkit/build-angular": "^0.1001.4",
"@angular-devkit/build-ng-packagr": "~0.1001.0",
"@angular-devkit/build-ng-packagr": "~0.1001.4",
"@angular/cli": "^10.1.4",
"@angular/compiler-cli": "^10.0.12",
"@nrwl/schematics": "8.12.11",