From 8ea763d6cde4b961fcad3d1d4d131001d409b114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 13:28:08 +0100 Subject: [PATCH] Bump ng-packagr from 10.0.0 to 10.0.1 (#1519) Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/ng-packagr/ng-packagr/releases) - [Changelog](https://github.com/ng-packagr/ng-packagr/blob/master/CHANGELOG.md) - [Commits](https://github.com/ng-packagr/ng-packagr/compare/v10.0.0...v10.0.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d2da7781a..16aeb76b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12064,9 +12064,9 @@ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, "ng-packagr": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-10.0.0.tgz", - "integrity": "sha512-g+xrHgaF1P8URFb2JZZ4TpTD1uSN1JCHyiP3+PVUp/J8q69QRw9A8dl3JiosgbklUcVif2OnoHTpxNtLcVQ7gw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-10.0.1.tgz", + "integrity": "sha512-jTG79Dg/FuSuDIcCzbd/MOyJDrb+DUBXNT2NZbHxQ7y5Tm0tlqJs/9ffr0q0879A8TYuV8GH3+4uP3Oup6LBFw==", "dev": true, "requires": { "@rollup/plugin-commonjs": "^13.0.0", diff --git a/package.json b/package.json index 9c53f6ecf..2bfdab869 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "karma-jasmine": "^3.3.1", "karma-jasmine-html-reporter": "^1.5.4", "lint-staged": "^10.2.11", - "ng-packagr": "^10.0.0", + "ng-packagr": "^10.0.1", "node-stream-zip": "^1.9.1", "prettier": "^1.17.1", "protractor": "^7.0.0",