diff --git a/package-lock.json b/package-lock.json index 5febe242e..a2b9ae7cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "rehype-slug": "6.0.0", "remark-gfm": "3.0.1", "sharp": "0.33.3", - "shiki": "1.1.7", + "shiki": "1.11.2", "tailwindcss": "3.4.3" }, "devDependencies": { @@ -2487,9 +2487,13 @@ "license": "MIT" }, "node_modules/@shikijs/core": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.1.7.tgz", - "integrity": "sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==" + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.11.2.tgz", + "integrity": "sha512-9IBY31lvOo2uhrZjqRt2wTqfqfrXJnddnIx0PFL5E8a5RQUNOhkx+PD11PogZtyrIHlL4aTYDVlb+eyryzy+pQ==", + "license": "MIT", + "dependencies": { + "@types/hast": "^3.0.4" + } }, "node_modules/@shopify/liquid-html-parser": { "version": "1.0.0", @@ -10031,11 +10035,13 @@ } }, "node_modules/shiki": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.7.tgz", - "integrity": "sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.11.2.tgz", + "integrity": "sha512-WEHfKf+JWEKm/p8BoiE5F4m6VwV6LzY7nFfwRz0nAj+sVD1sRyWiODYScDu3Q8P/Dpi7xKe1TDJF3ZOQnhfT1g==", + "license": "MIT", "dependencies": { - "@shikijs/core": "1.1.7" + "@shikijs/core": "1.11.2", + "@types/hast": "^3.0.4" } }, "node_modules/side-channel": { diff --git a/package.json b/package.json index 73bcf66cc..00fe74882 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "rehype-slug": "6.0.0", "remark-gfm": "3.0.1", "sharp": "0.33.3", - "shiki": "1.1.7", + "shiki": "1.11.2", "tailwindcss": "3.4.3" }, "devDependencies": {