From 59f7a16494d7975198953b67204b719670bfecb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:23:28 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.1 to 1.19.5 Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.1 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.1...1.19.5) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15bdb50..e7bfeb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6074,9 +6074,9 @@ "dev": true }, "jquery-validation": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.1.tgz", - "integrity": "sha512-QNnrZBqSltWUEJx+shOY5WtfrIb0gWmDjFfQP8rZKqMMSfpRSwEkSqhfHPvDfkObD8Hnv5KHSYI8yg73sVFdqA==" + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz", + "integrity": "sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==" }, "js-levenshtein": { "version": "1.1.6", diff --git a/package.json b/package.json index 8dac2ff..e5d80d8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "bootstrap-vue": "^2.0.0-rc.19", "font-awesome": "^4.7.0", - "jquery-validation": "^1.19.0", + "jquery-validation": "^1.19.5", "sw-precache": "^5.2.1", "vue-axios": "^2.1.4", "vue-router": "^3.0.3",