diff --git a/package-lock.json b/package-lock.json index f0af84e..8ba968f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@iobroker/eslint-config": "^2.3.4", "@iobroker/testing": "^5.2.2", "@types/gulp": "^4.0.18", - "@types/node": "^25.9.0", + "@types/node": "^25.9.1", "@types/proxyquire": "^1.3.31", "@typescript-eslint/eslint-plugin": "^8.59.4", "@typescript-eslint/parser": "^8.59.3", @@ -2138,9 +2138,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.0.tgz", - "integrity": "sha512-AOQwYUNolgy3VosiRqXrACUXTN8nJUtPl7FJXMqZVyxiiCLhQuG3jXKvCS1ALr+Y2OmZhzzLVlYPEqJaiqkaJQ==", + "version": "25.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", + "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c32db5a..7068af4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@iobroker/eslint-config": "^2.3.4", "@iobroker/testing": "^5.2.2", "@types/gulp": "^4.0.18", - "@types/node": "^25.9.0", + "@types/node": "^25.9.1", "@types/proxyquire": "^1.3.31", "@typescript-eslint/eslint-plugin": "^8.59.4", "@typescript-eslint/parser": "^8.59.3",