diff --git a/package-lock.json b/package-lock.json index 7ccfb94199dca..7855d6dc71d34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "formdata-polyfill": "4.0.10", "hoverintent": "2.2.1", "imagesloaded": "5.0.0", - "jquery": "3.7.1", + "jquery": "4.0.0", "jquery-color": "3.0.0", "jquery-form": "4.3.0", "jquery-hoverintent": "1.10.2", @@ -23698,9 +23698,10 @@ } }, "node_modules/jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-4.0.0.tgz", + "integrity": "sha512-TXCHVR3Lb6TZdtw1l3RTLf8RBWVGexdxL6AC8/e0xZKEpBflBsjh9/8LXw+dkNFuOyW9B7iB3O1sP7hS0Kiacg==", + "license": "MIT" }, "node_modules/jquery-color": { "version": "3.0.0", diff --git a/package.json b/package.json index fb5271d09624b..9cb63abbc3f2d 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "formdata-polyfill": "4.0.10", "hoverintent": "2.2.1", "imagesloaded": "5.0.0", - "jquery": "3.7.1", + "jquery": "4.0.0", "jquery-color": "3.0.0", "jquery-form": "4.3.0", "jquery-hoverintent": "1.10.2",