From 148d4c53344dcc20b6bea7c15362bbb210860e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:02:14 +0000 Subject: [PATCH] Bump shiki from 1.12.1 to 1.14.0 Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.12.1 to 1.14.0. - [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.14.0/packages/shiki) --- updated-dependencies: - dependency-name: shiki dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4d5961..a080d4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "rfdc": "^1.4.1", "rimraf": "^6.0.1", "serve-handler": "^6.1.5", - "shiki": "^1.12.1", + "shiki": "^1.14.0", "source-map-support": "^0.5.21", "to-vfile": "^8.0.0", "toml": "^3.0.0", @@ -836,9 +836,9 @@ } }, "node_modules/@shikijs/core": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.12.1.tgz", - "integrity": "sha512-biCz/mnkMktImI6hMfMX3H9kOeqsInxWEyCHbSlL8C/2TR1FqfmGxTLRNwYCKsyCyxWLbB8rEqXRVZuyxuLFmA==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.14.0.tgz", + "integrity": "sha512-fqDTSjszMvIe8Pjs3FA8xwFeH4XyUj6jJPHCI+orRxsySivm6mU4Ef7kqoyUudz6ei6U/EdhqtSho8IpuR9YYA==", "dependencies": { "@types/hast": "^3.0.4" } @@ -5428,11 +5428,11 @@ } }, "node_modules/shiki": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.12.1.tgz", - "integrity": "sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.14.0.tgz", + "integrity": "sha512-ggQlEp56aE3mOSujzDvHfjbkWQ7rpJuC3ZqLKazCGLAZavsYTmcwBjnye3w65PLpOroAoU+rOy2atD76KPAHRw==", "dependencies": { - "@shikijs/core": "1.12.1", + "@shikijs/core": "1.14.0", "@types/hast": "^3.0.4" } }, diff --git a/package.json b/package.json index 6bd0267..113931c 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "rfdc": "^1.4.1", "rimraf": "^6.0.1", "serve-handler": "^6.1.5", - "shiki": "^1.12.1", + "shiki": "^1.14.0", "source-map-support": "^0.5.21", "to-vfile": "^8.0.0", "toml": "^3.0.0",