Update NPM dependencies

This commit is contained in:
daz 2023-08-14 20:04:27 -06:00
parent 03f0ac2c51
commit 891451e1fc
No known key found for this signature in database
3 changed files with 864 additions and 720 deletions

1570
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,12 +31,12 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/artifact": "1.1.1", "@actions/artifact": "1.1.1",
"@actions/cache": "3.2.1", "@actions/cache": "3.2.2",
"@actions/core": "1.10.0", "@actions/core": "1.10.0",
"@actions/exec": "1.1.1", "@actions/exec": "1.1.1",
"@actions/github": "5.1.1", "@actions/github": "5.1.1",
"@actions/glob": "0.4.0", "@actions/glob": "0.4.0",
"@actions/http-client": "2.1.0", "@actions/http-client": "2.1.1",
"@actions/tool-cache": "2.0.1", "@actions/tool-cache": "2.0.1",
"@octokit/rest": "19.0.13", "@octokit/rest": "19.0.13",
"string-argv": "0.3.2" "string-argv": "0.3.2"
@ -45,16 +45,16 @@
"@types/node": "16.18.38", "@types/node": "16.18.38",
"@types/jest": "29.5.3", "@types/jest": "29.5.3",
"@types/unzipper": "0.10.6", "@types/unzipper": "0.10.6",
"@typescript-eslint/parser": "6.1.0", "@typescript-eslint/parser": "6.4.0",
"@vercel/ncc": "0.36.1", "@vercel/ncc": "0.36.1",
"eslint": "8.45.0", "eslint": "8.47.0",
"eslint-plugin-github": "4.9.2", "eslint-plugin-github": "4.9.2",
"eslint-plugin-jest": "27.2.3", "eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "5.0.0", "eslint-plugin-prettier": "5.0.0",
"jest": "29.6.1", "jest": "29.6.2",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"patch-package": "7.0.0", "patch-package": "8.0.0",
"prettier": "3.0.0", "prettier": "3.0.1",
"ts-jest": "29.1.1", "ts-jest": "29.1.1",
"typescript": "5.1.6" "typescript": "5.1.6"
} }