diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd725c09..2544fb65 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -159,8 +159,8 @@ importers: specifier: 18.3.1 version: 18.3.1(react@18.3.1) shiki: - specifier: 1.5.1 - version: 1.5.1 + specifier: 1.5.2 + version: 1.5.2 svgson: specifier: 5.3.1 version: 5.3.1 @@ -1008,8 +1008,8 @@ packages: '@rushstack/ts-command-line@4.19.1': resolution: {integrity: sha512-J7H768dgcpG60d7skZ5uSSwyCZs/S2HrWP1Ds8d1qYAyaaeJmpmmLr9BVw97RjFzmQPOYnoXcKA4GkqDCkduQg==} - '@shikijs/core@1.5.1': - resolution: {integrity: sha512-xjV63pRUBvxA1LsxOUhRKLPh0uUjwBLzAKLdEuYSLIylo71sYuwDcttqNP01Ib1TZlLfO840CXHPlgUUsYFjzg==} + '@shikijs/core@1.5.2': + resolution: {integrity: sha512-wSAOgaz48GmhILFElMCeQypSZmj6Ru6DttOOtl3KNkdJ17ApQuGNCfzpk4cClasVrnIu45++2DBwG4LNMQAfaA==} '@sindresorhus/is@5.6.0': resolution: {integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==} @@ -3438,8 +3438,8 @@ packages: engines: {node: '>=4'} hasBin: true - shiki@1.5.1: - resolution: {integrity: sha512-vx4Ds3M3B9ZEmLeSXqBAB85osBWV8ErZfP69kuFQZozPgHc33m7spLTCUkcjwEjFm3gk3F9IdXMv8kX+v9xDHA==} + shiki@1.5.2: + resolution: {integrity: sha512-fpPbuSaatinmdGijE7VYUD3hxLozR3ZZ+iAx8Iy2X6REmJGyF5hQl94SgmiUNTospq346nXUVZx0035dyGvIVw==} side-channel@1.0.5: resolution: {integrity: sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==} @@ -4778,7 +4778,7 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@shikijs/core@1.5.1': {} + '@shikijs/core@1.5.2': {} '@sindresorhus/is@5.6.0': {} @@ -7743,9 +7743,9 @@ snapshots: interpret: 1.4.0 rechoir: 0.6.2 - shiki@1.5.1: + shiki@1.5.2: dependencies: - '@shikijs/core': 1.5.1 + '@shikijs/core': 1.5.2 side-channel@1.0.5: dependencies: diff --git a/website/package.json b/website/package.json index 2cb0f65d..8960f434 100644 --- a/website/package.json +++ b/website/package.json @@ -17,7 +17,7 @@ "next-themes": "0.3.0", "react": "18.3.1", "react-dom": "18.3.1", - "shiki": "1.5.1", + "shiki": "1.5.2", "svgson": "5.3.1", "tailwind-merge": "2.3.0" },