From 7a2b93866e33938f19b937f08839f9522615ab83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:54:00 +0000 Subject: [PATCH] build(deps-dev): bump ng-packagr from 22.0.1 to 22.0.2 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] --- 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 0017106a..1848e191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "cpx": "^1.5.0", "eslint": "^10.6.0", "jsdom": "^29.1.1", - "ng-packagr": "^22.0.0", + "ng-packagr": "^22.0.2", "typescript": "~6.0.2", "typescript-eslint": "^8.62.0", "vitest": "^4.0.8" @@ -9186,9 +9186,9 @@ } }, "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/package.json b/package.json index 5701544e..a0b89bdb 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "cpx": "^1.5.0", "eslint": "^10.6.0", "jsdom": "^29.1.1", - "ng-packagr": "^22.0.0", + "ng-packagr": "^22.0.2", "typescript": "~6.0.2", "vitest": "^4.0.8" }