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
This commit is contained in:
Jonathan Desrosiers
2021-03-18 15:48:43 +00:00
parent afbcd1bd63
commit 4842f978a7
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@@ -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",

View File

@@ -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",