Bump dependencies

Production deps:
- Bump @actions/tool-cache from 1.7.2 to 2.0.1
- Bump @actions/http-client from 1.0.11 to 2.0.1
- Bump @actions/github from 5.0.1 to 5.0.3
- Bump @actions/cache from 2.0.2 to 2.0.4

Dev deps:
- Bump eslint from 8.14.0 to 8.15.0
- Bump eslint-plugin-jest from 26.2.0 to 26.2.2
- Bump jest from 27.5.1 to 28.1.0
- Bump ts-jst from 27.1.4 to 28.0.2
This commit is contained in:
Daz DeBoer 2022-05-15 10:25:18 -06:00
parent 9f1e4d5588
commit 116ac10f81
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
7 changed files with 1994 additions and 2061 deletions

14
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/post/index.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4019
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,13 +24,13 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/cache": "2.0.2", "@actions/cache": "2.0.4",
"@actions/core": "1.8.2", "@actions/core": "1.8.2",
"@actions/exec": "1.1.1", "@actions/exec": "1.1.1",
"@actions/github": "5.0.1", "@actions/github": "5.0.3",
"@actions/glob": "0.3.0", "@actions/glob": "0.3.0",
"@actions/http-client": "1.0.11", "@actions/http-client": "2.0.1",
"@actions/tool-cache": "1.7.2", "@actions/tool-cache": "2.0.1",
"string-argv": "0.3.1" "string-argv": "0.3.1"
}, },
"devDependencies": { "devDependencies": {
@ -38,14 +38,14 @@
"@types/unzipper": "0.10.5", "@types/unzipper": "0.10.5",
"@typescript-eslint/parser": "5.23.0", "@typescript-eslint/parser": "5.23.0",
"@vercel/ncc": "0.33.4", "@vercel/ncc": "0.33.4",
"eslint": "8.14.0", "eslint": "8.15.0",
"eslint-plugin-github": "4.3.6", "eslint-plugin-github": "4.3.6",
"eslint-plugin-jest": "26.2.0", "eslint-plugin-jest": "26.2.2",
"jest": "27.5.1", "jest": "28.1.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"patch-package": "6.4.7", "patch-package": "6.4.7",
"prettier": "2.6.2", "prettier": "2.6.2",
"ts-jest": "27.1.4", "ts-jest": "28.0.2",
"typescript": "4.6.4" "typescript": "4.6.4"
} }
} }