Update NPM dependencies

This commit is contained in:
daz 2024-12-11 11:03:23 -07:00
parent ef2fae3749
commit 088ea2ca03
No known key found for this signature in database
2 changed files with 682 additions and 134 deletions

File diff suppressed because it is too large Load Diff

View File

@ -51,21 +51,21 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/node": "20.17.6", "@types/node": "20.17.10",
"@types/unzipper": "0.10.10", "@types/unzipper": "0.10.10",
"@types/which": "3.0.4", "@types/which": "3.0.4",
"@typescript-eslint/parser": "7.18.0", "@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.3", "@vercel/ncc": "0.38.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-plugin-github": "5.0.2", "eslint-plugin-github": "5.1.4",
"eslint-plugin-jest": "28.9.0", "eslint-plugin-jest": "28.9.0",
"jest": "29.7.0", "jest": "29.7.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"nock": "13.5.6", "nock": "13.5.6",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"patch-package": "8.0.0", "patch-package": "8.0.0",
"prettier": "3.3.3", "prettier": "3.4.2",
"ts-jest": "29.2.5", "ts-jest": "29.2.5",
"typescript": "5.6.3" "typescript": "5.7.2"
} }
} }