From b70374ef15b50e4721798a503731b38c18b520c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:24:49 +0000 Subject: [PATCH] build(deps-dev): bump shiki from 1.2.0 to 1.2.3 Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.2.0 to 1.2.3. - [Release notes](https://github.com/shikijs/shiki/releases) - [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md) - [Commits](https://github.com/shikijs/shiki/commits/v1.2.3/packages/shiki) --- updated-dependencies: - dependency-name: shiki dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 14 ++++++++++++-- website/package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 45b125d5..42947e3c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -882,8 +882,8 @@ importers: specifier: ^8 version: 8.4.32 shiki: - specifier: 1.2.0 - version: 1.2.0 + specifier: 1.2.3 + version: 1.2.3 tailwindcss: specifier: ^3.4.0 version: 3.4.0 @@ -4811,6 +4811,10 @@ packages: resolution: {integrity: sha512-OlFvx+nyr5C8zpcMBnSGir0YPD6K11uYhouqhNmm1qLiis4GA7SsGtu07r9gKS9omks8RtQqHrJL4S+lqWK01A==} dev: true + /@shikijs/core@1.2.3: + resolution: {integrity: sha512-SM+aiQVaEK2P53dEcsvhq9+LJPr0rzwezHbMQhHaSrPN4OlOB4vp1qTdhVEKfMg6atdq8s9ZotWW/CSCzWftwg==} + dev: true + /@shikijs/rehype@1.2.0: resolution: {integrity: sha512-k6LARhiQEufC2TR7Jb3mFgGSHil/vYnrqInTq1goEWRCCm+88GlysE4KwC6lyOjigKTlaV1thVfFXP2+LD2bKw==} dependencies: @@ -13400,6 +13404,12 @@ packages: '@shikijs/core': 1.2.0 dev: true + /shiki@1.2.3: + resolution: {integrity: sha512-+v7lO5cJMeV2N2ySK4l+51YX3wTh5I49SLjAOs1ch1DbUfeEytU1Ac9KaZPoZJCVBGycDZ09OBQN5nbcPFc5FQ==} + dependencies: + '@shikijs/core': 1.2.3 + dev: true + /shikiji-core@0.9.19: resolution: {integrity: sha512-AFJu/vcNT21t0e6YrfadZ+9q86gvPum6iywRyt1OtIPjPFe25RQnYJyxHQPMLKCCWA992TPxmEmbNcOZCAJclw==} dev: false diff --git a/website/package.json b/website/package.json index ccdda507..f157d3cf 100644 --- a/website/package.json +++ b/website/package.json @@ -36,7 +36,7 @@ "eslint-config-next": "14.1.0", "hast-util-to-jsx-runtime": "^2.3.0", "postcss": "^8", - "shiki": "1.2.0", + "shiki": "1.2.3", "tailwindcss": "^3.4.0", "typescript": "^5" }