chore: update deps (#155)

This commit is contained in:
Seth Vargo 2022-03-21 12:52:27 -04:00 committed by GitHub
parent e9ca24f3e2
commit 38d3c2f54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 319 additions and 257 deletions

2
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

2
dist/post/index.js vendored

File diff suppressed because one or more lines are too long

550
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,22 +24,22 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@actions/core": "^1.6.0", "@actions/core": "^1.6.0",
"@google-github-actions/actions-utils": "^0.1.2" "@google-github-actions/actions-utils": "^0.1.6"
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.0", "@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0", "@types/mocha": "^9.1.0",
"@types/node": "^17.0.12", "@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.10.1", "@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.10.1", "@typescript-eslint/parser": "^5.15.0",
"@vercel/ncc": "^0.33.1", "@vercel/ncc": "^0.33.3",
"chai": "^4.3.6", "chai": "^4.3.6",
"eslint": "^8.7.0", "eslint": "^8.11.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.2.0", "mocha": "^9.2.2",
"prettier": "^2.5.1", "prettier": "^2.6.0",
"ts-node": "^10.4.0", "ts-node": "^10.7.0",
"typescript": "^4.5.5" "typescript": "^4.6.2"
} }
} }