From 2c8fe8087aea227e7425e82392ad9ccb3f8261b4 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 5 Feb 2024 20:18:09 +0000 Subject: [PATCH] fix: upgrade @types/jquery from 3.5.27 to 3.5.28 (#5049) [skip ci] Snyk has created this PR to upgrade @types/jquery from 3.5.27 to 3.5.28. 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 Co-authored-by: snyk-bot --- 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 6e94e14df..5f80bee3a 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.23", + "@types/jquery": "^3.5.28", "@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 9911e4e0b..9ab9176b3 100644 --- a/src/Ombi/ClientApp/yarn.lock +++ b/src/Ombi/ClientApp/yarn.lock @@ -3040,10 +3040,10 @@ resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.3.tgz#548f851db5d30a12abeea2569ba75890dbf89425" integrity sha512-/CLhCW79JUeLKznI6mbVieGbl4QU5Hfn+6udw1YHZoofASjbQ5zaP5LzAUZYDpRYEjS4/P+DhEgyJ/PQmGGTWw== -"@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== +"@types/jquery@^3.5.28": + version "3.5.29" + resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.29.tgz#3c06a1f519cd5fc3a7a108971436c00685b5dcea" + integrity sha512-oXQQC9X9MOPRrMhPHHOsXqeQDnWeCDT3PelUIg/Oy8FAbzSZtFHRjc7IpbfFVmpLtJ+UOoywpRsuO5Jxjybyeg== dependencies: "@types/sizzle" "*"