From 13988d07db25067d539caeb567596f1d28ba13c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:40:59 +0100 Subject: [PATCH] Update dependency jquery to v3.6.4 (#712) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33f64ea..2bafb86 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "i18next": "19.9.2", "i18next-browser-languagedetector": "7.0.1", "i18next-xhr-backend": "3.2.2", - "jquery": "3.6.3", + "jquery": "3.6.4", "jquery-i18next": "1.2.1", "jstree": "3.3.12", "leaflet": "1.7.1", diff --git a/yarn.lock b/yarn.lock index 0318055..7196fd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8256,10 +8256,10 @@ jquery-i18next@1.2.1: resolved "https://registry.yarnpkg.com/jquery-i18next/-/jquery-i18next-1.2.1.tgz#3e4ac5e46632fac21640529f1aa7b68e54f227e8" integrity sha512-UNcw3rgxoKjGEg4w23FEn2h3OlPJU7rPzsgDuXDBZktIzeiVbJohs9Cv9hj8oP8KNfBRKOoErL/OVxg2FaAR4g== -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@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== jquery@>=1.7, jquery@>=1.9.1: version "3.5.0"