From a3298a1fb4521ff274cfea074c984ff17c2a717c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 02:22:34 +0000 Subject: [PATCH] build(deps): bump syncloungeserver from 7.0.8 to 7.0.11 Bumps [syncloungeserver](https://github.com/synclounge/syncloungeserver) from 7.0.8 to 7.0.11. - [Release notes](https://github.com/synclounge/syncloungeserver/releases) - [Changelog](https://github.com/synclounge/syncloungeserver/blob/master/.releaserc) - [Commits](https://github.com/synclounge/syncloungeserver/compare/v7.0.8...v7.0.11) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e7a0a70..451363fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14368,9 +14368,9 @@ "dev": true }, "syncloungeserver": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-7.0.8.tgz", - "integrity": "sha512-nXJruZHYGd3m6yiLCfRL2KaKgfM/totF6hsLzvD+hm/YLoc3cJ/+ZBTTzhIZUG5npdMAy/g8agVzPB7p8nC/uQ==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/syncloungeserver/-/syncloungeserver-7.0.11.tgz", + "integrity": "sha512-a8LMBa3bPm9LlT+mPLnIzD8Ep5VFEZLAQAw9NmYLLhGA9k4PiT2Hskkh1LS6AN9FvYQoiIfdiwTZS8m+/+m8Zw==", "requires": { "bufferutil": "^4.0.2", "cors": "^2.8.5", @@ -16614,9 +16614,9 @@ } }, "ws": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", - "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz", + "integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==" }, "xmlhttprequest-ssl": { "version": "1.5.5", diff --git a/package.json b/package.json index be3f997e..7c9b833d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "nconf": "^0.10.0", - "syncloungeserver": "^7.0.8" + "syncloungeserver": "^7.0.11" }, "devDependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",