From 7b8cd0582d2c1ccedf19a175843c3b0233b2598d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:29:49 +0000 Subject: [PATCH] chore(deps): bump satellite.js from 6.0.2 to 7.0.0 in /frontend Bumps [satellite.js](https://github.com/shashwatak/satellite-js) from 6.0.2 to 7.0.0. - [Release notes](https://github.com/shashwatak/satellite-js/releases) - [Changelog](https://github.com/shashwatak/satellite-js/blob/develop/CHANGELOG.md) - [Commits](https://github.com/shashwatak/satellite-js/compare/6.0.2...7.0.0) --- updated-dependencies: - dependency-name: satellite.js dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f1afd1b2..c122d6ce 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "react": "19.2.4", "react-dom": "^19.2.4", "react-map-gl": "^8.1.0", - "satellite.js": "^6.0.2", + "satellite.js": "^7.0.0", "zod": "^4.3.6" }, "devDependencies": { @@ -7988,9 +7988,9 @@ } }, "node_modules/satellite.js": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/satellite.js/-/satellite.js-6.0.2.tgz", - "integrity": "sha512-XWKxtqVF5xiJ1xAeiYeT/oSSzsukoCLWvk6nO/WFy4un0M3g4djAU9TAtOCqJLtYW9vxx9pkPJ1L9ITOc607GA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/satellite.js/-/satellite.js-7.0.0.tgz", + "integrity": "sha512-jrWZBytZgpzcfWpny6jsV7/StWKmie6JlDNpQ53RjbIXVDJPleQw8y+Cs/ZXaPIs720NFgQQLyvqYTbpsBTXKg==", "license": "MIT" }, "node_modules/saxes": { diff --git a/frontend/package.json b/frontend/package.json index 5b27709e..a7a03317 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "react": "19.2.4", "react-dom": "^19.2.4", "react-map-gl": "^8.1.0", - "satellite.js": "^6.0.2", + "satellite.js": "^7.0.0", "zod": "^4.3.6" }, "devDependencies": {