update dep versions

This commit is contained in:
Conor Sloan
2024-08-10 15:10:06 +01:00
parent f58dd8f0ed
commit cf53527ffc
4 changed files with 28379 additions and 19725 deletions
+5 -5
View File
@@ -67,14 +67,14 @@
]
},
"dependencies": {
"@actions/attest": "^1.0.0",
"@actions/attest": "^1.3.1",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@types/fs-extra": "^11.0.4",
"archiver": "^6.0.1",
"archiver": "^7.0.1",
"fs-extra": "^11.2.0",
"tar": "^6.2.0",
"tar": "^7.4.3",
"simple-git": "^3.22.0"
},
"devDependencies": {
@@ -83,7 +83,7 @@
"@types/jest": "^29.5.12",
"@types/minimist": "^1.2.5",
"@types/node": "^22.0.0",
"@types/tar": "^6.1.11",
"@types/tar": "^6.1.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vercel/ncc": "^0.38.1",
@@ -98,6 +98,6 @@
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.3",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
}
}