diff --git a/elixir_dss/static/vendor/package-lock.json b/elixir_dss/static/vendor/package-lock.json index 39ae102..763b19f 100644 --- a/elixir_dss/static/vendor/package-lock.json +++ b/elixir_dss/static/vendor/package-lock.json @@ -16,7 +16,7 @@ "datatables.net": "^2.2.1", "datatables.net-bs5": "^2.2.1", "handlebars": "^4.7.8", - "jquery": "^3.7.1", + "jquery": "^4.0.0", "jquery-ui-dist": "^1.13.3", "select2": "^4.1.0-rc.0", "select2-bootstrap-5-theme": "^1.3.0", @@ -553,9 +553,9 @@ } }, "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-ui-dist": { @@ -567,6 +567,12 @@ "jquery": ">=1.8.0 <4.0.0" } }, + "node_modules/jquery-ui-dist/node_modules/jquery": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT" + }, "node_modules/micromatch": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", diff --git a/elixir_dss/static/vendor/package.json b/elixir_dss/static/vendor/package.json index f029da8..498267d 100644 --- a/elixir_dss/static/vendor/package.json +++ b/elixir_dss/static/vendor/package.json @@ -27,7 +27,7 @@ "datatables.net": "^2.2.1", "datatables.net-bs5": "^2.2.1", "handlebars": "^4.7.8", - "jquery": "^3.7.1", + "jquery": "^4.0.0", "jquery-ui-dist": "^1.13.3", "select2": "^4.1.0-rc.0", "select2-bootstrap-5-theme": "^1.3.0",