From 54da1ed37bdbc4e6a758717e65190b1b1ec8e55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 08:34:42 +0000 Subject: [PATCH] build(deps-dev): bump jquery from 1.9.1 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.9.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.9.1...3.5.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6dacb533..81c16af4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4409,9 +4409,9 @@ } }, "jquery": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.9.1.tgz", - "integrity": "sha1-5M1INfqu+63lNYV2E8D8P/KtrzQ=", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==", "dev": true }, "jquery-mockjax": { diff --git a/package.json b/package.json index be679ecc..891870a9 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "glob": "^8.0.3", "handlebars": "1.3.0", "interactjs": "1.3.4", - "jquery": "1.9.1", + "jquery": "3.5.0", "jquery-mockjax": "^2.5.0", "lodash": "2.4.1", "moment": "^2.29.4",