Skip to content

Commit

Permalink
Merge branch 'main' into renovate/google-auth-library-9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pattishin authored Aug 1, 2023
2 parents 419bc89 + 98dfa8c commit f64c390
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/remove-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:
jobs:
remove_label:
permissions:
contents: 'read'
id-token: 'write'
pull-requests: 'write'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down
2 changes: 1 addition & 1 deletion appengine/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^18.13.0",
"c8": "^8.0.0",
"chai": "^4.3.7",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"typescript": "^5.0.0",
"wait-port": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion asset/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"c8": "^8.0.0",
"chai": "^4.2.0",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.0.0",
"sinon": "^15.0.0",
"uuid": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0-alpha.1",
"gts": "^4.0.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"nunjucks": "^3.2.4",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion recaptcha_enterprise/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"c8": "^8.0.0",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "^18.13.0",
"c8": "^8.0.0",
"chai": "^4.3.7",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"c8": "^8.0.0",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion workflows/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
"gts": "^3.1.1",
"gts": "^5.0.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1"
}
Expand Down

0 comments on commit f64c390

Please sign in to comment.