From fce0180541a2b2fb629c793a1f2b48582a5e058e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:31:07 +0000 Subject: [PATCH] chore(deps): bump @ng-select/ng-select from 20.3.1 to 20.4.1 Bumps [@ng-select/ng-select](https://github.com/ng-select/ng-select) from 20.3.1 to 20.4.1. - [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.3.1...v20.4.1) --- updated-dependencies: - dependency-name: "@ng-select/ng-select" dependency-version: 20.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index aaaaebb..7688e14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@codemirror/state": "^6.5.2", "@codemirror/view": "^6.38.6", "@lezer/highlight": "^1.2.1", - "@ng-select/ng-select": "^20.3.1", + "@ng-select/ng-select": "^20.4.1", "@stedi/prettier-plugin-jsonata": "^2.1.6", "codemirror": "^6.0.2", "express": "~4.21.2", @@ -3530,15 +3530,15 @@ } }, "node_modules/@ng-select/ng-select": { - "version": "20.3.1", - "resolved": "https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-20.3.1.tgz", - "integrity": "sha512-ek1F5XyCCC2BXX2H3G8fvQdLas5/j2P0dEJFZUxpSk7PBypQAo15KInayjSRPCHKIItkJSDAKeduPjnTyRN5Ug==", + "version": "20.4.1", + "resolved": "https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-20.4.1.tgz", + "integrity": "sha512-XbDDLPrI4oTFrCfzdb0aIn0eXXgVdenKyII7cLuNSY5iNM4D9HttKznge6QyWipUX33ewf2EnuUZ5nOsDvw6VQ==", "license": "MIT", "dependencies": { "tslib": "^2.8.1" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + "node": "^22.12.0 || >=24.0.0" }, "peerDependencies": { "@angular/common": "^20.0.0", diff --git a/package.json b/package.json index 1fb00ad..21cb790 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@codemirror/state": "^6.5.2", "@codemirror/view": "^6.38.6", "@lezer/highlight": "^1.2.1", - "@ng-select/ng-select": "^20.3.1", + "@ng-select/ng-select": "^20.4.1", "@stedi/prettier-plugin-jsonata": "^2.1.6", "codemirror": "^6.0.2", "express": "~4.21.2",