From 3f1e4ad8b856ecf9b3d05002e23ef39067c1a1a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 22:13:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-567880 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 31e26ce..2f19da6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/platform-browser-dynamic": "^7.0.1", "@angular/router": "^7.0.1", "@okta/jwt-verifier": "0.0.14", - "@okta/okta-signin-widget": "~2.13.0", + "@okta/okta-signin-widget": "~3.0.0", "ang-jsoneditor": "^1.5.12", "bootstrap": "^4.0.0", "cookie-parser": "^1.4.3", @@ -36,7 +36,7 @@ "doasync": "^2.0.1", "dotenv": "^6.1.0", "express": "^4.16.3", - "jquery": "^3.3.1", + "jquery": "^3.5.0", "jsoneditor": "^5.17.1", "jws": "^3.1.5", "ng-showdown": "^1.1.0",