diff --git a/package.json b/package.json index 8f20b209..7526ca76 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@iobroker/adapter-core": "^3.0.4", "@project-chip/matter-node.js": "0.7.0", "@iobroker/type-detector": "^3.0.5", - "axios": "^1.6.1", + "axios": "^1.6.2", "jsonwebtoken": "^9.0.2" }, "devDependencies": { @@ -32,10 +32,10 @@ "@iobroker/legacy-testing": "^1.0.3", "@types/iobroker": "^5.0.6", "@types/jsonwebtoken": "^9.0.5", - "@types/node": "^20.9.0", + "@types/node": "^20.9.1", "colorette": "^2.0.20", - "puppeteer": "^21.5.1", - "@typescript-eslint/eslint-plugin": "^6.10.0", + "puppeteer": "^21.5.2", + "@typescript-eslint/eslint-plugin": "^6.11.0", "chai": "^4.3.10", "eslint": "^8.53.0", "eslint-config-standard-with-typescript": "^39.1.1", diff --git a/src-admin/package.json b/src-admin/package.json index 72bc217c..e7fbded8 100644 --- a/src-admin/package.json +++ b/src-admin/package.json @@ -6,13 +6,13 @@ "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@iobroker/adapter-react-v5": "^4.7.3", "@iobroker/type-detector": "^3.0.5", - "@mui/icons-material": "^5.14.16", - "@mui/material": "5.14.14", - "@mui/styles": "5.14.14", - "@sentry/browser": "^7.80.0", - "@sentry/integrations": "^7.80.0", + "@mui/icons-material": "^5.14.18", + "@sentry/browser": "^7.80.1", + "@sentry/integrations": "^7.80.1", "babel-eslint": "^10.1.0", "eslint": "^8.53.0", + "@mui/material": "5.14.14", + "@mui/styles": "5.14.14", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-eqeqeq-fix": "^1.0.3", "eslint-plugin-import": "^2.29.0", @@ -23,8 +23,8 @@ "qr-scanner": "^1.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-icons": "^4.11.0", - "react-native-svg": "^13.14.0", + "react-icons": "^4.12.0", + "react-native-svg": "^14.0.0", "react-qr-code": "^2.0.12", "react-scripts": "^5.0.1", "uuid": "^9.0.1"