Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot updates #971

Merged
merged 12 commits into from
Jan 2, 2024
3,317 changes: 1,174 additions & 2,143 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"npm": ">=8"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.50.0",
"@arethetypeswrong/cli": "^0.13.5",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-n": "^16.6.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.0.2",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"asn1js": "^3.0.5",
"fflate": "^0.8.1",
"tar-stream": "^3.1.6",
"undici": "^5.26.2"
"undici": "^5.28.2"
},
"devDependencies": {
"@types/node-forge": "^1.3.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/jasmine": "^5.0.0",
"esbuild": "^0.19.8",
"express": "^4.18.2",
"fastify": "^4.22.1",
"fastify": "^4.25.2",
"jasmine": "^5.1.0"
}
}
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.26.2"
"undici": "^5.28.2"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web-bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ it like a web server would usually do.

| code generator | bundle size | minified | compressed |
|----------------|-------------------:|-----------------------:|---------------------:|
| connect | 116,769 b | 50,660 b | 13,623 b |
| connect | 117,291 b | 50,936 b | 13,658 b |
| grpc-web | 415,212 b | 300,936 b | 53,420 b |
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
"@bufbuild/protoc-gen-es": "^1.6.0",
"@types/jasmine": "^5.0.0",
"jasmine": "^5.1.0",
"undici": "^5.26.2"
"undici": "^5.28.2"
}
}
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect-node": "^1.2.0",
"@connectrpc/connect-web": "^1.2.0",
"tsx": "^4.6.1"
"tsx": "^4.7.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.27.2",
"@bufbuild/protoc-gen-es": "^1.6.0",
"@connectrpc/protoc-gen-connect-es": "^1.2.0",
"@types/express": "^4.17.18",
"esbuild": "^0.19.8",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}