diff --git a/package-lock.json b/package-lock.json index b5d5cf3..0e1bcee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "flexsearch": "^0.7.43", "highlight.js": "^11.11.1", "reading-time": "^1.5.0", - "rehype-pretty-code": "^0.14.0", + "rehype-pretty-code": "^0.14.1", "striptags": "^3.2.0" }, "devDependencies": { @@ -9705,9 +9705,9 @@ } }, "node_modules/rehype-pretty-code": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.14.0.tgz", - "integrity": "sha512-hBeKF/Wkkf3zyUS8lal9RCUuhypDWLQc+h9UrP9Pav25FUm/AQAVh4m5gdvJxh4Oz+U+xKvdsV01p1LdvsZTiQ==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/rehype-pretty-code/-/rehype-pretty-code-0.14.1.tgz", + "integrity": "sha512-IpG4OL0iYlbx78muVldsK86hdfNoht0z63AP7sekQNW2QOTmjxB7RbTO+rhIYNGRljgHxgVZoPwUl6bIC9SbjA==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.4", @@ -9721,7 +9721,7 @@ "node": ">=18" }, "peerDependencies": { - "shiki": "^1.3.0" + "shiki": "^1.0.0 || ^2.0.0 || ^3.0.0" } }, "node_modules/rehype-slug": { diff --git a/package.json b/package.json index f3a8368..29d2f17 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "flexsearch": "^0.7.43", "highlight.js": "^11.11.1", "reading-time": "^1.5.0", - "rehype-pretty-code": "^0.14.0", + "rehype-pretty-code": "^0.14.1", "striptags": "^3.2.0" } }