diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index 04c20c48..68b02368 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -11,7 +11,7 @@ "@next/third-parties": "^15.4.5", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-slot": "^1.2.3", - "@shikijs/transformers": "^3.8.1", + "@shikijs/transformers": "^3.9.1", "@tailwindcss/typography": "^0.5.16", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -1134,13 +1134,35 @@ } }, "node_modules/@shikijs/transformers": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-3.8.1.tgz", - "integrity": "sha512-nmTyFfBrhJk6HJi118jes0wuWdfKXeVUq1Nq+hm8h6wbk1KUfvtg+LY/uDfxZD2VDItHO3QoINIs3NtoKBmgxw==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-3.9.1.tgz", + "integrity": "sha512-QI4Bh565EhKGaefiDAyn5o7S8rQIUGXcOjZANSiQHa/KSGCyJTZP9UUiRbvdovVpaI/nagODX6mspFk/vcYOQQ==", "license": "MIT", "dependencies": { - "@shikijs/core": "3.8.1", - "@shikijs/types": "3.8.1" + "@shikijs/core": "3.9.1", + "@shikijs/types": "3.9.1" + } + }, + "node_modules/@shikijs/transformers/node_modules/@shikijs/core": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.9.1.tgz", + "integrity": "sha512-W5Vwen0KJCtR7KFRo+3JLGAqLUPsfW7e+wZ4yaRBGIogwI9ZlnkpRm9ZV8JtfzMxOkIwZwMmmN0hNErLtm3AYg==", + "license": "MIT", + "dependencies": { + "@shikijs/types": "3.9.1", + "@shikijs/vscode-textmate": "^10.0.2", + "@types/hast": "^3.0.4", + "hast-util-to-html": "^9.0.5" + } + }, + "node_modules/@shikijs/transformers/node_modules/@shikijs/types": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.9.1.tgz", + "integrity": "sha512-rqM3T7a0iM1oPKz9iaH/cVgNX9Vz1HERcUcXJ94/fulgVdwqfnhXzGxO4bLrAnh/o5CPLy3IcYedogfV+Ns0Qg==", + "license": "MIT", + "dependencies": { + "@shikijs/vscode-textmate": "^10.0.2", + "@types/hast": "^3.0.4" } }, "node_modules/@shikijs/types": { diff --git a/landing-page/package.json b/landing-page/package.json index 56a9086c..0989f3c3 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -12,7 +12,7 @@ "@next/third-parties": "^15.4.5", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-slot": "^1.2.3", - "@shikijs/transformers": "^3.8.1", + "@shikijs/transformers": "^3.9.1", "@tailwindcss/typography": "^0.5.16", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",