diff --git a/web/package-lock.json b/web/package-lock.json index afb5959..347f0a6 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -8,10 +8,10 @@ "name": "aws-deepdive-web", "version": "0.1.0", "dependencies": { - "@astrojs/react": "^5.0.6", + "@astrojs/react": "^5.0.7", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.15", - "astro": "^6.4.2", + "astro": "^6.4.4", "isomorphic-dompurify": "^3.15.0", "marked": "^18.0.4", "postcss": "^8.5.15", @@ -144,14 +144,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" }, @@ -2685,9 +2685,9 @@ } }, "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", @@ -2704,7 +2704,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/web/package.json b/web/package.json index 863796f..3b97cfa 100644 --- a/web/package.json +++ b/web/package.json @@ -10,10 +10,10 @@ "check": "astro check" }, "dependencies": { - "@astrojs/react": "^5.0.6", + "@astrojs/react": "^5.0.7", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.15", - "astro": "^6.4.2", + "astro": "^6.4.4", "isomorphic-dompurify": "^3.15.0", "marked": "^18.0.4", "postcss": "^8.5.15",