From 7f99b202d06280e4f981f147a6db4ac89e599c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 04:01:23 +0000 Subject: [PATCH] Bump jquery from 3.6.0 to 3.6.3 Bumps [jquery](https://github.com/jquery/jquery) from 3.6.0 to 3.6.3. - [Release notes](https://github.com/jquery/jquery/releases) - [Commits](https://github.com/jquery/jquery/compare/3.6.0...3.6.3) --- 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 | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7ec940c84..6b010379d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "leaflet-google-places-autocomplete": "0.0.9", "image-sequencer": "^3.7.3", "ion-rangeslider": "ionDen/ion.rangeslider#~2.3.1", - "jquery": "^3.6.0", + "jquery": "^3.6.3", "jquery-ui": "components/jqueryui#^1.12.1", "jquery-ujs": "rails/jquery-ujs#~1.2.3", "junction": "theleagueof/junction#*", diff --git a/yarn.lock b/yarn.lock index 060532451..a88b4173b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3003,9 +3003,10 @@ jquery-ujs@rails/jquery-ujs#~1.2.3: version "1.2.3" resolved "https://codeload.github.com/rails/jquery-ujs/tar.gz/83b041ba72261f487b9264b9e94211e8107a1f18" -jquery@>=1.10, jquery@^3.2.1, jquery@^3.3.1, jquery@^3.6.0: - version "3.6.0" - resolved "https://codeload.github.com/jquery/jquery-dist/tar.gz/e786e3d9707ffd9b0dd330ca135b66344dcef85a" +jquery@>=1.10, jquery@^3.2.1, jquery@^3.3.1, jquery@^3.6.3: + version "3.6.3" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.3.tgz#23ed2ffed8a19e048814f13391a19afcdba160e6" + integrity sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg== js-yaml@3.x: version "3.14.1"