package updates

This commit is contained in:
Proddy
2022-05-02 15:11:42 +02:00
parent 75317d278d
commit 883c81320b
4 changed files with 48 additions and 48 deletions

View File

@@ -14,7 +14,7 @@
"express": "^4.18.1",
"express-sse": "^0.5.3",
"nodemon": "^2.0.16",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
},
"node_modules/@msgpack/msgpack": {
@@ -1811,9 +1811,9 @@
}
},
"node_modules/ws": {
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
"engines": {
"node": ">=10.0.0"
},
@@ -3169,9 +3169,9 @@
}
},
"ws": {
"version": "8.5.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
"requires": {}
},
"xdg-basedir": {

View File

@@ -16,6 +16,6 @@
"express": "^4.18.1",
"express-sse": "^0.5.3",
"nodemon": "^2.0.16",
"ws": "^8.5.0"
"ws": "^8.6.0"
}
}