From 8acce04f0d06007db06056e877cca29824ef53a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:34:57 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.3 to 1.19.5 in /src/SecureTokenServer Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.3 to 1.19.5. - [Release notes](https://github.com/jquery-validation/jquery-validation/releases) - [Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md) - [Commits](https://github.com/jquery-validation/jquery-validation/compare/1.19.3...1.19.5) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/SecureTokenServer/package-lock.json | 6 +++--- src/SecureTokenServer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SecureTokenServer/package-lock.json b/src/SecureTokenServer/package-lock.json index 341936a..2a1f6a7 100644 --- a/src/SecureTokenServer/package-lock.json +++ b/src/SecureTokenServer/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.5", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz", + "integrity": "sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==", "dev": true }, "jquery-validation-unobtrusive": { diff --git a/src/SecureTokenServer/package.json b/src/SecureTokenServer/package.json index 6470545..84de5c1 100644 --- a/src/SecureTokenServer/package.json +++ b/src/SecureTokenServer/package.json @@ -5,7 +5,7 @@ "devDependencies": { "bootstrap": "4.5.2", "jquery": "3.5.1", - "jquery-validation": "1.19.3", + "jquery-validation": "1.19.5", "jquery-validation-unobtrusive": "3.2.11", "jquery-ajax-unobtrusive": "3.2.6", "popper.js": "^1.16.1",