From 93022f4f316b686914cad6aa538326b3d3accd88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:10:37 +0000 Subject: [PATCH] chore: bump shiki from 0.14.1 to 0.14.4 Bumps [shiki](https://github.com/octref/shiki) from 0.14.1 to 0.14.4. - [Release notes](https://github.com/octref/shiki/releases) - [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md) - [Commits](https://github.com/octref/shiki/compare/v0.14.1...v0.14.4) --- updated-dependencies: - dependency-name: shiki dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60f3705..34847a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@types/vscode": "^1.81.0", "prql-js": "^0.9.4", - "shiki": "^0.14.1" + "shiki": "^0.14.4" }, "devDependencies": { "@types/node": "^20.5.7", @@ -1530,9 +1530,9 @@ } }, "node_modules/shiki": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.1.tgz", - "integrity": "sha512-+Jz4nBkCBe0mEDqo1eKRcCdjRtrCjozmcbTUjbPTX7OOJfEbTZzlUWlZtGe3Gb5oV1/jnojhG//YZc3rs9zSEw==", + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.4.tgz", + "integrity": "sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==", "dependencies": { "ansi-sequence-parser": "^1.1.0", "jsonc-parser": "^3.2.0", diff --git a/package.json b/package.json index 9cda5fd..e357f7d 100644 --- a/package.json +++ b/package.json @@ -192,6 +192,6 @@ "dependencies": { "@types/vscode": "^1.81.0", "prql-js": "^0.9.4", - "shiki": "^0.14.1" + "shiki": "^0.14.4" } }