From 6cc5bcdec1a27f166225f91d565a917facc91276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 14:53:19 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 package-lock.json mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json old mode 100755 new mode 100644 index 1a42cd9..c356a53 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "gulp-watch": "^5.0.1", "gulp-zip": "^3.2.0", "image-promise": "^4.0.1", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "json-pointer": "^0.6.0", "jsonfile": "^2.4.0", "jszip": "^3.2.1", @@ -9244,9 +9244,9 @@ "dev": true }, "node_modules/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==", "dev": true }, "node_modules/js-base64": { @@ -24714,9 +24714,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==", "dev": true }, "js-base64": { diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 53d9dbd..43bbb63 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gulp-watch": "^5.0.1", "gulp-zip": "^3.2.0", "image-promise": "^4.0.1", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "json-pointer": "^0.6.0", "jsonfile": "^2.4.0", "jszip": "^3.2.1",