diff --git a/package-lock.json b/package-lock.json index 2a7bcfa..580326a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1975,10 +1975,11 @@ "dev": true }, "node_modules/@shikijs/core": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.5.1.tgz", - "integrity": "sha512-xjV63pRUBvxA1LsxOUhRKLPh0uUjwBLzAKLdEuYSLIylo71sYuwDcttqNP01Ib1TZlLfO840CXHPlgUUsYFjzg==", - "dev": true + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.5.2.tgz", + "integrity": "sha512-wSAOgaz48GmhILFElMCeQypSZmj6Ru6DttOOtl3KNkdJ17ApQuGNCfzpk4cClasVrnIu45++2DBwG4LNMQAfaA==", + "dev": true, + "license": "MIT" }, "node_modules/@sinclair/typebox": { "version": "0.27.8", @@ -8920,12 +8921,13 @@ } }, "node_modules/shiki": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.5.1.tgz", - "integrity": "sha512-vx4Ds3M3B9ZEmLeSXqBAB85osBWV8ErZfP69kuFQZozPgHc33m7spLTCUkcjwEjFm3gk3F9IdXMv8kX+v9xDHA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.5.2.tgz", + "integrity": "sha512-fpPbuSaatinmdGijE7VYUD3hxLozR3ZZ+iAx8Iy2X6REmJGyF5hQl94SgmiUNTospq346nXUVZx0035dyGvIVw==", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/core": "1.5.1" + "@shikijs/core": "1.5.2" } }, "node_modules/side-channel": { @@ -10496,8 +10498,8 @@ "posthtml-bootstrap": "^1.0.3", "posthtml-component": "^1.1.1", "posthtml-extend": "^0.6.5", - "sass": "^1.77.1", - "shiki": "^1.4.0", + "sass": "^1.76.0", + "shiki": "^1.5.2", "stemmer": "^2.0.1", "stophtml": "^1.0.2", "stopword": "^3.0.1",