From 8353910e5f5a608f54a74ad61ea7dd4587188707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 03:57:04 +0000 Subject: [PATCH] Bump jquery from 3.6.3 to 3.6.4 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4) --- updated-dependencies: - dependency-name: jquery dependency-type: direct:production update-type: version-update:semver-patch ... 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 159e152e..d867a171 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "d3-tip": "^0.9.1", "highlight.js": "^11.7.0", "i18n-js": "^4.2.3", - "jquery": "^3.6.3", + "jquery": "^3.6.4", "jquery-ui": "^1.13.1", "jquery-ujs": "^1.2.3", "jstree": "^3.3.15", diff --git a/yarn.lock b/yarn.lock index 3ae9b920..b2dfb227 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2939,10 +2939,10 @@ jquery-ujs@^1.2.3: resolved "https://registry.yarnpkg.com/jquery-ujs/-/jquery-ujs-1.2.3.tgz#dcac6026ab7268e5ee41faf9d31c997cd4ddd603" integrity sha512-59wvfx5vcCTHMeQT1/OwFiAj+UffLIwjRIoXdpO7Z7BCFGepzq9T9oLVeoItjTqjoXfUrHJvV7QU6pUR+UzOoA== -"jquery@>=1.8.0 <4.0.0", jquery@^3.5.0, jquery@^3.6.3: - version "3.6.3" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6" - integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg== +"jquery@>=1.8.0 <4.0.0", jquery@^3.5.0, jquery@^3.6.4: + version "3.6.4" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f" + integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ== js-tokens@^4.0.0: version "4.0.0"