From 2abae8d8b0f4e4d6630c583ff1d4d0e535ce8a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 05:39:47 +0000 Subject: [PATCH] Bump jquery from 3.1.1 to 3.5.0 Bumps [jquery](https://github.com/jquery/jquery) from 3.1.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.1.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 49c4241..0835f1d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "datatables.net-dt": "^1.11.5", "interactive-data-display": "^1.5.3", - "jquery": "~3.1.1", + "jquery": "~3.5.0", "npm-modernizr": "^2.8.3", "rx": "~4.1.0" }, diff --git a/yarn.lock b/yarn.lock index e343cda..6ce82f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1208,6 +1208,11 @@ jquery@~3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3" +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== + jqueryui@~1.11.1: version "1.11.1" resolved "https://registry.yarnpkg.com/jqueryui/-/jqueryui-1.11.1.tgz#8718550705f5568d1199196169094db73b2291bc"