diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 77e195a39b3e..0a62f365de7e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,8 +42,8 @@ "@hotwired/turbo": "^8.0.4", "@hotwired/turbo-rails": "^8.0.4", "@kolkov/ngx-gallery": "^2.0.1", - "@ng-select/ng-option-highlight": "12.0.6", - "@ng-select/ng-select": "^12.0.7", + "@ng-select/ng-option-highlight": "13.2.0", + "@ng-select/ng-select": "^13.2.0", "@ngneat/content-loader": "^7.0.0", "@ngx-formly/core": "^6.1.4", "@openproject/octicons-angular": "^19.14.0", @@ -4023,32 +4023,34 @@ "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==" }, "node_modules/@ng-select/ng-option-highlight": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/@ng-select/ng-option-highlight/-/ng-option-highlight-12.0.6.tgz", - "integrity": "sha512-c1ZoQZZSlxfo8M55hWPuifkUPdGn3iobXtkzC9YzXooOWpfW0OxVlowqbb+qYupGqfdlF+FH3TlihxWD9HragA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@ng-select/ng-option-highlight/-/ng-option-highlight-13.2.0.tgz", + "integrity": "sha512-B10PiJbCur48R5OTm5hgToJ0c+xAyN4EkklUFd1TfVT+GkxSePQW312gdE3NOQK0ddFdi9xohGaGx5nJRIalWg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": "^17.0.0-rc.0", - "@angular/core": "^17.0.0-rc.0" + "@angular/common": "^18.0.0", + "@angular/core": "^18.0.0" } }, "node_modules/@ng-select/ng-select": { - "version": "12.0.7", - "resolved": "https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-12.0.7.tgz", - "integrity": "sha512-Eht1zlLP0DJxiXcKnq3aY/EJ8odomgU0hM0BJoPY6oX3XFHndtFtdPxlZfhVtQn+FwyDEh7306rRx6digxVssA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-13.2.0.tgz", + "integrity": "sha512-Oh4UaUvYJa6D+G4nEcdzqOgRP2TKqwwRpQBVVyLMUgzebSY3Cw9aJXqudqJ/EYiK3Bz+4uKJXPZIrYgNqqx02g==", + "license": "MIT", "dependencies": { "tslib": "^2.3.1" }, "engines": { - "node": ">= 16", + "node": ">= 18", "npm": ">= 8" }, "peerDependencies": { - "@angular/common": "^17.0.0-rc.0", - "@angular/core": "^17.0.0-rc.0", - "@angular/forms": "^17.0.0-rc.0" + "@angular/common": "^18.0.0", + "@angular/core": "^18.0.0", + "@angular/forms": "^18.0.0" } }, "node_modules/@ngneat/content-loader": { @@ -24722,17 +24724,17 @@ "integrity": "sha512-3uWLVXHY3jQxsXCr/UCNPSc2BG0hNUljhmOBt9l+lNFDp7zHgm0cK2Tw4kj2XfkJy4TgwZTBGwRDQgWEbLbdTA==" }, "@ng-select/ng-option-highlight": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/@ng-select/ng-option-highlight/-/ng-option-highlight-12.0.6.tgz", - "integrity": "sha512-c1ZoQZZSlxfo8M55hWPuifkUPdGn3iobXtkzC9YzXooOWpfW0OxVlowqbb+qYupGqfdlF+FH3TlihxWD9HragA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@ng-select/ng-option-highlight/-/ng-option-highlight-13.2.0.tgz", + "integrity": "sha512-B10PiJbCur48R5OTm5hgToJ0c+xAyN4EkklUFd1TfVT+GkxSePQW312gdE3NOQK0ddFdi9xohGaGx5nJRIalWg==", "requires": { "tslib": "^2.3.0" } }, "@ng-select/ng-select": { - "version": "12.0.7", - "resolved": "https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-12.0.7.tgz", - "integrity": "sha512-Eht1zlLP0DJxiXcKnq3aY/EJ8odomgU0hM0BJoPY6oX3XFHndtFtdPxlZfhVtQn+FwyDEh7306rRx6digxVssA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/@ng-select/ng-select/-/ng-select-13.2.0.tgz", + "integrity": "sha512-Oh4UaUvYJa6D+G4nEcdzqOgRP2TKqwwRpQBVVyLMUgzebSY3Cw9aJXqudqJ/EYiK3Bz+4uKJXPZIrYgNqqx02g==", "requires": { "tslib": "^2.3.1" } diff --git a/frontend/package.json b/frontend/package.json index 40417cd475a1..e08d8f36badb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -93,8 +93,8 @@ "@hotwired/turbo": "^8.0.4", "@hotwired/turbo-rails": "^8.0.4", "@kolkov/ngx-gallery": "^2.0.1", - "@ng-select/ng-option-highlight": "12.0.6", - "@ng-select/ng-select": "^12.0.7", + "@ng-select/ng-option-highlight": "13.2.0", + "@ng-select/ng-select": "^13.2.0", "@ngneat/content-loader": "^7.0.0", "@ngx-formly/core": "^6.1.4", "@openproject/octicons-angular": "^19.14.0",