From ad7161470642b6ad757d197726e9b80d59a77cb7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Sep 2024 16:02:20 +0200 Subject: [PATCH] Fix ng-select accessibility --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 73c868f7e..96c18a0b3 100644 --- a/client/package.json +++ b/client/package.json @@ -56,7 +56,7 @@ "@formatjs/intl-locale": "^4.0.0", "@formatjs/intl-pluralrules": "^5.2.2", "@ng-bootstrap/ng-bootstrap": "^17.0.0", - "@ng-select/ng-select": "^13.3.0", + "@ng-select/ng-select": "^13.8.1", "@ngx-loading-bar/core": "^6.0.0", "@ngx-loading-bar/http-client": "^6.0.0", "@ngx-loading-bar/router": "^6.0.0", diff --git a/client/yarn.lock b/client/yarn.lock index 54a91fd6d..8abb87e75 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2034,10 +2034,10 @@ dependencies: tslib "^2.3.0" -"@ng-select/ng-select@^13.3.0": - version "13.7.0" - resolved "https://registry.yarnpkg.com/@ng-select/ng-select/-/ng-select-13.7.0.tgz#f8cef490af1e6ee4ef601c7e15f6441e7fa4fdeb" - integrity sha512-GMNu3bLYxWAbgy9pXZ4RgnWp/cxRcrWRQdxLLyg8p9gMCLpim1p4TXR8laXJKK25MKG/LEaWgs+90yCVOoWgZA== +"@ng-select/ng-select@^13.8.1": + version "13.8.1" + resolved "https://registry.yarnpkg.com/@ng-select/ng-select/-/ng-select-13.8.1.tgz#4884fa51aeccd534e3dd646385405248c867da68" + integrity sha512-zN+uYkTOZliRxEm9zS7M08g21YXaNsBLp9/zJgjC5TzNrrfB6vxgOzbDjYzNUqSbZsbod70HoPgzmi81pJhMyg== dependencies: tslib "^2.3.1"