From f6a6a22a44f5b814afb0ce64b8cc6178c0dd2e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 00:32:44 +0000 Subject: [PATCH] chore(deps-dev): bump ng-packagr from 22.0.1 to 22.0.2 in /angular-libs Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 22.0.1 to 22.0.2. - [Release notes](https://github.com/ng-packagr/ng-packagr/releases) - [Changelog](https://github.com/ng-packagr/ng-packagr/blob/22.0.2/CHANGELOG.md) - [Commits](https://github.com/ng-packagr/ng-packagr/compare/22.0.1...22.0.2) --- updated-dependencies: - dependency-name: ng-packagr dependency-version: 22.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular-libs/package-lock.json | 8 ++++---- angular-libs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/angular-libs/package-lock.json b/angular-libs/package-lock.json index aa3eec7..b1e5aba 100644 --- a/angular-libs/package-lock.json +++ b/angular-libs/package-lock.json @@ -34,7 +34,7 @@ "karma-coverage": "~2.2.1", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.2.0", - "ng-packagr": "^22.0.1", + "ng-packagr": "^22.0.2", "typescript": "~7.0.2", "vitest": "^4.0.8" } @@ -12284,9 +12284,9 @@ "license": "MIT" }, "node_modules/ng-packagr": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-22.0.1.tgz", - "integrity": "sha512-gL03L/OBNWz4nqTo8l5u6f3hySYzAVwx3aVZs6X7UGQv+cT+HUozr2XquAvvl/beray0AgCAfydGELDAJAFyKg==", + "version": "22.0.2", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-22.0.2.tgz", + "integrity": "sha512-8qQ+RWm0W3gK8Sch1kmo3EzIUiCTXIOP2gS7b+vtqCMBf4KBjBP0wFBikW5qRau9lGOzRTML0GPFGoARPR4+fw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/angular-libs/package.json b/angular-libs/package.json index 0198281..533efdf 100644 --- a/angular-libs/package.json +++ b/angular-libs/package.json @@ -42,7 +42,7 @@ "karma-coverage": "~2.2.1", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.2.0", - "ng-packagr": "^22.0.1", + "ng-packagr": "^22.0.2", "typescript": "~7.0.2", "vitest": "^4.0.8" }