diff --git a/package-lock.json b/package-lock.json index b3e7ece..01770c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "rfdc": "^1.3.1", "rimraf": "^5.0.5", "serve-handler": "^6.1.5", - "shiki": "^1.1.7", + "shiki": "^1.5.1", "source-map-support": "^0.5.21", "to-vfile": "^8.0.0", "toml": "^3.0.0", @@ -743,9 +743,9 @@ } }, "node_modules/@shikijs/core": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.1.7.tgz", - "integrity": "sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==" + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.5.1.tgz", + "integrity": "sha512-xjV63pRUBvxA1LsxOUhRKLPh0uUjwBLzAKLdEuYSLIylo71sYuwDcttqNP01Ib1TZlLfO840CXHPlgUUsYFjzg==" }, "node_modules/@sindresorhus/merge-streams": { "version": "2.3.0", @@ -5310,11 +5310,11 @@ } }, "node_modules/shiki": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.1.7.tgz", - "integrity": "sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.5.1.tgz", + "integrity": "sha512-vx4Ds3M3B9ZEmLeSXqBAB85osBWV8ErZfP69kuFQZozPgHc33m7spLTCUkcjwEjFm3gk3F9IdXMv8kX+v9xDHA==", "dependencies": { - "@shikijs/core": "1.1.7" + "@shikijs/core": "1.5.1" } }, "node_modules/signal-exit": { diff --git a/package.json b/package.json index a0feb96..4d65268 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "rfdc": "^1.3.1", "rimraf": "^5.0.5", "serve-handler": "^6.1.5", - "shiki": "^1.1.7", + "shiki": "^1.5.1", "source-map-support": "^0.5.21", "to-vfile": "^8.0.0", "toml": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2cd6bcd..500d3f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -100,7 +100,7 @@ dependencies: version: 6.0.0 rehype-pretty-code: specifier: ^0.13.0 - version: 0.13.0(shiki@1.1.7) + version: 0.13.0(shiki@1.5.1) rehype-raw: specifier: ^7.0.0 version: 7.0.0 @@ -141,8 +141,8 @@ dependencies: specifier: ^6.1.5 version: 6.1.5 shiki: - specifier: ^1.1.7 - version: 1.1.7 + specifier: ^1.5.1 + version: 1.5.1 source-map-support: specifier: ^0.5.21 version: 0.5.21 @@ -596,8 +596,8 @@ packages: dev: false optional: true - /@shikijs/core@1.1.7: - resolution: {integrity: sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==} + /@shikijs/core@1.5.1: + resolution: {integrity: sha512-xjV63pRUBvxA1LsxOUhRKLPh0uUjwBLzAKLdEuYSLIylo71sYuwDcttqNP01Ib1TZlLfO840CXHPlgUUsYFjzg==} dev: false /@sindresorhus/merge-streams@2.3.0: @@ -2909,7 +2909,7 @@ packages: unified: 11.0.4 dev: false - /rehype-pretty-code@0.13.0(shiki@1.1.7): + /rehype-pretty-code@0.13.0(shiki@1.5.1): resolution: {integrity: sha512-+22dz1StXlF7dlMyOySNaVxgcGhMI4BCxq0JxJJPWYGiKsI6cu5jyuIKGHXHvH18D8sv1rdKtvsY9UEfN3++SQ==} engines: {node: '>=18'} peerDependencies: @@ -2919,7 +2919,7 @@ packages: hast-util-to-string: 3.0.0 parse-numeric-range: 1.3.0 rehype-parse: 9.0.0 - shiki: 1.1.7 + shiki: 1.5.1 unified: 11.0.4 unist-util-visit: 5.0.0 dev: false @@ -3185,10 +3185,10 @@ packages: engines: {node: '>=8'} dev: false - /shiki@1.1.7: - resolution: {integrity: sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==} + /shiki@1.5.1: + resolution: {integrity: sha512-vx4Ds3M3B9ZEmLeSXqBAB85osBWV8ErZfP69kuFQZozPgHc33m7spLTCUkcjwEjFm3gk3F9IdXMv8kX+v9xDHA==} dependencies: - '@shikijs/core': 1.1.7 + '@shikijs/core': 1.5.1 dev: false /signal-exit@4.1.0: