diff --git a/package-lock.json b/package-lock.json index 8f940b1..e130a02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@node-core/doc-kit": "1.3.5", + "@node-core/doc-kit": "1.3.6", "@node-core/remark-lint": "^1.3.0", "eslint": "^10.3.0", "eslint-plugin-mdx": "^3.7.0", @@ -828,9 +828,9 @@ } }, "node_modules/@node-core/doc-kit": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@node-core/doc-kit/-/doc-kit-1.3.5.tgz", - "integrity": "sha512-4LXLxKHf97HYR+yAheifrkIueCOvh+PnG1pGwZWDr+JG3mS4J3jgP7UzlnH5vvpSTRDbGShU26YsEFazXwhU6Q==", + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@node-core/doc-kit/-/doc-kit-1.3.6.tgz", + "integrity": "sha512-6dhOWkIclNgzCiSgXvdc1c0VOwPJ2Lg3GDBu02Qi19so95BArnhyntUXux54sdtpV0Da82bL3qDTeG1RlHKCWw==", "dev": true, "dependencies": { "@actions/core": "^3.0.0", @@ -865,7 +865,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.2", "remark-stringify": "^11.0.0", - "rolldown": "^1.0.0-rc.12", + "rolldown": "1.0.0-rc.12", "semver": "^7.7.4", "shiki": "^4.0.2", "tinyglobby": "^0.2.15", diff --git a/package.json b/package.json index 19a3ae8..24fecaf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@node-core/doc-kit": "1.3.5", + "@node-core/doc-kit": "1.3.6", "@node-core/remark-lint": "^1.3.0", "eslint": "^10.3.0", "eslint-plugin-mdx": "^3.7.0",