deps: update

This commit is contained in:
Ryo Ota
2022-12-04 03:19:31 +00:00
parent 6f340fa539
commit 917f89c522
5 changed files with 21256 additions and 35098 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
- uses: actions/checkout@v2
- run: npm ci
- run: npm run all

View File

@@ -1,5 +1,5 @@
import * as path from 'path'
import {mocked} from 'ts-jest/utils'
import {mocked} from 'jest-mock'
import {defaultInputs} from '../src/inputs'
import {context} from '@actions/github'
import {run} from '../src/main'

42224
dist/index.js vendored

File diff suppressed because one or more lines are too long

14113
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,15 +31,16 @@
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.25.0",
"jest": "^26.6.3",
"jest-circus": "^27.5.1",
"eslint": "^8.29.0",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"jest-mock": "^29.3.1",
"js-yaml": "^4.1.0",
"prettier": "^2.8.0",
"ts-jest": "^26.5.6",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
}
}