From db5832b429c95275f1867cd9f62cb1670019d961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 13:06:38 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.3 to 1.19.5 in /src/Presentation/STS 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/Presentation/STS/package-lock.json | 33 ++++++++++++++++++++------ src/Presentation/STS/package.json | 2 +- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/src/Presentation/STS/package-lock.json b/src/Presentation/STS/package-lock.json index b3214870..5e48e1b8 100644 --- a/src/Presentation/STS/package-lock.json +++ b/src/Presentation/STS/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "bootstrap": "4.5.3", "jquery": "3.5.1", - "jquery-validation": "1.19.3", + "jquery-validation": "1.19.5", "jquery-validation-unobtrusive": "3.2.11" } }, @@ -35,9 +35,9 @@ "dev": true }, "node_modules/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, "peerDependencies": { "jquery": "^1.7 || ^2.0 || ^3.1" @@ -52,6 +52,18 @@ "jquery": ">=1.8", "jquery-validation": ">=1.16" } + }, + "node_modules/popper.js": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", + "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", + "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "dev": true, + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } } }, "dependencies": { @@ -69,9 +81,9 @@ "dev": true }, "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, "requires": {} }, @@ -84,6 +96,13 @@ "jquery": ">=1.8", "jquery-validation": ">=1.16" } + }, + "popper.js": { + "version": "1.16.1", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", + "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", + "dev": true, + "peer": true } } } diff --git a/src/Presentation/STS/package.json b/src/Presentation/STS/package.json index 13cb9f9f..162b07ef 100644 --- a/src/Presentation/STS/package.json +++ b/src/Presentation/STS/package.json @@ -5,7 +5,7 @@ "devDependencies": { "bootstrap": "4.5.3", "jquery": "3.5.1", - "jquery-validation": "1.19.3", + "jquery-validation": "1.19.5", "jquery-validation-unobtrusive": "3.2.11" } } \ No newline at end of file