dep: update protomux-rpc

This commit is contained in:
Derrick Hammer 2023-07-06 13:25:57 -04:00
parent 7cb443f62b
commit f0e724e8dc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -38,7 +38,7 @@
"pino-pretty": "^9.4.0",
"promise-retry": "^2.0.1",
"protomux": "^3.4.1",
"protomux-rpc": "^1.3.0",
"protomux-rpc": "^1.4.1",
"random-key": "^0.3.2",
"slugify": "^1.6.6",
"sodium-universal": "^4.0.0"
@ -9716,9 +9716,9 @@
}
},
"node_modules/protomux-rpc": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/protomux-rpc/-/protomux-rpc-1.3.0.tgz",
"integrity": "sha512-G+zCpEujLsW+lQ75YXVdPfXKzxnP5F7IceVyz2B1ypWdH4NDf2n2ObkoUjdUrEMWgn+3fjXdY7ehkXLac+mNPQ==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/protomux-rpc/-/protomux-rpc-1.4.1.tgz",
"integrity": "sha512-J0WuK5uxyj1sKpGaM5dYvZGa3JRHDLpZI0qgENto8OXXDSPNGvcTQVuyKUFlFoxHYVm20RIsUhiWYZwzfuBMKA==",
"dependencies": {
"bits-to-bytes": "^1.0.0",
"compact-encoding": "^2.6.1",

View File

@ -49,7 +49,7 @@
"pino-pretty": "^9.4.0",
"promise-retry": "^2.0.1",
"protomux": "^3.4.1",
"protomux-rpc": "^1.3.0",
"protomux-rpc": "^1.4.1",
"random-key": "^0.3.2",
"slugify": "^1.6.6",
"sodium-universal": "^4.0.0"