This commit is contained in:
proddy
2022-09-06 15:04:25 +02:00
parent 3efb3a99e9
commit 76d78f34ee
16 changed files with 859 additions and 773 deletions

View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@msgpack/msgpack": "^2.7.2",
"@msgpack/msgpack": "^2.8.0",
"compression": "^1.7.4",
"express": "^4.18.1",
"express-sse": "^0.5.3",
@@ -18,9 +18,9 @@
}
},
"node_modules/@msgpack/msgpack": {
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/@msgpack/msgpack/-/msgpack-2.7.2.tgz",
"integrity": "sha512-rYEi46+gIzufyYUAoHDnRzkWGxajpD9vVXFQ3g1vbjrBm6P7MBmm+s/fqPa46sxa+8FOUdEuRQKaugo5a4JWpw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@msgpack/msgpack/-/msgpack-2.8.0.tgz",
"integrity": "sha512-h9u4u/jiIRKbq25PM+zymTyW6bhTzELvOoUd+AvYriWOAKpLGnIamaET3pnHYoI5iYphAHBI4ayx0MehR+VVPQ==",
"engines": {
"node": ">= 10"
}
@@ -1024,9 +1024,9 @@
},
"dependencies": {
"@msgpack/msgpack": {
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/@msgpack/msgpack/-/msgpack-2.7.2.tgz",
"integrity": "sha512-rYEi46+gIzufyYUAoHDnRzkWGxajpD9vVXFQ3g1vbjrBm6P7MBmm+s/fqPa46sxa+8FOUdEuRQKaugo5a4JWpw=="
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@msgpack/msgpack/-/msgpack-2.8.0.tgz",
"integrity": "sha512-h9u4u/jiIRKbq25PM+zymTyW6bhTzELvOoUd+AvYriWOAKpLGnIamaET3pnHYoI5iYphAHBI4ayx0MehR+VVPQ=="
},
"abbrev": {
"version": "1.1.1",

View File

@@ -11,7 +11,7 @@
"author": "proddy",
"license": "ISC",
"dependencies": {
"@msgpack/msgpack": "^2.7.2",
"@msgpack/msgpack": "^2.8.0",
"compression": "^1.7.4",
"express": "^4.18.1",
"express-sse": "^0.5.3",