Update dependencies

- Bump @actions/cache from 2.0.4 to 2.0.5
- Bump ts-jest from 28.0.2 to 28.0.3
- Bump typescript from 4.6.4 to 4.7.2
- Bump @vercel/ncc from 0.33.4 to 0.34.0
This commit is contained in:
Daz DeBoer 2022-05-28 08:08:08 -06:00
parent 544da49fda
commit c48eef1c6e
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
7 changed files with 46 additions and 40 deletions

View file

@ -24,7 +24,7 @@
],
"license": "MIT",
"dependencies": {
"@actions/cache": "2.0.4",
"@actions/cache": "2.0.5",
"@actions/core": "1.8.2",
"@actions/exec": "1.1.1",
"@actions/github": "5.0.3",
@ -37,7 +37,7 @@
"@types/node": "16.11.21",
"@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.26.0",
"@vercel/ncc": "0.33.4",
"@vercel/ncc": "0.34.0",
"eslint": "8.16.0",
"eslint-plugin-github": "4.3.6",
"eslint-plugin-jest": "26.2.2",
@ -45,7 +45,7 @@
"js-yaml": "4.1.0",
"patch-package": "6.4.7",
"prettier": "2.6.2",
"ts-jest": "28.0.2",
"typescript": "4.6.4"
"ts-jest": "28.0.3",
"typescript": "4.7.2"
}
}