Skip to content

Commit 4235430

Browse files
committed
build: release v2.2.1
1 parent 0b94ea0 commit 4235430

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "salesforce-pubsub-api-client",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"type": "module",
55
"description": "A node client for the Salesforce Pub/Sub API",
66
"author": "pozil",
@@ -14,7 +14,7 @@
1414
"precommit": "lint-staged"
1515
},
1616
"dependencies": {
17-
"@grpc/grpc-js": "^1.8.0",
17+
"@grpc/grpc-js": "^1.8.4",
1818
"@grpc/proto-loader": "^0.7.4",
1919
"avro-js": "^1.11.1",
2020
"certifi": "^14.5.15",
@@ -23,10 +23,10 @@
2323
"node-fetch": "^3.3.0"
2424
},
2525
"devDependencies": {
26-
"eslint": "^8.31.0",
26+
"eslint": "^8.32.0",
2727
"husky": "^8.0.3",
2828
"lint-staged": "^13.1.0",
29-
"prettier": "^2.8.1"
29+
"prettier": "^2.8.3"
3030
},
3131
"lint-staged": {
3232
"**/*.{css,html,js,json,md,yaml,yml}": [

0 commit comments

Comments
 (0)