build(deps): bump syncloungeserver

This commit is contained in:
Travis Shivers 2020-10-10 23:20:02 -05:00
parent 58955ee4e8
commit 9b7bbc4600
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14367,9 +14367,9 @@
"dev": true
},
"syncloungeserver": {
"version": "6.0.9",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-6.0.9.tgz",
"integrity": "sha512-bULqHYaOBCCpMZNd6DUXnL+OYqrTB4MF65wQEu4QorQAViWO+Bc26A0ZMKoC8i0wSvbD0KvoJJHB4PItqJaDVg==",
"version": "6.0.11",
"resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-6.0.11.tgz",
"integrity": "sha512-8IxEWNIjfFzLY3M0kKbW6lvnAY54HdNGf0rX5LsQEo0XmAD26zDvLGDZB/s3lG5EkiNbV6T7yd+muDTFHk0lWg==",
"requires": {
"bufferutil": "^4.0.1",
"cors": "^2.8.5",

View File

@ -18,7 +18,7 @@
},
"dependencies": {
"nconf": "^0.10.0",
"syncloungeserver": "^6.0.9"
"syncloungeserver": "^6.0.11"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",