diff --git a/SecureTokenService/package-lock.json b/SecureTokenService/package-lock.json index 6d705e6..a131aa2 100644 --- a/SecureTokenService/package-lock.json +++ b/SecureTokenService/package-lock.json @@ -26,9 +26,9 @@ } }, "jquery-validation": { - "version": "1.19.3", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", - "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==", + "version": "1.19.4", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz", + "integrity": "sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA==", "dev": true }, "jquery-validation-unobtrusive": { diff --git a/SecureTokenService/package.json b/SecureTokenService/package.json index b68a713..c52c7a5 100644 --- a/SecureTokenService/package.json +++ b/SecureTokenService/package.json @@ -5,7 +5,7 @@ "devDependencies": { "bootstrap": "4.5.3", "jquery": "3.5.1", - "jquery-validation": "1.19.3", + "jquery-validation": "1.19.4", "jquery-validation-unobtrusive": "3.2.11", "jquery-ajax-unobtrusive": "3.2.6", "popper.js": "^1.16.1",