Bump ws from 8.12.1 to 8.13.0

Bumps [ws](https://github.com/websockets/ws) from 8.12.1 to 8.13.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.12.1...8.13.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-01 05:19:02 +00:00
committed by GitHub
parent 97ca358ea5
commit 7129b7f231
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@iobroker/adapter-core": "^2.6.8",
"websocket": "^1.0.34",
"ws": "^8.12.1"
"ws": "^8.13.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
@@ -3559,9 +3559,9 @@
"dev": true
},
"node_modules/ws": {
"version": "8.12.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz",
"integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==",
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"engines": {
"node": ">=10.0.0"
},
@@ -6283,9 +6283,9 @@
"dev": true
},
"ws": {
"version": "8.12.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz",
"integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==",
"version": "8.13.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz",
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==",
"requires": {}
},
"xmlcreate": {
+1 -1
View File
@@ -26,7 +26,7 @@
},
"dependencies": {
"websocket": "^1.0.34",
"ws": "^8.12.1",
"ws": "^8.13.0",
"@iobroker/adapter-core": "^2.6.8"
},
"devDependencies": {