From fa7e14a28a015c2bc0f8933ffb8beff8c1f03956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:10:39 +0000 Subject: [PATCH] meta: bump shiki from 1.10.3 to 1.15.2 Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 1.10.3 to 1.15.2. - [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.15.2/packages/shiki) --- updated-dependencies: - dependency-name: shiki dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/site/package.json | 2 +- package-lock.json | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/apps/site/package.json b/apps/site/package.json index a925ad8ed1d2..55f95bc50fb3 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -81,7 +81,7 @@ "remark-gfm": "~4.0.0", "remark-reading-time": "~2.0.1", "semver": "~7.6.0", - "shiki": "~1.10.1", + "shiki": "~1.15.2", "tailwindcss": "^3.4.7", "typescript": "~5.5.3", "unist-util-visit": "~5.0.0", diff --git a/package-lock.json b/package-lock.json index 8616a5f3b677..8e704c893788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,6 +26,7 @@ } }, "apps/site": { + "name": "@nodejs/website", "license": "MIT", "dependencies": { "@heroicons/react": "~2.1.5", @@ -73,7 +74,7 @@ "remark-gfm": "~4.0.0", "remark-reading-time": "~2.0.1", "semver": "~7.6.0", - "shiki": "~1.10.1", + "shiki": "~1.15.2", "tailwindcss": "^3.4.7", "typescript": "~5.5.3", "unist-util-visit": "~5.0.0", @@ -6984,10 +6985,9 @@ } }, "node_modules/@shikijs/core": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.10.3.tgz", - "integrity": "sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg==", - "license": "MIT", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.15.2.tgz", + "integrity": "sha512-hi6XZuwHYn6bU4wtXZxST8ynM55aiU2+rVU9aPIrSxqKmEKl4d65puwGsggwcZWTET+7zGXKe7AUj46iQ8Aq8w==", "dependencies": { "@types/hast": "^3.0.4" } @@ -27521,12 +27521,11 @@ } }, "node_modules/shiki": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.10.3.tgz", - "integrity": "sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ==", - "license": "MIT", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.15.2.tgz", + "integrity": "sha512-M+7QZQZiZw/cZeizrC/yryG3eeG8pTUhu7ZaHxVyzPNFIRIlN46YBciquoNPCiXiwLnx6JB62f3lSuSYQrus1w==", "dependencies": { - "@shikijs/core": "1.10.3", + "@shikijs/core": "1.15.2", "@types/hast": "^3.0.4" } },