From 1955b121f2f52988902ab342c30c0c6cd1ad5832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:27:43 +0000 Subject: [PATCH] Bump jquery-validation from 1.19.3 to 1.19.4 Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.3 to 1.19.4. - [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.4) --- updated-dependencies: - dependency-name: jquery-validation dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7445f28d..4e7247fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "chart.js": "^2.8.0", "dgg-chat-gui": "^2.8.2", "jquery": "^3.6.0", - "jquery-validation": "^1.19.3", + "jquery-validation": "^1.19.4", "moment": "^2.29.1", "popper.js": "^1.15.0", "roboto-fontface": "^0.10.0", @@ -4055,9 +4055,9 @@ "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "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.4", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz", + "integrity": "sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA==", "peerDependencies": { "jquery": "^1.7 || ^2.0 || ^3.1" } @@ -10716,9 +10716,9 @@ "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "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.4", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.4.tgz", + "integrity": "sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA==", "requires": {} }, "js-base64": { diff --git a/package.json b/package.json index 92248824..c04f5e29 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "chart.js": "^2.8.0", "dgg-chat-gui": "^2.8.2", "jquery": "^3.6.0", - "jquery-validation": "^1.19.3", + "jquery-validation": "^1.19.4", "moment": "^2.29.1", "popper.js": "^1.15.0", "roboto-fontface": "^0.10.0",