From d61145f19507ef62843c287f0fbf652a2865d315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 20:52:39 +0000 Subject: [PATCH] Bump jquery in /piwebapi_samples/JQuery/KarmaUnitTests Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- piwebapi_samples/JQuery/KarmaUnitTests/package-lock.json | 6 +++--- piwebapi_samples/JQuery/KarmaUnitTests/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/piwebapi_samples/JQuery/KarmaUnitTests/package-lock.json b/piwebapi_samples/JQuery/KarmaUnitTests/package-lock.json index 53d7abb..c6d5a38 100644 --- a/piwebapi_samples/JQuery/KarmaUnitTests/package-lock.json +++ b/piwebapi_samples/JQuery/KarmaUnitTests/package-lock.json @@ -1627,9 +1627,9 @@ "dev": true }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", "dev": true }, "jsonfile": { diff --git a/piwebapi_samples/JQuery/KarmaUnitTests/package.json b/piwebapi_samples/JQuery/KarmaUnitTests/package.json index 566e70b..efe463c 100644 --- a/piwebapi_samples/JQuery/KarmaUnitTests/package.json +++ b/piwebapi_samples/JQuery/KarmaUnitTests/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "jasmine": "^3.4.0", - "jquery": "^3.4.0", + "jquery": "^3.5.0", "karma": "^4.1.0", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "^2.0.1",