Update node/package versions (MINOR)

This commit is contained in:
Paul Hatcherian 2024-01-31 06:52:08 -06:00
parent 8c0b779a80
commit a8f8f59fd7
5 changed files with 188 additions and 129 deletions

View file

@ -32,16 +32,16 @@
"@actions/exec": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20.7.1",
"@typescript-eslint/parser": "^6.7.3",
"@vercel/ncc": "^0.38.0",
"eslint": "^8.50.0",
"@types/node": "^20.11.13",
"@typescript-eslint/parser": "^6.20.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jest": "^27.6.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"prettier": "^3.2.4",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}