Skip to content

Commit 218dba4

Browse files
committed
build: bumped dependencies
1 parent 1eacf88 commit 218dba4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "salesforce-pubsub-api-client",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
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.8.14",
26-
"@grpc/proto-loader": "^0.7.7",
27-
"avro-js": "^1.11.1",
25+
"@grpc/grpc-js": "^1.9.0",
26+
"@grpc/proto-loader": "^0.7.8",
27+
"avro-js": "^1.11.2",
2828
"certifi": "^14.5.15",
29-
"dotenv": "^16.0.3",
29+
"dotenv": "^16.3.1",
3030
"jsforce": "^1.11.1",
31-
"undici": "^5.22.1"
31+
"undici": "^5.23.0"
3232
},
3333
"devDependencies": {
34-
"@chialab/esbuild-plugin-meta-url": "^0.17.6",
35-
"eslint": "^8.41.0",
34+
"@chialab/esbuild-plugin-meta-url": "^0.17.7",
35+
"eslint": "^8.47.0",
3636
"husky": "^8.0.3",
37-
"lint-staged": "^13.2.2",
38-
"prettier": "^2.8.8",
39-
"tsup": "^6.7.0",
40-
"typescript": "^5.0.4"
37+
"lint-staged": "^14.0.1",
38+
"prettier": "^3.0.2",
39+
"tsup": "^7.2.0",
40+
"typescript": "^5.1.6"
4141
},
4242
"lint-staged": {
4343
"**/src/*.{css,html,js,json,md,yaml,yml}": [

0 commit comments

Comments
 (0)