diff --git a/package-lock.json b/package-lock.json index 317328d..d917bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@gsap/react": "^2.1.2", - "@react-three/fiber": "^9.5.0", + "@react-three/fiber": "^9.6.0", "@use-gesture/react": "^10.3.1", "bootstrap": "^5.3.8", "bootstrap-icons": "^1.13.1", @@ -29,7 +29,7 @@ "npm": "^11.12.1", "ogl": "^1.0.11", "picomatch": "^4.0.4", - "postcss": "^8.5.9", + "postcss": "^8.5.10", "react": "19.2.5", "react-dom": "19.2.4", "react-leaflet": "^5.0.0", @@ -1284,9 +1284,9 @@ } }, "node_modules/@react-three/fiber": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/@react-three/fiber/-/fiber-9.5.0.tgz", - "integrity": "sha512-FiUzfYW4wB1+PpmsE47UM+mCads7j2+giRBltfwH7SNhah95rqJs3ltEs9V3pP8rYdS0QlNne+9Aj8dS/SiaIA==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@react-three/fiber/-/fiber-9.6.0.tgz", + "integrity": "sha512-90abYK2q5/qDM+GACs9zRvc5KhEEpEWqWlHSd64zTPNxg+9wCJvTfyD9x2so7hlQhjRYO1Fa6flR3BC/kpTFkA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.17.8", @@ -1898,13 +1898,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz", - "integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.18.0" + "undici-types": "~7.19.0" } }, "node_modules/@types/react": { @@ -8713,9 +8713,9 @@ } }, "node_modules/postcss": { - "version": "8.5.9", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz", - "integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==", + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.10.tgz", + "integrity": "sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==", "funding": [ { "type": "opencollective", @@ -9967,9 +9967,9 @@ } }, "node_modules/undici-types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", - "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", + "version": "7.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index fe3a93f..ea843e2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@gsap/react": "^2.1.2", - "@react-three/fiber": "^9.5.0", + "@react-three/fiber": "^9.6.0", "@use-gesture/react": "^10.3.1", "bootstrap": "^5.3.8", "bootstrap-icons": "^1.13.1", @@ -30,7 +30,7 @@ "npm": "^11.12.1", "ogl": "^1.0.11", "picomatch": "^4.0.4", - "postcss": "^8.5.9", + "postcss": "^8.5.10", "react": "19.2.5", "react-dom": "19.2.4", "react-leaflet": "^5.0.0",