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