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" },