From c702e5027fa6385b73bc6c523eae151fbf65a15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 18:42:10 +0000 Subject: [PATCH] Bump jquery-validation Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.17.0 to 1.19.3. - [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.17.0...1.19.3) Signed-off-by: dependabot[bot] --- .../front/package-lock.json | 9 +++------ .../front/package.json | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/boot/single-angular-swagger-jpa-typescript/front/package-lock.json b/boot/single-angular-swagger-jpa-typescript/front/package-lock.json index ac963559a..86254155c 100644 --- a/boot/single-angular-swagger-jpa-typescript/front/package-lock.json +++ b/boot/single-angular-swagger-jpa-typescript/front/package-lock.json @@ -6216,12 +6216,9 @@ "integrity": "sha1-PyyuiBlcfUis83hs+pANBAOBTk0=" }, "jquery-validation": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.17.0.tgz", - "integrity": "sha512-XddiAwhGdWhcIJ+W3ri3KG8uTPMua4TPYuUIC8/E7lOyqdScG5xHuy9YishlKc0c/lIQai77EX7hxMdTSYCEjA==", - "requires": { - "jquery": "^1.7 || ^2.0 || ^3.1" - } + "version": "1.19.3", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.3.tgz", + "integrity": "sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw==" }, "jquery.maskedinput": { "version": "1.4.1", diff --git a/boot/single-angular-swagger-jpa-typescript/front/package.json b/boot/single-angular-swagger-jpa-typescript/front/package.json index cf48f41a4..84d75307f 100644 --- a/boot/single-angular-swagger-jpa-typescript/front/package.json +++ b/boot/single-angular-swagger-jpa-typescript/front/package.json @@ -57,7 +57,7 @@ "jquery-jcrop": "0.9.13", "jquery-knob": "1.2.11", "jquery-ui-npm": "^1.12.0", - "jquery-validation": "1.17.0", + "jquery-validation": "1.19.3", "jquery.maskedinput": "1.4.1", "jszip": "^3.2.2", "markdown": "0.5.0",