chore: update deps (#551)

This commit is contained in:
Seth Vargo 2022-05-02 11:25:23 -04:00 committed by GitHub
parent db80c6a94e
commit f883577dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 368 additions and 352 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

682
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,27 +24,27 @@
"author": "GoogleCloudPlatform",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/tool-cache": "^1.7.1",
"@google-github-actions/actions-utils": "^0.1.6",
"@actions/core": "^1.7.0",
"@actions/tool-cache": "^1.7.2",
"@google-github-actions/actions-utils": "^0.3.0",
"@google-github-actions/setup-cloud-sdk": "^0.5.0"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.14",
"@types/sinon": "^10.0.10",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vercel/ncc": "^0.33.1",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@vercel/ncc": "^0.33.4",
"chai": "^4.3.6",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.2.0",
"prettier": "^2.5.1",
"sinon": "^13.0.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
"mocha": "^10.0.0",
"prettier": "^2.6.2",
"sinon": "^13.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
}
}