From 2b362bf0de928befb16d275033278b246b819775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 20:23:22 +0000 Subject: [PATCH] Bump jquery Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../exbert/client/src/package-lock.json | 6 +++--- .../intrinsic_evaluations/exbert/client/src/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/experiments/intrinsic_evaluations/exbert/client/src/package-lock.json b/scripts/experiments/intrinsic_evaluations/exbert/client/src/package-lock.json index 26e2283..dcb6ef4 100644 --- a/scripts/experiments/intrinsic_evaluations/exbert/client/src/package-lock.json +++ b/scripts/experiments/intrinsic_evaluations/exbert/client/src/package-lock.json @@ -7913,9 +7913,9 @@ "integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k=" }, "jquery": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", - "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.0.tgz", + "integrity": "sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==" }, "js-base64": { "version": "2.4.9", diff --git a/scripts/experiments/intrinsic_evaluations/exbert/client/src/package.json b/scripts/experiments/intrinsic_evaluations/exbert/client/src/package.json index 7956e72..eff6c16 100644 --- a/scripts/experiments/intrinsic_evaluations/exbert/client/src/package.json +++ b/scripts/experiments/intrinsic_evaluations/exbert/client/src/package.json @@ -29,7 +29,7 @@ "d3-shape": "^1.3.5", "font-awesome": "~4.7.0", "install": "^0.12.1", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "lodash": "^4.17.15", "mathjs": "^7.5.1", "npm": "^6.10.3",