From 782e8c9b94ddf4d70c1d76f743c973ff8e09269f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:32:18 +0000 Subject: [PATCH] Bump jquery from 2.1.0 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 2.1.0 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/2.1.0...3.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 78a0497..c6e6ce9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "author": "Drew Noakes (https://drewnoakes.com)", "dependencies": { "handlebars": "1.3.0", - "jquery": "2.1.0", + "jquery": "3.5.0", "lodash": "4.17.13", "requirejs": "2.1.11" }, diff --git a/yarn.lock b/yarn.lock index ec51701..91193c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1191,9 +1191,10 @@ isobject@^3.0.0, isobject@^3.0.1: resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= -jquery@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.1.0.tgz#1c9a8c971d2b53dae10d72e16cbb5a1df16a4ace" +jquery@3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" + integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ== json-stable-stringify-without-jsonify@^1.0.1: version "1.0.1"