diff --git a/package-lock.json b/package-lock.json index c047737..82720e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "npm-proj-1659450426296-0.323626847107354puh4gI", + "name": "npm-proj-1672765879490-0.15227225570404346RL0ucH", "lockfileVersion": 2, "requires": true, "packages": { "": { "dependencies": { - "jquery": "^3.5.1", + "jquery": "^3.6.2", "jquery-validation": "^1.19.5" }, "devDependencies": { @@ -6198,9 +6198,9 @@ } }, "node_modules/jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "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/jquery-validation": { "version": "1.19.5", @@ -15389,9 +15389,9 @@ } }, "jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.2.tgz", + "integrity": "sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==" }, "jquery-validation": { "version": "1.19.5", diff --git a/package.json b/package.json index 10dfda2..2d7ac71 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "vue-template-compiler": "^2.6.12" }, "dependencies": { - "jquery": "^3.5.1", + "jquery": "^3.6.2", "jquery-validation": "^1.19.5" } }