From 3b5eaed7ededf79a31b11fe620d8d46e9080afe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 00:56:36 +0000 Subject: [PATCH] Bump satellite.js from 5.0.0 to 7.0.1 in /frontend Bumps [satellite.js](https://github.com/shashwatak/satellite-js) from 5.0.0 to 7.0.1. - [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/5.0.0...7.0.1) --- updated-dependencies: - dependency-name: satellite.js dependency-version: 7.0.1 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 6b0f262..f18d039 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@tanstack/react-query": "^5.59.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "satellite.js": "^5.0.0", + "satellite.js": "^7.0.1", "three": "^0.169.0", "zustand": "^5.0.0" }, @@ -3547,9 +3547,9 @@ "license": "MIT" }, "node_modules/satellite.js": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/satellite.js/-/satellite.js-5.0.0.tgz", - "integrity": "sha512-ie3yiJ2LJAJIhVUKdYhgp7V0btXKAMImDjRnuaNfJGl8rjwP2HwVIh4HLFcpiXYEiYwXc5fqh5+yZqCe6KIwWw==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/satellite.js/-/satellite.js-7.0.1.tgz", + "integrity": "sha512-43hMdoom4miUvwX7FkroaHGq4JHIFQRNcUx570xD9KkZjsVssoWxHp8uk6KwDm+lmrW6GTuP2+G4PwvtHfr62A==", "license": "MIT" }, "node_modules/saxes": { diff --git a/frontend/package.json b/frontend/package.json index 9cd2c45..4c080b3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@tanstack/react-query": "^5.59.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "satellite.js": "^5.0.0", + "satellite.js": "^7.0.1", "three": "^0.169.0", "zustand": "^5.0.0" },