diff --git a/package-lock.json b/package-lock.json index 59ca039..120d7fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,11 +8,11 @@ "name": "chainscope", "version": "0.0.1", "dependencies": { - "@astrojs/react": "^5.0.6", + "@astrojs/react": "^5.0.7", "@tailwindcss/vite": "^4.3.0", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", - "astro": "^6.4.2", + "astro": "^6.4.4", "lucide-react": "^1.17.0", "motion": "^12.40.0", "react": "^19.2.6", @@ -149,14 +149,14 @@ } }, "node_modules/@astrojs/react": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-5.0.6.tgz", - "integrity": "sha512-3pfjmw3sUnV5WplLblDzsAKlHv9kNmlCFAw/xP/agubiZFo4d+uPXX2jynNwAfvwyI5v+Q9uIIFwyujv9jifLg==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/@astrojs/react/-/react-5.0.7.tgz", + "integrity": "sha512-N9cCoxvnLWaP+AK1Fv4e5Mc7ktnVTpSo2nWLwvD9Ohr1dJKygwrTSm9yatqoahgb1A5Kwjg/rT2shRiIVdn3aw==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.10.0", "@vitejs/plugin-react": "^5.2.0", - "devalue": "^5.6.4", + "devalue": "^5.8.1", "ultrahtml": "^1.6.0", "vite": "^7.3.2" }, @@ -2923,9 +2923,9 @@ "license": "MIT" }, "node_modules/astro": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.2.tgz", - "integrity": "sha512-8H89CH2dKL5SCU99OCqdU9BGjmPkSJqaPurywj5XMo7eMFGUFD3vsNhdEKnEh4mK4LgGje3/QDTTSIIGst0G0Q==", + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.4.tgz", + "integrity": "sha512-hVe8tq3lqt/Dr0UyB//yUmQSlHMTU8scTiF/vQddQVahLE4TTaSdH5H0nb7OvRcwo0UmlAO8DWYar4jNaS7H+A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", @@ -2942,7 +2942,7 @@ "clsx": "^2.1.1", "common-ancestor-path": "^2.0.0", "cookie": "^1.1.1", - "devalue": "^5.6.3", + "devalue": "^5.8.1", "diff": "^8.0.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", diff --git a/package.json b/package.json index f79b8a0..a1ad6ba 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,11 @@ "check": "npm run lint && npm run typecheck && npm run test && npm run audit && npm run build" }, "dependencies": { - "@astrojs/react": "^5.0.6", + "@astrojs/react": "^5.0.7", "@tailwindcss/vite": "^4.3.0", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", - "astro": "^6.4.2", + "astro": "^6.4.4", "lucide-react": "^1.17.0", "motion": "^12.40.0", "react": "^19.2.6",