From 4842f978a7969365256cc215c2394f08a565d7cd Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 18 Mar 2021 15:48:43 +0000 Subject: [PATCH] External Libraries: Update jQuery Color library to version `2.2.0`. This updates the `jquery-color` library from version `2.1.2` to `2.2.0`. This also switches back to installing the dependency from NPM instead of GitHub. The maintainers have resumed publishing to NPM with the 2.2.0 release. A full list of changes can be found on GitHub: https://github.com/jquery/jquery-color/compare/2.1.2...2.2.0. Props hareesh-pillai, desrosj. Fixes #51405. git-svn-id: https://develop.svn.wordpress.org/trunk@50543 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 243ded09bd..fee9b03c6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14584,8 +14584,9 @@ "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" }, "jquery-color": { - "version": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz", - "integrity": "sha512-9aNJaaV4BIEznUUvTtxSomQZYwmX+nt7qPcCSZEz9XFWfjOKgPOyq0brsWKlkUx45m5j+8CW5xHWJXG/qgvDDw==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/jquery-color/-/jquery-color-2.2.0.tgz", + "integrity": "sha512-4VoxsLMw860EQGNT/TmP3Lbr7/1OCQlBPS4ILj7bxRApJrPQfpqzdIOTY8Ll9nGY7UHtWqDuzR7cUcS1lcWjVw==" }, "jquery-form": { "version": "4.2.1", diff --git a/package.json b/package.json index 8728b79753..caba7d4144 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "hoverintent": "2.2.1", "imagesloaded": "4.1.4", "jquery": "3.6.0", - "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz", + "jquery-color": "2.2.0", "jquery-form": "4.2.1", "jquery-hoverintent": "1.10.1", "lodash": "4.17.19",