Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Sep 28, 2024
1 parent b97cd15 commit 313c5cf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salesforce-pubsub-api-client",
"version": "4.1.3",
"version": "4.2.0",
"type": "module",
"description": "A node client for the Salesforce Pub/Sub API",
"author": "pozil",
Expand All @@ -22,22 +22,22 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@grpc/grpc-js": "^1.11.2",
"@grpc/grpc-js": "^1.11.3",
"@grpc/proto-loader": "^0.7.13",
"avro-js": "^1.12.0",
"certifi": "^14.5.15",
"dotenv": "^16.4.5",
"jsforce": "^3.4.1",
"jsforce": "^3.4.2",
"undici": "^6.19.8"
},
"devDependencies": {
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
"eslint": "^9.10.0",
"husky": "^9.1.5",
"eslint": "^9.11.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"lint-staged": {
"**/src/*.{css,html,js,json,md,yaml,yml}": [
Expand Down

0 comments on commit 313c5cf

Please sign in to comment.