chore: update deps (#199)

This commit is contained in:
Seth Vargo 2022-06-21 11:10:01 -04:00 committed by GitHub
parent 02b3962042
commit b792fe33f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 327 additions and 295 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

600
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,23 +23,23 @@
"author": "GoogleCloudPlatform",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.7.0",
"@actions/core": "^1.9.0",
"@google-github-actions/actions-utils": "^0.4.0"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@vercel/ncc": "^0.33.4",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vercel/ncc": "^0.34.0",
"chai": "^4.3.6",
"eslint": "^8.14.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^10.0.0",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"prettier": "^2.7.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}