From 1cd4e70a2d8eec3581fb5f7b86978975a8cd5c63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Nov 2023 06:51:20 +0000 Subject: [PATCH] fix: upgrade @types/jquery from 3.5.22 to 3.5.23 Snyk has created this PR to upgrade @types/jquery from 3.5.22 to 3.5.23. See this package in npm: See this project in Snyk: https://app.snyk.io/org/ombi-shared/project/7a4dc3b5-498d-41a0-82fb-9781f30ae243?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/Ombi/ClientApp/package.json | 2 +- src/Ombi/ClientApp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Ombi/ClientApp/package.json b/src/Ombi/ClientApp/package.json index 9f81d8376..122b310af 100644 --- a/src/Ombi/ClientApp/package.json +++ b/src/Ombi/ClientApp/package.json @@ -32,7 +32,7 @@ "@ngx-translate/http-loader": "^7.0.0", "@ngxs/devtools-plugin": "3.8.1", "@ngxs/store": "3.8.1", - "@types/jquery": "^3.5.19", + "@types/jquery": "^3.5.23", "@yellowspot/ng-truncate": "^2.0.0", "angularx-qrcode": "^15.0.0", "bootstrap": "^4.2.1", diff --git a/src/Ombi/ClientApp/yarn.lock b/src/Ombi/ClientApp/yarn.lock index 2b254466c..7b268b04d 100644 --- a/src/Ombi/ClientApp/yarn.lock +++ b/src/Ombi/ClientApp/yarn.lock @@ -3004,10 +3004,10 @@ resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.1.tgz#2d024eace950c836d9e3335a66b97960ae41d022" integrity sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q== -"@types/jquery@^3.5.19": - version "3.5.22" - resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.22.tgz#893273736f5695a520986c019c873b75b157f26a" - integrity sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA== +"@types/jquery@^3.5.23": + version "3.5.27" + resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.27.tgz#d9d67a003d0292a36fe35868a618c82f8fd12b19" + integrity sha512-TR28Y8ezIGgfyA02UOh9x+Fy16/1qWYAnvtRd2gTBJuccX/vmddyti0MezLkTv7f+OLofVc2T961VPyKv1tXJQ== dependencies: "@types/sizzle" "*"