From c522cafac91c2f98a1d9ddeaca1e45a34df19e3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 21:36:29 +0000 Subject: [PATCH] fix(deps): update dependency shiki to v1.6.5 --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 129a548f9..5d6765529 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.6.5", "tailwindcss": "3.4.3" }, "devDependencies": { @@ -2448,9 +2448,10 @@ "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.6.5", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.6.5.tgz", + "integrity": "sha512-XcQYt6e4L61ruAxHiL3Xg1DL/XkWWjzDdeckB/DtN8jAxoAU+bcxsV6DetC8NafHpL4YpGhxy9iXF0ND/u6HmA==", + "license": "MIT" }, "node_modules/@shopify/liquid-html-parser": { "version": "1.0.0", @@ -9990,11 +9991,12 @@ } }, "node_modules/shiki": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.7.tgz", - "integrity": "sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.6.5.tgz", + "integrity": "sha512-iFzypldJG0zeyRHKAhaSGCf+YWXpMMyUyOrCVFBFKGGdF5vrB6jbd66/SQljxV20aSrVZEAQwUto/hhuNi/CIg==", + "license": "MIT", "dependencies": { - "@shikijs/core": "1.1.7" + "@shikijs/core": "1.6.5" } }, "node_modules/side-channel": { diff --git a/package.json b/package.json index 747fae7a3..1a5405a81 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.6.5", "tailwindcss": "3.4.3" }, "devDependencies": {