diff --git a/README.md b/README.md index 6c3511fc..b78fb07b 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,14 @@ the path could be provided here (e.g. `/vis/`) so this path will be opened autom --> ## Changelog +### **WORK IN PROGRESS** +* (bluefox) upgraded socketio and ws dependencies to correct the error by unsubscribing on client disconnect + ### 6.1.2 (2023-09-14) -* (foxriver76) upgrade socketio and ws dependencies +* (foxriver76) upgraded socketio and ws dependencies ### 6.1.1 (2023-09-05) -* (mcm1957) added missing node16 requirement +* (mcm1957) Added missing node16 requirement ### 6.1.0 (2023-08-01) * (bluefox) Added the subscribing on the specific instance messages diff --git a/package.json b/package.json index 66b1f1c4..7be82147 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "node": ">= 16" }, "dependencies": { - "@iobroker/webserver": "^0.3.6", + "@iobroker/webserver": "^0.3.7", "@iobroker/adapter-core": "^3.0.3", "body-parser": "^1.20.2", "compression": "^1.7.4", @@ -28,8 +28,8 @@ "express": "^4.18.2", "express-session": "^1.17.3", "iobroker.simple-api": "^2.7.2", - "iobroker.ws": "2.5.5", - "iobroker.socketio": "6.5.5", + "iobroker.ws": "2.5.6", + "iobroker.socketio": "6.5.6", "mime-types": "^2.1.35", "passport": "^0.6.0", "passport-local": "^1.0.0", @@ -39,10 +39,10 @@ "@alcalzone/release-script": "^3.6.0", "@alcalzone/release-script-plugin-iobroker": "^3.6.0", "@alcalzone/release-script-plugin-license": "^3.5.9", - "@iobroker/legacy-testing": "^0.3.7", - "axios": "^1.5.0", - "chai": "^4.3.8", - "eslint": "^8.48.0", + "@iobroker/legacy-testing": "^1.0.0", + "axios": "^1.5.1", + "chai": "^4.3.10", + "eslint": "^8.50.0", "gulp": "^4.0.2", "mocha": "^10.2.0" }, @@ -52,7 +52,6 @@ "main": "main.js", "files": [ "admin/", - "lib/", "www/", "io-package.json", "LICENSE", diff --git a/src/package.json b/src/package.json index 29baa613..7d9ee086 100644 --- a/src/package.json +++ b/src/package.json @@ -4,26 +4,26 @@ "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@iobroker/adapter-react-v5": "^4.4.5", - "@mui/icons-material": "^5.14.3", - "@mui/material": "^5.14.7", - "@mui/styles": "^5.14.7", - "@sentry/browser": "^7.61.0", - "@sentry/integrations": "^7.61.0", + "@iobroker/adapter-react-v5": "^4.5.5", + "@mui/icons-material": "^5.14.11", + "@mui/material": "^5.14.11", + "@mui/styles": "^5.14.11", + "@sentry/browser": "^7.72.0", + "@sentry/integrations": "^7.72.0", "babel-eslint": "^10.1.0", - "eslint": "^8.48.0", + "eslint": "^8.50.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-only-warn": "^1.1.0", - "eslint-plugin-react": "^7.33.1", + "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-icons": "^4.10.1", + "react-icons": "^4.11.0", "react-scripts": "^5.0.1" }, "scripts": {