diff --git a/client/package.json b/client/package.json index 440bb064d9d..07f71697e68 100644 --- a/client/package.json +++ b/client/package.json @@ -80,7 +80,7 @@ "gatsby-source-filesystem": "3.15.0", "gatsby-transformer-remark": "4.12.0", "i18next": "20.6.1", - "jquery": "3.6.1", + "jquery": "3.6.2", "lodash": "4.17.21", "lodash-es": "4.17.21", "monaco-editor": "0.28.1", diff --git a/package-lock.json b/package-lock.json index 63c70d3e63c..c36e3cd0ab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -472,7 +472,7 @@ "gatsby-source-filesystem": "3.15.0", "gatsby-transformer-remark": "4.12.0", "i18next": "20.6.1", - "jquery": "3.6.1", + "jquery": "3.6.2", "lodash": "4.17.21", "lodash-es": "4.17.21", "monaco-editor": "0.28.1", @@ -33252,8 +33252,9 @@ } }, "node_modules/jquery": { - "version": "3.6.1", - "license": "MIT" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz", + "integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==" }, "node_modules/js-string-escape": { "version": "1.0.1", @@ -56280,7 +56281,7 @@ "gatsby-transformer-remark": "4.12.0", "i18next": "20.6.1", "jest-json-schema-extended": "1.0.1", - "jquery": "3.6.1", + "jquery": "3.6.2", "lodash": "4.17.21", "lodash-es": "4.17.21", "monaco-editor": "0.28.1", @@ -77131,7 +77132,9 @@ "dev": true }, "jquery": { - "version": "3.6.1" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz", + "integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==" }, "js-string-escape": { "version": "1.0.1",