NPM dependency updates

* Update development dependencies
* Update runtime dependencies
This commit is contained in:
Daz DeBoer 2023-03-25 13:05:25 -06:00 committed by GitHub
parent 951bc8ab16
commit a8f0f0d523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 2035 additions and 10285 deletions

View file

@ -26,29 +26,29 @@
],
"license": "MIT",
"dependencies": {
"@actions/cache": "3.1.4",
"@actions/cache": "3.2.1",
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@actions/glob": "0.4.0",
"@actions/http-client": "2.0.1",
"@actions/http-client": "2.1.0",
"@actions/tool-cache": "2.0.1",
"string-argv": "0.3.1"
},
"devDependencies": {
"@types/jest": "28.1.7",
"@types/node": "16.11.21",
"@types/jest": "29.5.0",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.54.0",
"@typescript-eslint/parser": "5.56.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.35.0",
"eslint-plugin-github": "4.6.1",
"eslint": "8.36.0",
"eslint-plugin-github": "4.7.0",
"eslint-plugin-jest": "27.2.1",
"jest": "28.1.3",
"jest": "29.5.0",
"js-yaml": "4.1.0",
"patch-package": "6.5.1",
"prettier": "2.8.4",
"ts-jest": "28.0.8",
"typescript": "4.9.5"
"prettier": "2.8.7",
"ts-jest": "29.0.5",
"typescript": "5.0.2"
}
}