From f444db55b813bee747df40316ab63241568f80ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 20:28:53 +0000 Subject: [PATCH] fix: upgrade leaflet.locatecontrol from 0.79.0 to 0.81.0 Snyk has created this PR to upgrade leaflet.locatecontrol from 0.79.0 to 0.81.0. See this package in npm: https://www.npmjs.com/package/leaflet.locatecontrol See this project in Snyk: https://app.snyk.io/org/k-nut/project/71fb1eb2-7b2e-44e7-a013-08ec3790e774?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index edc3bc7d..1904c3ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "jquery": "^3.7.1", "leaflet": "^1.9.4", "leaflet.awesome-markers": "^2.0.5", - "leaflet.locatecontrol": "^0.79.0", + "leaflet.locatecontrol": "^0.81.0", "normalize.css": "^8.0.1", "opening_hours": "^3.8.0", "select2": "^4.0.13" @@ -1507,9 +1507,9 @@ "integrity": "sha512-Ne/xDjkGyaujwNVVkv2tyXQUV0ZW7gZ0Mo0FuQY4jp2qWrvXi0hwDBvmZyF/8YOvybyMabTMM/mFWCTd1jZIQA==" }, "node_modules/leaflet.locatecontrol": { - "version": "0.79.0", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.79.0.tgz", - "integrity": "sha512-h64QIHFkypYdr90lkSfjKvPvvk8/b8UnP3m9WuoWdp5p2AaCWC0T1NVwyuj4rd5U4fBW3tQt4ppmZ2LceHMIDg==" + "version": "0.81.0", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.81.0.tgz", + "integrity": "sha512-5Dqj6VXVFl1vPquYZW95hQYegvzqSI4eLIpZrBMuHuyoAo5i9y6js3z02TF//XXZByIyTI/XBtlxlZLUM08Pcg==" }, "node_modules/lodash": { "version": "4.17.21", @@ -3523,9 +3523,9 @@ "integrity": "sha512-Ne/xDjkGyaujwNVVkv2tyXQUV0ZW7gZ0Mo0FuQY4jp2qWrvXi0hwDBvmZyF/8YOvybyMabTMM/mFWCTd1jZIQA==" }, "leaflet.locatecontrol": { - "version": "0.79.0", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.79.0.tgz", - "integrity": "sha512-h64QIHFkypYdr90lkSfjKvPvvk8/b8UnP3m9WuoWdp5p2AaCWC0T1NVwyuj4rd5U4fBW3tQt4ppmZ2LceHMIDg==" + "version": "0.81.0", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.81.0.tgz", + "integrity": "sha512-5Dqj6VXVFl1vPquYZW95hQYegvzqSI4eLIpZrBMuHuyoAo5i9y6js3z02TF//XXZByIyTI/XBtlxlZLUM08Pcg==" }, "lodash": { "version": "4.17.21", diff --git a/package.json b/package.json index af8605fd..4df985e2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "jquery": "^3.7.1", "leaflet": "^1.9.4", "leaflet.awesome-markers": "^2.0.5", - "leaflet.locatecontrol": "^0.79.0", + "leaflet.locatecontrol": "^0.81.0", "normalize.css": "^8.0.1", "opening_hours": "^3.8.0", "select2": "^4.0.13"