diff --git a/website/package-lock.json b/website/package-lock.json index b33a078c..ef542b81 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.39.2", - "astro": "^6.4.2", + "astro": "^6.4.8", "rehype-mathjax": "^7.1.0", "remark-math": "^6.0.0", "sharp": "^0.34.2", @@ -2033,9 +2033,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.8", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.8.tgz", + "integrity": "sha512-KK5lX90uU9EeVaTjINyj3sy9/NFXVa59aowaqbWBDDKLXZh4rr7GwIaCFYVetE22MJtsCNFerQXn0vlCLmpP/Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", @@ -2052,7 +2052,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/website/package.json b/website/package.json index fff474b9..ea123311 100644 --- a/website/package.json +++ b/website/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.39.2", - "astro": "^6.4.2", + "astro": "^6.4.8", "rehype-mathjax": "^7.1.0", "remark-math": "^6.0.0", "sharp": "^0.34.2",