diff --git a/client/package-lock.json b/client/package-lock.json index a5cce29..e268d78 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -23,7 +23,7 @@ "marked": "^12.0.2", "marked-gfm-heading-id": "^3.2.0", "moment": "^2.29.4", - "shiki": "^1.6.1", + "shiki": "^1.14.1", "sortablejs": "^1.15.0", "svelte-french-toast": "^1.2.0", "tippy.js": "^6.3.7" @@ -1619,9 +1619,12 @@ ] }, "node_modules/@shikijs/core": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.6.1.tgz", - "integrity": "sha512-CqYyepN4SnBopaoXYwng4NO8riB5ask/LTCkhOFq+GNGtr2X+aKeD767eYdqYukeixEUvv4bXdyTYVaogj7KBw==" + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.14.1.tgz", + "integrity": "sha512-KyHIIpKNaT20FtFPFjCQB5WVSTpLR/n+jQXhWHWVUMm9MaOaG9BGOG0MSyt7yA4+Lm+4c9rTc03tt3nYzeYSfw==", + "dependencies": { + "@types/hast": "^3.0.4" + } }, "node_modules/@sveltejs/adapter-auto": { "version": "3.2.0", @@ -1741,6 +1744,14 @@ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, + "node_modules/@types/hast": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", + "dependencies": { + "@types/unist": "*" + } + }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -1774,6 +1785,11 @@ "integrity": "sha512-b79830lW+RZfwaztgs1aVPgbasJ8e7AXtZYHTELNXZPsERt4ymJdjV4OccDbHQAvHrCcFpbF78jkm0R6h/pZVg==", "dev": true }, + "node_modules/@types/unist": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", + "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==" + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "8.0.0-alpha.47", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.47.tgz", @@ -4003,11 +4019,12 @@ } }, "node_modules/shiki": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.6.1.tgz", - "integrity": "sha512-1Pu/A1rtsG6HZvQm4W0NExQ45e02og+rPog7PDaFDiMumZgOYnZIu4JtGQeAIfMwdbKSjJQoCUr79vDLKUUxWA==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.14.1.tgz", + "integrity": "sha512-FujAN40NEejeXdzPt+3sZ3F2dx1U24BY2XTY01+MG8mbxCiA2XukXdcbyMyLAHJ/1AUUnQd1tZlvIjefWWEJeA==", "dependencies": { - "@shikijs/core": "1.6.1" + "@shikijs/core": "1.14.1", + "@types/hast": "^3.0.4" } }, "node_modules/signal-exit": { diff --git a/client/package.json b/client/package.json index ea20f00..87515b0 100644 --- a/client/package.json +++ b/client/package.json @@ -50,7 +50,7 @@ "marked": "^12.0.2", "marked-gfm-heading-id": "^3.2.0", "moment": "^2.29.4", - "shiki": "^1.6.1", + "shiki": "^1.14.1", "sortablejs": "^1.15.0", "svelte-french-toast": "^1.2.0", "tippy.js": "^6.3.7"