diff --git a/package-lock.json b/package-lock.json index 797dd67..a4c0e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7293,9 +7293,10 @@ } }, "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==", + "dev": true }, "js-base64": { "version": "2.3.2", @@ -12467,6 +12468,13 @@ "run-sequence": "2.2.0", "wrench-sui": "0.0.3", "yamljs": "0.3.0" + }, + "dependencies": { + "jquery": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz", + "integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c=" + } } }, "semver": { diff --git a/package.json b/package.json index 777c8c2..220aa90 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "axios": "^0.17", "bootstrap-sass": "^3.3.7", "cross-env": "^5.1", - "jquery": "^3.2", + "jquery": "^3.5", "laravel-mix": "^1.0", "lodash": "^4.17.13", "vue": "^2.1.10" diff --git a/yarn.lock b/yarn.lock index 964fcef..e10cc95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4054,9 +4054,9 @@ isurl@^1.0.0-alpha5: has-to-string-tag-x "^1.2.0" is-object "^1.0.1" -jquery@^3.2, jquery@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787" +jquery@^3.2.1, jquery@^3.5: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" js-base64@^2.1.8, js-base64@^2.1.9: version "2.3.2"