From a7e11c2d0c786b6852fadb8cafdf1b0d20c5222d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 05:33:22 +0000 Subject: [PATCH] Bump @ng-select/ng-option-highlight in /frontend in the ng-select group Bumps the ng-select group in /frontend with 1 update: [@ng-select/ng-option-highlight](https://github.com/ng-select/ng-select). Updates `@ng-select/ng-option-highlight` from 20.6.3 to 21.1.2 - [Release notes](https://github.com/ng-select/ng-select/releases) - [Changelog](https://github.com/ng-select/ng-select/blob/master/CHANGELOG.md) - [Commits](https://github.com/ng-select/ng-select/compare/v20.6.3...v21.1.2) --- updated-dependencies: - dependency-name: "@ng-select/ng-option-highlight" dependency-version: 21.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ng-select ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 18 +++++++++--------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ab2ef48df52f..c4ea7137d85b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -52,7 +52,7 @@ "@mantine/core": "^8.3.13", "@mantine/hooks": "^8.3.6", "@mantine/utils": "^6.0.22", - "@ng-select/ng-option-highlight": "^20.6.3", + "@ng-select/ng-option-highlight": "^21.1.4", "@ng-select/ng-select": "^20.1.0", "@ngneat/content-loader": "^7.0.0", "@openproject/octicons-angular": "^19.32.0", @@ -7025,15 +7025,15 @@ } }, "node_modules/@ng-select/ng-option-highlight": { - "version": "20.6.3", - "resolved": "https://registry.npmjs.org/@ng-select/ng-option-highlight/-/ng-option-highlight-20.6.3.tgz", - "integrity": "sha512-PD0ri0i5BIzhZU4MgKWKYtOHDAzyvSv7m6/1OtyS7wl4rlas7EFEEzx/NqpI4Uyi217BP0rv3unBh7R7sK1UOQ==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@ng-select/ng-option-highlight/-/ng-option-highlight-21.1.4.tgz", + "integrity": "sha512-UFvlevjMSK9S0sCrd3tP0b46O4CR7Ughm3kdvgcxLN1qCoSqFvMLor4X1VHh81gHznXe1+E0zf97If3l9nO97A==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "^20.0.0", - "@angular/core": "^20.0.0" + "@angular/common": "^21.0.0", + "@angular/core": "^21.0.0" } }, "node_modules/@ng-select/ng-select": { @@ -29936,9 +29936,9 @@ } }, "@ng-select/ng-option-highlight": { - "version": "20.6.3", - "resolved": "https://registry.npmjs.org/@ng-select/ng-option-highlight/-/ng-option-highlight-20.6.3.tgz", - "integrity": "sha512-PD0ri0i5BIzhZU4MgKWKYtOHDAzyvSv7m6/1OtyS7wl4rlas7EFEEzx/NqpI4Uyi217BP0rv3unBh7R7sK1UOQ==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@ng-select/ng-option-highlight/-/ng-option-highlight-21.1.4.tgz", + "integrity": "sha512-UFvlevjMSK9S0sCrd3tP0b46O4CR7Ughm3kdvgcxLN1qCoSqFvMLor4X1VHh81gHznXe1+E0zf97If3l9nO97A==", "requires": { "tslib": "^2.3.0" } diff --git a/frontend/package.json b/frontend/package.json index 20c3c97e6df4..2554918f7cd6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -107,7 +107,7 @@ "@mantine/core": "^8.3.13", "@mantine/hooks": "^8.3.6", "@mantine/utils": "^6.0.22", - "@ng-select/ng-option-highlight": "^20.6.3", + "@ng-select/ng-option-highlight": "^21.1.4", "@ng-select/ng-select": "^20.1.0", "@ngneat/content-loader": "^7.0.0", "@openproject/octicons-angular": "^19.32.0",