mosquito-transport 1.4.6 → 1.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mosquito-transport",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "MosquitoTransport is a powerful tool that helps persist and synchronize data between your MongoDB database and frontend applications",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",
@@ -42,7 +42,7 @@
42
42
  "node-fetch": "^3.3.1",
43
43
  "set-large-timeout": "^1.0.1",
44
44
  "socket.io": "^4.6.1",
45
- "subscription-listener": "^1.0.9",
45
+ "subscription-listener": "^1.1.2",
46
46
  "tweetnacl": "^1.0.3"
47
47
  },
48
48
  "devDependencies": {