From d230efc451e94c7f588a7340745173f88d2cd056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:55:00 +0000 Subject: [PATCH] npm(deps): bump spin.js from 2.3.2 to 4.1.2 Bumps [spin.js](https://github.com/fgnass/spin.js) from 2.3.2 to 4.1.2. - [Release notes](https://github.com/fgnass/spin.js/releases) - [Changelog](https://github.com/fgnass/spin.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/fgnass/spin.js/compare/2.3.2...4.1.2) --- updated-dependencies: - dependency-name: spin.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3ef24bf3..ebaf275df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "leaflet-spin": "^1.1.2", "leaflet.markercluster": "^1.5.0", "shufflejs": "^6.1.1", - "spin.js": "^2.3.2", + "spin.js": "^4.1.2", "vue": "^3.4.29" }, "devDependencies": { @@ -6811,6 +6811,11 @@ "leaflet": "<=1" } }, + "node_modules/leaflet-spin/node_modules/spin.js": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/spin.js/-/spin.js-2.3.2.tgz", + "integrity": "sha512-ryhCvKCRa6J5Fxa7Y+fnhE2a+e05JwfW5dxO82zPd0uDM9o+qp8p74BJUurjiqCqmDsWNvGOAxfqdD317XIedg==" + }, "node_modules/leaflet.markercluster": { "version": "1.5.3", "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.5.3.tgz", @@ -9239,9 +9244,9 @@ } }, "node_modules/spin.js": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/spin.js/-/spin.js-2.3.2.tgz", - "integrity": "sha512-ryhCvKCRa6J5Fxa7Y+fnhE2a+e05JwfW5dxO82zPd0uDM9o+qp8p74BJUurjiqCqmDsWNvGOAxfqdD317XIedg==" + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/spin.js/-/spin.js-4.1.2.tgz", + "integrity": "sha512-ua/yEpxEwyEUWs57tMQYdik/KJ12sQRyMXjSlK/Ai927aEUDVY3FXUi4ml4VvlLCTQNIjC6tHyjSLBrJzFAqMA==" }, "node_modules/split-string": { "version": "3.1.0", diff --git a/package.json b/package.json index ead031c71..19a96a0f2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "leaflet-spin": "^1.1.2", "leaflet.markercluster": "^1.5.0", "shufflejs": "^6.1.1", - "spin.js": "^2.3.2", + "spin.js": "^4.1.2", "vue": "^3.4.29" } }