diff --git a/package-lock.json b/package-lock.json index a11f223d6e..063ab5ffb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "getobject": ">=1.0.0", "gridstack": "github:yurikuzn/gridstack.js#5.1.1.e3", "handlebars": "^4.7.7", - "jquery": "^3.6.0", + "jquery": "^3.7.0", "jquery-textcomplete": "^1.8.5", "jquery-ui-espo": "github:yurikuzn/jquery-ui-espo#0.2.2", "jquery-ui-touch-punch": "^0.2.3", @@ -5010,9 +5010,9 @@ "dev": true }, "node_modules/jquery": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", - "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz", + "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==" }, "node_modules/jquery-textcomplete": { "version": "1.8.5", @@ -10891,9 +10891,9 @@ "dev": true }, "jquery": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz", - "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.0.tgz", + "integrity": "sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==" }, "jquery-textcomplete": { "version": "1.8.5", diff --git a/package.json b/package.json index c26aea2dd6..790c41e86b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "getobject": ">=1.0.0", "gridstack": "github:yurikuzn/gridstack.js#5.1.1.e3", "handlebars": "^4.7.7", - "jquery": "^3.6.0", + "jquery": "^3.7.0", "jquery-textcomplete": "^1.8.5", "jquery-ui-espo": "github:yurikuzn/jquery-ui-espo#0.2.2", "jquery-ui-touch-punch": "^0.2.3",