Update NPM dependencies

This commit is contained in:
daz 2023-07-07 19:45:07 -06:00
parent 00309f16a9
commit 35af09efd8
No known key found for this signature in database
2 changed files with 791 additions and 792 deletions

1569
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -40,23 +40,23 @@
"@actions/glob": "0.4.0",
"@actions/http-client": "2.1.0",
"@actions/tool-cache": "2.0.1",
"@octokit/rest": "19.0.11",
"@octokit/rest": "19.0.13",
"string-argv": "0.3.2"
},
"devDependencies": {
"@types/node": "16.11.21",
"@types/jest": "29.5.2",
"@types/unzipper": "0.10.6",
"@typescript-eslint/parser": "5.60.1",
"@typescript-eslint/parser": "5.61.0",
"@vercel/ncc": "0.36.1",
"eslint": "8.43.0",
"eslint": "8.44.0",
"eslint-plugin-github": "4.8.0",
"eslint-plugin-jest": "27.2.1",
"jest": "29.5.0",
"eslint-plugin-jest": "27.2.2",
"jest": "29.6.1",
"js-yaml": "4.1.0",
"patch-package": "7.0.0",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"typescript": "5.1.5"
"ts-jest": "29.1.1",
"typescript": "5.1.6"
}
}