From fb293cdd1758fa2c86a0a8d2a64f96a5145c5a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:15:17 +0000 Subject: [PATCH] chore(deps-dev): bump ng-packagr from 18.1.0 to 18.2.0 Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 18.1.0 to 18.2.0. - [Release notes](https://github.com/ng-packagr/ng-packagr/releases) - [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md) - [Commits](https://github.com/ng-packagr/ng-packagr/compare/18.1.0...18.2.0) --- updated-dependencies: - dependency-name: ng-packagr dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3191d4b..c5280293 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "msw": "^2.3.5", "msw-storybook-addon": "^2.0.2", "ng-mocks": "^14.13.0", - "ng-packagr": "^18.1.0", + "ng-packagr": "^18.2.0", "ngx-translate-testing": "^7.0.0", "nx": "19.5.7", "nx-release": "^3.3.0", @@ -24031,9 +24031,9 @@ } }, "node_modules/ng-packagr": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-18.1.0.tgz", - "integrity": "sha512-QfqiCIuRX7VhdHqE1goZIuaFh0aMmFTF6r+gP+iq7YyIookXlZWswEZYcnpyRw52Q1RHFdUJRm7foBRFyEXTLA==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-18.2.0.tgz", + "integrity": "sha512-oT7XTrU7z92iz2/3C9NmmWrXsJ+z0RAN1SZ8/L0bQ8/Jkl9JlfHHkX0D5iA45aJldG7fyHu6+6SPFroJBh8Isw==", "dev": true, "dependencies": { "@rollup/plugin-json": "^6.1.0", diff --git a/package.json b/package.json index 2bf62283..7a6127d1 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "msw": "^2.3.5", "msw-storybook-addon": "^2.0.2", "ng-mocks": "^14.13.0", - "ng-packagr": "^18.1.0", + "ng-packagr": "^18.2.0", "ngx-translate-testing": "^7.0.0", "nx": "19.5.7", "nx-release": "^3.3.0",