Skip to content

Commit 313c5cf

Browse files
committed
build: bump dependencies
1 parent b97cd15 commit 313c5cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "salesforce-pubsub-api-client",
3-
"version": "4.1.3",
3+
"version": "4.2.0",
44
"type": "module",
55
"description": "A node client for the Salesforce Pub/Sub API",
66
"author": "pozil",
@@ -22,22 +22,22 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"dependencies": {
25-
"@grpc/grpc-js": "^1.11.2",
25+
"@grpc/grpc-js": "^1.11.3",
2626
"@grpc/proto-loader": "^0.7.13",
2727
"avro-js": "^1.12.0",
2828
"certifi": "^14.5.15",
2929
"dotenv": "^16.4.5",
30-
"jsforce": "^3.4.1",
30+
"jsforce": "^3.4.2",
3131
"undici": "^6.19.8"
3232
},
3333
"devDependencies": {
3434
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
35-
"eslint": "^9.10.0",
36-
"husky": "^9.1.5",
35+
"eslint": "^9.11.1",
36+
"husky": "^9.1.6",
3737
"lint-staged": "^15.2.10",
3838
"prettier": "^3.3.3",
39-
"tsup": "^8.2.4",
40-
"typescript": "^5.5.4"
39+
"tsup": "^8.3.0",
40+
"typescript": "^5.6.2"
4141
},
4242
"lint-staged": {
4343
"**/src/*.{css,html,js,json,md,yaml,yml}": [

0 commit comments

Comments
 (0)