Skip to content

Commit

Permalink
Dependabot updates (connectrpc#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrsna-buf authored Oct 2, 2023
1 parent c199052 commit c4b4b5a
Show file tree
Hide file tree
Showing 10 changed files with 998 additions and 846 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.26.1
with:
github_token: ${{ github.token }}
Expand Down
1,814 changes: 983 additions & 831 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"npm": ">=8"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.10.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.46.0",
"eslint-import-resolver-typescript": "^3.6.0",
"@arethetypeswrong/cli": "^0.11.0",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"eslint": "^8.50.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"@types/express": "^4.17.17"
"@types/express": "^4.17.18"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"semver": "^7.5.4"
},
"devDependencies": {
"@types/jscodeshift": "0.11.6"
"@types/jscodeshift": "0.11.7"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@connectrpc/connect-fastify": "1.0.0",
"@connectrpc/connect-node": "1.0.0",
"@connectrpc/connect-web": "1.0.0",
"@grpc/grpc-js": "^1.9.2",
"@types/express": "^4.17.17",
"@grpc/grpc-js": "^1.9.4",
"@types/express": "^4.17.18",
"@types/jasmine": "^4.3.5",
"esbuild": "^0.16.12",
"express": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node": ">=16.0.0"
},
"dependencies": {
"undici": "^5.23.0"
"undici": "^5.25.2"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
"@bufbuild/protoc-gen-es": "^1.3.1",
"@types/jasmine": "^4.3.5",
"jasmine": "^5.0.0",
"undici": "^5.23.0"
"undici": "^5.25.2"
}
}
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@connectrpc/connect-node": "^1.0.0",
"@connectrpc/connect-web": "^1.0.0",
"@bufbuild/protobuf": "^1.3.1",
"tsx": "^3.12.7"
"tsx": "^3.13.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.26.1",
"@connectrpc/protoc-gen-connect-es": "^1.0.0",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@types/express": "^4.17.15",
"@types/express": "^4.17.18",
"esbuild": "^0.16.12",
"typescript": "^5.2.2"
}
Expand Down

0 comments on commit c4b4b5a

Please sign in to comment.