From ff62b879fed9e504edb7fcd83638ec71373ca32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Aug 2021 23:05:00 +0000 Subject: [PATCH] Bump leaflet-spin from 1.1.0 to 1.1.2 Bumps [leaflet-spin](https://github.com/makinacorpus/Leaflet.Spin) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/makinacorpus/Leaflet.Spin/releases) - [Commits](https://github.com/makinacorpus/Leaflet.Spin/compare/1.1.0...1.1.2) --- updated-dependencies: - dependency-name: leaflet-spin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09aa11f9a..03b06ad41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "leaflet-google-places-autocomplete": "0.0.8", "leaflet-heatmap": "1.0.0", "leaflet-providers": "^1.1.17", - "leaflet-spin": "1.1.0", + "leaflet-spin": "1.1.2", "leaflet.blurred-location-display": "^1.3.1", "leaflet.glify": "github:robertleeplummerjr/Leaflet.glify#aa2b356" }, @@ -28,7 +28,7 @@ "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-remove-strict-mode": "0.0.2", "bootstrap": "^4.1.1", - "browserify": "latest", + "browserify": "*", "cypress": "^4.12.1", "eslint": "^6.7.2", "eslint-config-google": "^0.14.0", @@ -7312,11 +7312,14 @@ "integrity": "sha512-pU/mR4B+NbayBGCg5/88dmRq7t1EGiNPhsVGV3yqHuDn594vIwus4CiPVW0RtiKJNKg8Vf1pILAbFl0i+yk+lQ==" }, "node_modules/leaflet-spin": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/leaflet-spin/-/leaflet-spin-1.1.0.tgz", - "integrity": "sha1-cpi+O+mrBbVAkT2EkV1jR/SbHk4=", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/leaflet-spin/-/leaflet-spin-1.1.2.tgz", + "integrity": "sha512-OLpeDrrAv1YY8NVSnOP0YfICFFm+IFauL77erXH87ZiTIXl3aPwUJXOd336DrQCe4aFsY+F3oG/1+aXyjqKV2w==", "dependencies": { "spin.js": "^2.3.1" + }, + "peerDependencies": { + "leaflet": "<=1" } }, "node_modules/leaflet-virtual-grid": { @@ -17042,9 +17045,9 @@ "integrity": "sha512-pU/mR4B+NbayBGCg5/88dmRq7t1EGiNPhsVGV3yqHuDn594vIwus4CiPVW0RtiKJNKg8Vf1pILAbFl0i+yk+lQ==" }, "leaflet-spin": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/leaflet-spin/-/leaflet-spin-1.1.0.tgz", - "integrity": "sha1-cpi+O+mrBbVAkT2EkV1jR/SbHk4=", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/leaflet-spin/-/leaflet-spin-1.1.2.tgz", + "integrity": "sha512-OLpeDrrAv1YY8NVSnOP0YfICFFm+IFauL77erXH87ZiTIXl3aPwUJXOd336DrQCe4aFsY+F3oG/1+aXyjqKV2w==", "requires": { "spin.js": "^2.3.1" } diff --git a/package.json b/package.json index da67e7b14..a52c588ff 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "leaflet-google-places-autocomplete": "0.0.8", "leaflet-heatmap": "1.0.0", "leaflet-providers": "^1.1.17", - "leaflet-spin": "1.1.0", + "leaflet-spin": "1.1.2", "leaflet.blurred-location-display": "^1.3.1", "leaflet.glify": "github:robertleeplummerjr/Leaflet.glify#aa2b356" }