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