diff --git a/package-lock.json b/package-lock.json index be0279989..20a671fe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "resolve-from": "5.0.0", "rimraf": "5.0.7", "sharp": "0.33.4", - "shiki": "1.5.2", + "shiki": "1.6.0", "stripe": "15.7.0", "stylelint": "16.5.0", "stylelint-config-standard": "36.0.0", @@ -6705,9 +6705,10 @@ ] }, "node_modules/@shikijs/core": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.5.2.tgz", - "integrity": "sha512-wSAOgaz48GmhILFElMCeQypSZmj6Ru6DttOOtl3KNkdJ17ApQuGNCfzpk4cClasVrnIu45++2DBwG4LNMQAfaA==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.6.0.tgz", + "integrity": "sha512-NIEAi5U5R7BLkbW1pG/ZKu3eb1lzc3/+jD0lFsuxMT7zjaf9bbNwdNyMr7zh/Zl8EXQtQ+MYBAt5G+JLu+5DlA==", + "license": "MIT" }, "node_modules/@sigstore/bundle": { "version": "2.1.0", @@ -21337,11 +21338,12 @@ } }, "node_modules/shiki": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.5.2.tgz", - "integrity": "sha512-fpPbuSaatinmdGijE7VYUD3hxLozR3ZZ+iAx8Iy2X6REmJGyF5hQl94SgmiUNTospq346nXUVZx0035dyGvIVw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.6.0.tgz", + "integrity": "sha512-P31ROeXcVgW/k3Z+vUUErcxoTah7ZRaimctOpzGuqAntqnnSmx1HOsvnbAB8Z2qfXPRhw61yptAzCsuKOhTHwQ==", + "license": "MIT", "dependencies": { - "@shikijs/core": "1.5.2" + "@shikijs/core": "1.6.0" } }, "node_modules/side-channel": { diff --git a/package.json b/package.json index 578099fb3..febda5dea 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "resolve-from": "5.0.0", "rimraf": "5.0.7", "sharp": "0.33.4", - "shiki": "1.5.2", + "shiki": "1.6.0", "stripe": "15.7.0", "stylelint": "16.5.0", "stylelint-config-standard": "36.0.0",