From f580ec4c9fbfd982ee01e448c6bd5ec948dea0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 22:41:06 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index abd5985..84631dd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "jquery": "^3.5.1", "jquery-mask-plugin": "^1.14.16", "jquery-migrate": "^3.3.0", - "jquery-validation": "^1.19.1", + "jquery-validation": "^1.19.4", "jszip": "^3.7.0", "leaflet": "^1.6.0", "list.js": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 2bf84f5..28a870d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4226,10 +4226,10 @@ jquery-migrate@^3.3.0: resolved "https://registry.yarnpkg.com/jquery-migrate/-/jquery-migrate-3.3.2.tgz#7829ee24de3054d0d2f42dd093390d8a7b7af01a" integrity sha512-L3gYhr7yEtLUSAeqXSicVa0vRD4aGwjw/bWY8YzrO2o/qDY1BaMyP3oB3bZf5Auy3Hu9ynliio0CTyDWCBPVDw== -jquery-validation@^1.19.1: - version "1.19.3" - resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.19.3.tgz#50b350eba8b02bcfd119ba15f199487b7eb64086" - integrity sha512-iXxCS5W7STthSTMFX/NDZfWHBLbJ1behVK3eAgHXAV8/0vRa9M4tiqHvJMr39VGWHMGdlkhrtrkBuaL2UlE8yw== +jquery-validation@^1.19.4: + version "1.19.4" + resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.19.4.tgz#a765781d954e5876fa437d5c75b7a9440bfa37a8" + integrity sha512-PcwKcATCR+JL77m9kkWd84NAHAunJP9iasF6IbMxUgl73xDAimxjt5oYFmYHDXBmTZM4rpkXxMNR/jGI5TlSjA== jquery@>=1.10, jquery@>=1.7, jquery@^3.5.1: version "3.6.0"