From 822e49fbf0949f5365b689ca6316a6570db6e4e4 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Fri, 22 May 2020 10:53:46 +0200 Subject: [PATCH] Update jQuery to v3.5.1 to fix error expanding elev. profile & navbar --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4262a26..683ceb5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "i18next": "^15.0.4", "i18next-browser-languagedetector": "^3.0.1", "i18next-xhr-backend": "^2.0.1", - "jquery": "3.5.0", + "jquery": "3.5.1", "jquery-i18next": "^1.2.1", "jstree": "^3.3.8", "leaflet": "~1.6.0", diff --git a/yarn.lock b/yarn.lock index c65fe39..2d69a40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4699,7 +4699,12 @@ 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.5.0, jquery@>=1.12.0, jquery@>=1.7, jquery@>=1.9.1: +jquery@3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5" + integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg== + +jquery@>=1.12.0, jquery@>=1.7, jquery@>=1.9.1: version "3.5.0" resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9" integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==