diff --git a/owa/package-lock.json b/owa/package-lock.json index e9f183b..357633a 100644 --- a/owa/package-lock.json +++ b/owa/package-lock.json @@ -1133,6 +1133,13 @@ "requires": { "jquery": "3.2.1", "tether": "1.4.0" + }, + "dependencies": { + "jquery": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", + "integrity": "sha512-iQUctXqe/nSa7hshPkQnJaJEUfxM139//hg2nJj+wsqVvd/YgXALR3jTNGh7BylgsyfcC8r4i2cJrClGBkDu5Q==" + } } }, "brace-expansion": { @@ -4957,9 +4964,9 @@ "dev": true }, "jquery": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", - "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.3.2", diff --git a/owa/package.json b/owa/package.json index e51d4c7..1c2fce8 100644 --- a/owa/package.json +++ b/owa/package.json @@ -9,7 +9,7 @@ "dependencies": { "axios": "^0.21.2", "bootstrap": "^4.0.0-alpha.6", - "jquery": "^3.2.1", + "jquery": "^3.5.0", "moment": "^2.18.1", "popper.js": "^1.12.5", "react": "^15.6.1",