From e2155ed3d066cbf4b31c9376e828de62fc39d98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:44:17 +0000 Subject: [PATCH] Bump shikiji from 0.8.0 to 0.9.9 in /src Bumps [shikiji](https://github.com/antfu/shikiji/tree/HEAD/packages/shikiji) from 0.8.0 to 0.9.9. - [Release notes](https://github.com/antfu/shikiji/releases) - [Commits](https://github.com/antfu/shikiji/commits/v0.9.9/packages/shikiji) --- updated-dependencies: - dependency-name: shikiji dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/package-lock.json | 15 ++++++++++----- src/package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index d0d17d2d..accfdabe 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -50,7 +50,7 @@ "rehype-pretty-code": "^0.12.1", "remark-gfm": "^4.0.0", "remark-smartypants": "^2.0.0", - "shikiji": "^0.8.0", + "shikiji": "^0.9.9", "simple-functional-loader": "^1.2.1", "simple-icons": "^10.2.0", "tailwindcss": "^3.3.6", @@ -13890,13 +13890,18 @@ } }, "node_modules/shikiji": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.8.0.tgz", - "integrity": "sha512-E0NkMzk+6111cxnrsQGNsIfXnTfJ2rqlaC1o4e1U1AcNYm6GVig8ZeLXn5g8PfzQZqMqSPO0yxJt3RURVW5D9A==", + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.9.9.tgz", + "integrity": "sha512-/S3unr/0mZTstNOuAmNDEufeimtqeQb8lXvPMLsYfDvqyfmG6334bO2xmDzD0kfxH2y8gnFgSWAJpdEzksmYXg==", "dependencies": { - "hast-util-to-html": "^9.0.0" + "shikiji-core": "0.9.9" } }, + "node_modules/shikiji-core": { + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/shikiji-core/-/shikiji-core-0.9.9.tgz", + "integrity": "sha512-qu5Qq7Co6JIMY312J9Ek6WYjXieeyJT/fIqmkcjF4MdnMNlUnhSqPo8/42g5UdPgdyTCwijS7Nhg8DfLSLodkg==" + }, "node_modules/side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", diff --git a/src/package.json b/src/package.json index 7757c9c6..56dac357 100644 --- a/src/package.json +++ b/src/package.json @@ -70,7 +70,7 @@ "rehype-pretty-code": "^0.12.1", "remark-gfm": "^4.0.0", "remark-smartypants": "^2.0.0", - "shikiji": "^0.8.0", + "shikiji": "^0.9.9", "simple-functional-loader": "^1.2.1", "simple-icons": "^10.2.0", "tailwindcss": "^3.3.6",