upgrade(modules): npm update $module

This commit is contained in:
Naoki Oketani
2021-01-06 04:47:51 +00:00
parent 6410ad94e8
commit 9cc679ca2e
3 changed files with 1785 additions and 2550 deletions

1022
dist/index.js vendored

File diff suppressed because it is too large Load Diff

3289
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,24 +28,24 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.2.6", "@actions/core": "^1.2.6",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.5", "@octokit/rest": "^18.0.12",
"axios": "^0.21.1", "axios": "^0.21.1",
"strip-ansi": "^6.0.0" "strip-ansi": "^6.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.13", "@types/jest": "^26.0.19",
"@types/node": "^14.10.0", "@types/node": "^14.14.20",
"@typescript-eslint/parser": "^4.1.0", "@typescript-eslint/parser": "^4.12.0",
"@zeit/ncc": "^0.22.3", "@zeit/ncc": "^0.22.3",
"eslint": "^7.8.1", "eslint": "^7.17.0",
"eslint-plugin-github": "^4.1.1", "eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.0.0", "eslint-plugin-jest": "^24.1.3",
"graphql": "^15.3.0", "graphql": "^15.4.0",
"jest": "^26.4.2", "jest": "^26.6.3",
"jest-circus": "^26.4.2", "jest-circus": "^26.6.3",
"js-yaml": "^3.14.0", "js-yaml": "^4.0.0",
"prettier": "^2.1.1", "prettier": "^2.2.1",
"ts-jest": "^26.3.0", "ts-jest": "^26.4.4",
"typescript": "^3.9.7" "typescript": "^3.9.7"
} }
} }