diff --git a/website-astro/package-lock.json b/website-astro/package-lock.json index 12b62dcc2..f943b7a47 100644 --- a/website-astro/package-lock.json +++ b/website-astro/package-lock.json @@ -35,7 +35,7 @@ "react-dom": "^19.2.0", "react-responsive-masonry": "^2.7.1", "react-router-dom": "^6.28.0", - "react-syntax-highlighter": "^16.1.0", + "react-syntax-highlighter": "^16.1.1", "react-type-animation": "^3.2.0", "sharp": "^0.34.2", "tailwindcss": "^4.1.14", @@ -7907,9 +7907,9 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-16.1.0.tgz", - "integrity": "sha512-E40/hBiP5rCNwkeBN1vRP+xow1X0pndinO+z3h7HLsHyjztbyjfzNWNKuAsJj+7DLam9iT4AaaOZnueCU+Nplg==", + "version": "16.1.1", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-16.1.1.tgz", + "integrity": "sha512-PjVawBGy80C6YbC5DDZJeUjBmC7skaoEUdvfFQediQHgCL7aKyVHe57SaJGfQsloGDac+gCpTfRdtxzWWKmCXA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.28.4", diff --git a/website-astro/package.json b/website-astro/package.json index 27848423f..f4124084e 100644 --- a/website-astro/package.json +++ b/website-astro/package.json @@ -41,7 +41,7 @@ "react-dom": "^19.2.0", "react-responsive-masonry": "^2.7.1", "react-router-dom": "^6.28.0", - "react-syntax-highlighter": "^16.1.0", + "react-syntax-highlighter": "^16.1.1", "react-type-animation": "^3.2.0", "sharp": "^0.34.2", "tailwindcss": "^4.1.14",