From c4fdf77f74e023353ecfcb3937ce4fb6bf9c0342 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Nov 2022 16:21:55 +0000 Subject: [PATCH] fix: upgrade @googlemaps/markerclusterer from 2.0.11 to 2.0.13 Snyk has created this PR to upgrade @googlemaps/markerclusterer from 2.0.11 to 2.0.13. See this package in npm: https://www.npmjs.com/package/@googlemaps/markerclusterer See this project in Snyk: https://app.snyk.io/org/nobuddyisperfect/project/3f23e67b-c5c8-4722-bce6-363f0d2eefc9?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../GeoChatter.Web/Scripts/package-lock.json | 16 ++++++++-------- GeoChatter/GeoChatter.Web/Scripts/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/GeoChatter/GeoChatter.Web/Scripts/package-lock.json b/GeoChatter/GeoChatter.Web/Scripts/package-lock.json index cdd447e..d6e7197 100644 --- a/GeoChatter/GeoChatter.Web/Scripts/package-lock.json +++ b/GeoChatter/GeoChatter.Web/Scripts/package-lock.json @@ -1,11 +1,11 @@ { - "name": "Scripts", + "name": "npm-proj-1667924511672-0.11328113650929295kuF39K", "lockfileVersion": 2, "requires": true, "packages": { "": { "dependencies": { - "@googlemaps/markerclusterer": "^2.0.11", + "@googlemaps/markerclusterer": "^2.0.13", "devextreme": "^22.1.3", "exceljs": "^4.3.0", "file-saver": "^2.0.5", @@ -79,9 +79,9 @@ } }, "node_modules/@googlemaps/markerclusterer": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@googlemaps/markerclusterer/-/markerclusterer-2.0.11.tgz", - "integrity": "sha512-/Rhqqq12vGwg+EuzaQtzjqrF5CFiGlJpPlC+bjVH/WYbZ4gPGARuEzWqRhY8m1u2cZDHF0yZrJKPOuYzc+2PcA==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@googlemaps/markerclusterer/-/markerclusterer-2.0.13.tgz", + "integrity": "sha512-302GjQ9gsHOK/ef6hif+rJDv+AB3THst02iDCbXH2PS9GFwb/5yuytaLpuzJiqGNG+k2zvTAWTsGY/fQN5DZ7w==", "dependencies": { "fast-deep-equal": "^3.1.3", "supercluster": "^7.1.3" @@ -1811,9 +1811,9 @@ } }, "@googlemaps/markerclusterer": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@googlemaps/markerclusterer/-/markerclusterer-2.0.11.tgz", - "integrity": "sha512-/Rhqqq12vGwg+EuzaQtzjqrF5CFiGlJpPlC+bjVH/WYbZ4gPGARuEzWqRhY8m1u2cZDHF0yZrJKPOuYzc+2PcA==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@googlemaps/markerclusterer/-/markerclusterer-2.0.13.tgz", + "integrity": "sha512-302GjQ9gsHOK/ef6hif+rJDv+AB3THst02iDCbXH2PS9GFwb/5yuytaLpuzJiqGNG+k2zvTAWTsGY/fQN5DZ7w==", "requires": { "fast-deep-equal": "^3.1.3", "supercluster": "^7.1.3" diff --git a/GeoChatter/GeoChatter.Web/Scripts/package.json b/GeoChatter/GeoChatter.Web/Scripts/package.json index a471335..1d49d3a 100644 --- a/GeoChatter/GeoChatter.Web/Scripts/package.json +++ b/GeoChatter/GeoChatter.Web/Scripts/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@googlemaps/markerclusterer": "^2.0.11", + "@googlemaps/markerclusterer": "^2.0.13", "devextreme": "^22.1.3", "exceljs": "^4.3.0", "file-saver": "^2.0.5",