From 4af708c3b858132a91f584215a57a5824b3dd1ed Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 18 Mar 2021 17:51:52 +0000 Subject: [PATCH] External Libraries: Update the jQuery Form library. This updates the `jquery-form` library from version `4.2.1` to `4.3.0`. A full list of changes can be found on GitHub: https://github.com/jquery-form/form/compare/v4.2.1...v4.3.0. Fixes #52685. git-svn-id: https://develop.svn.wordpress.org/trunk@50546 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21937b3285..a4051eee1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14587,11 +14587,11 @@ "integrity": "sha512-4VoxsLMw860EQGNT/TmP3Lbr7/1OCQlBPS4ILj7bxRApJrPQfpqzdIOTY8Ll9nGY7UHtWqDuzR7cUcS1lcWjVw==" }, "jquery-form": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/jquery-form/-/jquery-form-4.2.1.tgz", - "integrity": "sha1-hn00Fct3uOciOqpwHw5IHdFq1cI=", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/jquery-form/-/jquery-form-4.3.0.tgz", + "integrity": "sha512-q3uaVCEWdLOYUCI6dpNdwf/7cJFOsUgdpq6r0taxtGQ5NJSkOzofyWm4jpOuJ5YxdmL1FI5QR+q+HB63HHLGnQ==", "requires": { - "jquery": ">=1.7" + "jquery": ">=1.7.2" } }, "jquery-hoverintent": { diff --git a/package.json b/package.json index 92351bba0b..42b598e7d4 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "imagesloaded": "4.1.4", "jquery": "3.6.0", "jquery-color": "2.2.0", - "jquery-form": "4.2.1", + "jquery-form": "4.3.0", "jquery-hoverintent": "1.10.1", "lodash": "4.17.19", "masonry-layout": "4.2.2",