diff --git a/firstapp/static/package-lock.json b/firstapp/static/package-lock.json index e26be85..832cbee 100644 --- a/firstapp/static/package-lock.json +++ b/firstapp/static/package-lock.json @@ -1,6 +1,6 @@ { "name": "startbootstrap-agency", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3399,9 +3399,9 @@ "dev": true }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "jquery.easing": { "version": "1.4.1", diff --git a/firstapp/static/package.json b/firstapp/static/package.json index 07d567f..c070b7a 100644 --- a/firstapp/static/package.json +++ b/firstapp/static/package.json @@ -31,7 +31,7 @@ "dependencies": { "@fortawesome/fontawesome-free": "5.9.0", "bootstrap": "4.3.1", - "jquery": "3.4.1", + "jquery": "3.5.0", "jquery.easing": "^1.4.1" }, "devDependencies": {