diff --git a/README.md b/README.md index b83da82..75683e7 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ The adapter is build to send up to 5-times a retry to ensure all state changes a --> ### __WORK IN PROGRESS__ +* (DutchmanNL) Dependencies updated to current versions * (DutchmanNL) Resolved remaining repository checker findings ### 0.2.0-ALpha.1 diff --git a/package-lock.json b/package-lock.json index 0261f2e..85219be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0-ALpha.1", "license": "MIT", "dependencies": { - "@iobroker/adapter-core": "^3.4.1", + "@iobroker/adapter-core": "^3.4.3", "random-token": "^0.0.8" }, "devDependencies": { @@ -18,13 +18,13 @@ "@alcalzone/release-script-plugin-license": "^5.2.2", "@alcalzone/release-script-plugin-manual-review": "^5.2.0", "@iobroker/adapter-dev": "^1.5.0", - "@iobroker/eslint-config": "^2.2.0", - "@iobroker/testing": "^5.2.2", - "@tsconfig/node22": "^22.0.2", - "@types/node": "^22.10.0", - "@types/proxyquire": "^1.3.28", + "@iobroker/eslint-config": "^2.3.4", + "@iobroker/testing": "^5.3.0", + "@tsconfig/node22": "^22.0.6", + "@types/node": "^22.20.1", + "@types/proxyquire": "^1.3.31", "proxyquire": "^2.1.3", - "typescript": "^5.1.6" + "typescript": "^5.9.3" }, "engines": { "node": ">= 22" diff --git a/package.json b/package.json index f92db23..4421ab1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/DrozmotiX/ioBroker.multicast" }, "dependencies": { - "@iobroker/adapter-core": "^3.4.1", + "@iobroker/adapter-core": "^3.4.3", "random-token": "^0.0.8" }, "devDependencies": { @@ -34,13 +34,13 @@ "@alcalzone/release-script-plugin-license": "^5.2.2", "@alcalzone/release-script-plugin-manual-review": "^5.2.0", "@iobroker/adapter-dev": "^1.5.0", - "@iobroker/eslint-config": "^2.2.0", - "@iobroker/testing": "^5.2.2", - "@tsconfig/node22": "^22.0.2", - "@types/node": "^22.10.0", - "@types/proxyquire": "^1.3.28", + "@iobroker/eslint-config": "^2.3.4", + "@iobroker/testing": "^5.3.0", + "@tsconfig/node22": "^22.0.6", + "@types/node": "^22.20.1", + "@types/proxyquire": "^1.3.31", "proxyquire": "^2.1.3", - "typescript": "^5.1.6" + "typescript": "^5.9.3" }, "main": "main.js", "files": [