From c241a4cc06c8ef6c6f504958b97bbfb9a4b1da37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 12:27:01 +0000 Subject: [PATCH] Bump jquery from 1.11.1 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 1.11.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/1.11.1...3.5.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a0717b51..0dd0bd1c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "bodybuilder": "^2.2.21", "bootstrap-sass": "~3.4.1", "font-awesome": "~4.4.0", - "jquery": "1.11.1", + "jquery": "3.5.0", "lodash": "^4.17.19", "nprogress": "~0.1.2", "select2": "^4.0.6-rc.1", diff --git a/yarn.lock b/yarn.lock index 5cda7e17..b4913097 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4789,10 +4789,10 @@ jasminewd2@^2.1.0: resolved "https://registry.yarnpkg.com/jasminewd2/-/jasminewd2-2.2.0.tgz#e37cf0b17f199cce23bea71b2039395246b4ec4e" integrity sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4= -jquery@1.11.1: - version "1.11.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.11.1.tgz#b6ec928590112ebed69e1e49cbfd0025ccd60ddb" - integrity sha1-tuyShZARLr7Wnh5Jy/0AJczWDds= +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== js-tokens@^3.0.2: version "3.0.2"