summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/changelog-checker/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/changelog-checker/package.json b/scripts/changelog-checker/package.json
index dccb47d037..b4d7286608 100644
--- a/scripts/changelog-checker/package.json
+++ b/scripts/changelog-checker/package.json
@@ -9,15 +9,15 @@
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
- "@types/mdast": "4.0.3",
- "@types/node": "20.10.7",
+ "@types/mdast": "4.0.4",
+ "@types/node": "22.9.0",
"@vitest/coverage-v8": "1.1.3",
"mdast-util-to-string": "4.0.0",
"remark": "15.0.1",
"remark-parse": "11.0.0",
- "typescript": "5.3.3",
- "unified": "11.0.4",
- "vite": "5.4.6",
+ "typescript": "5.6.3",
+ "unified": "11.0.5",
+ "vite": "5.4.11",
"vite-node": "1.1.3",
"vitest": "1.1.3"
}