From ae8ac059dc690f8bef72ad3b82fdf91541e64750 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 26 Dec 2022 10:54:28 +0000 Subject: [PATCH] upgrade to latest Jquery package --- www/static/package-lock.json | 14 +++++++------- www/static/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/static/package-lock.json b/www/static/package-lock.json index 689003fa..114fcb6c 100644 --- a/www/static/package-lock.json +++ b/www/static/package-lock.json @@ -16,7 +16,7 @@ "fastsearch": "^1.11.1", "fastselect": "^0.7.3", "flag-icons": "^6.6.6", - "jquery": "^3.5.1", + "jquery": "^3.6.3", "leaflet": "^1.4.0", "leaflet-easybutton": "^2.4.0", "leaflet-gpx": "^1.0.0", @@ -561,9 +561,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "node_modules/jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" }, "node_modules/leaflet": { "version": "1.8.0", @@ -1611,9 +1611,9 @@ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "jquery": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.1.tgz", - "integrity": "sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==" + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==" }, "leaflet": { "version": "1.8.0", diff --git a/www/static/package.json b/www/static/package.json index 585c1724..0558905f 100644 --- a/www/static/package.json +++ b/www/static/package.json @@ -22,7 +22,7 @@ "fastsearch": "^1.11.1", "fastselect": "^0.7.3", "flag-icons": "^6.6.6", - "jquery": "^3.5.1", + "jquery": "^3.6.3", "leaflet": "^1.4.0", "leaflet-easybutton": "^2.4.0", "leaflet-gpx": "^1.0.0",