chore(sec): pin all dependencies #39

Merged
t.behrendt merged 1 commits from chore-sec-pin-all-dependencies into main 2025-12-12 10:17:27 +01:00
2 changed files with 2987 additions and 385 deletions
Showing only changes of commit 6248b2c762 - Show all commits

3352
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,17 +11,17 @@
"author": "Timo Behrendt <t.behrendt@t00n.de>",
"license": "MIT",
"devDependencies": {
"@types/conventional-commits-parser": "^5.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.0",
"esbuild": "^0.27.0",
"jest": "^30.0.5",
"prettier": "^3.6.2",
"ts-jest": "^29.4.5",
"typescript": "^5.9.2"
"@types/conventional-commits-parser": "5.0.1",
"@types/jest": "30.0.0",
"@types/node": "24.10.0",
"esbuild": "0.27.0",
"jest": "30.0.5",
"prettier": "3.6.2",
"ts-jest": "29.4.5",
"typescript": "5.9.2"
},
"dependencies": {
"@actions/core": "^1.11.1",
"conventional-commits-parser": "^3.2.4"
"@actions/core": "1.11.1",
"conventional-commits-parser": "3.2.4"
}
}