tools: update doc to new version

PR-URL: https://github.com/nodejs/node/pull/56259
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
Node.js GitHub Bot 2024-12-15 00:36:56 +00:00 committed by Antoine du Hamel
parent 2f69dc2659
commit 8f59f5ba47
No known key found for this signature in database
GPG Key ID: 21D900FFDB233756
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"node-doc-generator": "generate.js"
},
"devDependencies": {
"highlight.js": "^11.9.0",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
@ -441,9 +441,9 @@
}
},
"node_modules/highlight.js": {
"version": "11.9.0",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz",
"integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==",
"version": "11.11.1",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz",
"integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==",
"dev": true,
"engines": {
"node": ">=12.0.0"

View File

@ -7,7 +7,7 @@
"node": ">=14.8.0"
},
"devDependencies": {
"highlight.js": "^11.9.0",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",