Skip to content

Commit bff091b

Browse files
authored
Merge pull request #16 from sam-mfb/dep-updates
Update dependencies and fix security vulnerability
2 parents 1a13873 + e476a18 commit bff091b

File tree

2 files changed

+1492
-1054
lines changed

2 files changed

+1492
-1054
lines changed

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-credential-forwarder",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "utilities for forwarding git credential helper commands to another git installation (e.g. container to host)",
55
"main": "dist/index.js",
66
"bin": {
@@ -47,19 +47,18 @@
4747
"LICENSE.md"
4848
],
4949
"devDependencies": {
50-
"@eslint/js": "^9.9.0",
51-
"@types/eslint__js": "^8.42.3",
52-
"@types/jest": "^29.5.14",
53-
"@types/node": "^20.17.32",
54-
"eslint": "^9.9.0",
55-
"jest": "^29.7.0",
56-
"prettier": "^3.5.3",
50+
"@eslint/js": "^9.32.0",
51+
"@types/jest": "^30.0.0",
52+
"@types/node": "^24.2.0",
53+
"eslint": "^9.32.0",
54+
"jest": "^30.0.5",
55+
"prettier": "^3.6.2",
5756
"rimraf": "^6.0.1",
58-
"ts-jest": "^29.3.2",
57+
"ts-jest": "^29.4.1",
5958
"ts-loader": "^9.5.2",
60-
"typescript": "^5.8.3",
61-
"typescript-eslint": "^8.0.1",
62-
"webpack": "^5.99.7",
63-
"webpack-cli": "^5.1.4"
59+
"typescript": "^5.9.2",
60+
"typescript-eslint": "^8.39.0",
61+
"webpack": "^5.101.0",
62+
"webpack-cli": "^6.0.1"
6463
}
6564
}

0 commit comments

Comments
 (0)