From c7e6a6e04d1b7f4440905365899805f8a2b98c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 13:39:17 +0000 Subject: [PATCH] chore: bump ng-packagr from 11.2.1 to 11.2.3 Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 11.2.1 to 11.2.3. - [Release notes](https://github.com/ng-packagr/ng-packagr/releases) - [Changelog](https://github.com/ng-packagr/ng-packagr/blob/v11.2.3/CHANGELOG.md) - [Commits](https://github.com/ng-packagr/ng-packagr/compare/v11.2.1...v11.2.3) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index c01f9867..8bfd28c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14945,9 +14945,9 @@ "dev": true }, "ng-packagr": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-11.2.1.tgz", - "integrity": "sha512-33NTaipmTTeHSPjf1/ceFG44M7CwR5ycp8vgGa4pW+487FzuwYl2lJGjykmx9UyK0ypfulBzOl7Zv9+uMG2UHQ==", + "version": "11.2.3", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-11.2.3.tgz", + "integrity": "sha512-KBkKw5gMtmtxm4aC1Ley2HGnV/N3MaS4y1NOh3vTY+vgSFMNUbCuuSHDG5x6dGhUerk5RsaCUYuTSp94CeDigA==", "dev": true, "requires": { "@rollup/plugin-commonjs": "^17.0.0", @@ -14978,9 +14978,9 @@ }, "dependencies": { "ajv": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.0.tgz", - "integrity": "sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.1.tgz", + "integrity": "sha512-ga/aqDYnUy/o7vbsRTFhhTsNeXiYb5JWDIcRIeZfwRNCefwjNTVYCGdGSUrEmiu3yDK3vFvNbgJxvrQW4JXrYQ==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", @@ -15003,9 +15003,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001187", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001187.tgz", - "integrity": "sha512-w7/EP1JRZ9552CyrThUnay2RkZ1DXxKe/Q2swTC4+LElLh9RRYrL1Z+27LlakB8kzY0fSmHw9mc7XYDUKAKWMA==", + "version": "1.0.30001191", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001191.tgz", + "integrity": "sha512-xJJqzyd+7GCJXkcoBiQ1GuxEiOBCLQ0aVW9HMekifZsAVGdj5eJ4mFB9fEhSHipq9IOk/QXFJUiIr9lZT+EsGw==", "dev": true }, "chokidar": { @@ -15031,9 +15031,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.3.664", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.664.tgz", - "integrity": "sha512-yb8LrTQXQnh9yhnaIHLk6CYugF/An50T20+X0h++hjjhVfgSp1DGoMSYycF8/aD5eiqS4QwaNhiduFvK8rifRg==", + "version": "1.3.671", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.671.tgz", + "integrity": "sha512-RTD97QkdrJKaKwRv9h/wGAaoR2lGxNXEcBXS31vjitgTPwTWAbLdS7cEsBK68eEQy7p6YyT8D5BxBEYHu2SuwQ==", "dev": true }, "fsevents": { diff --git a/package.json b/package.json index 0a34e3c7..b39d1607 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "jest-html-reporter": "^3.3.0", "jest-junit": "^12.0.0", "lodash": "^4.17.21", - "ng-packagr": "^11.2.1", + "ng-packagr": "^11.2.3", "prettier": "^2.2.1", "pretty-quick": "^3.1.0", "semantic-release": "^17.3.9",