diff --git a/package-lock.json b/package-lock.json index 5febe242e..18f42bfd4 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.10.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.10.2", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.10.2.tgz", + "integrity": "sha512-hCtKSC0PNmidU+TVBUiddE0sF1QsOPVbBBRQlugsKy0QJBfSj9aIQQ/pNEIv58wwM/9cAlWG1yihi+5ovZfYmA==", + "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.10.2", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.10.2.tgz", + "integrity": "sha512-wrddjiCJ6D8zB1MuAGZ37G37rGw+6Ntnqqbl2uXh3P8g5JxneJRRhccPnex/gqorJoXkbpTRC2x54QIsdx2b1Q==", + "license": "MIT", "dependencies": { - "@shikijs/core": "1.1.7" + "@shikijs/core": "1.10.2", + "@types/hast": "^3.0.4" } }, "node_modules/side-channel": { diff --git a/package.json b/package.json index 73bcf66cc..8492bd303 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.10.2", "tailwindcss": "3.4.3" }, "devDependencies": {