diff --git a/package-lock.json b/package-lock.json index e3c889a..851e177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@alcalzone/release-script": "^3.8.0", "@alcalzone/release-script-plugin-license": "^3.7.0", "@iobroker/eslint-config": "^1.0.0", - "@iobroker/types": "^6.0.11", + "@iobroker/types": "^7.0.3", "chai": "^4.5.0", "mocha": "^10.8.2", "typescript": "~5.7.2" @@ -495,9 +495,9 @@ } }, "node_modules/@iobroker/types": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/@iobroker/types/-/types-6.0.11.tgz", - "integrity": "sha512-RNDURjtL5Cm9wt6ocCqdRi86Qx1350zBIvvrJ9+Fjgasoi6cWCdoOghkwEeb95TH2j//q/uLqWwL8SZ0vxx6Kw==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@iobroker/types/-/types-7.0.3.tgz", + "integrity": "sha512-JnS0LLz+0LmFh38pp3mjkuPLvnAPlgVysahkfEVTui0DUXJWRFni4Q6r0B6QDKUUwcfRbrR9mMhdjSNRyYPlQA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 430b2b2..e6ed26c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@alcalzone/release-script": "^3.8.0", "@alcalzone/release-script-plugin-license": "^3.7.0", - "@iobroker/types": "^6.0.11", + "@iobroker/types": "^7.0.3", "@iobroker/eslint-config": "^1.0.0", "chai": "^4.5.0", "mocha": "^10.8.2",