From 637d33f27c698ef28bc2b8ff00a78bdf1ea7869c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 14:37:18 +0000 Subject: [PATCH] Bump jquery from 3.4.1 to 3.5.0 in /config 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) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config/package-lock.json | 6 +++--- config/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/package-lock.json b/config/package-lock.json index 08a3b20..506b470 100644 --- a/config/package-lock.json +++ b/config/package-lock.json @@ -9063,9 +9063,9 @@ } }, "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==" }, "js-base64": { "version": "2.5.1", diff --git a/config/package.json b/config/package.json index 410ca70..3aec78d 100644 --- a/config/package.json +++ b/config/package.json @@ -21,7 +21,7 @@ "gulp-sourcemaps": "1.6.0", "gulp-twig": "^1.1.1", "gulp-w3cjs": "^1.3.2", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "ngrok": "^2.2.22", "require-dir": "^0.3.2" },