diff --git a/package-lock.json b/package-lock.json index 406f355..86f9ba4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/chai-as-promised": "^7.1.8", "@types/gulp": "^4.0.17", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", + "@types/node": "^22.0.2", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", "@types/sinon-chai": "^3.2.12", @@ -709,7 +709,6 @@ "version": "6.0.9", "resolved": "https://registry.npmjs.org/@iobroker/types/-/types-6.0.9.tgz", "integrity": "sha512-8+u5c/cawj5cmnQaW95TJv1vBMs68GaepPko7urvylGfixPE/vJ0nwNq392v67B52PwHPi41kctmR9gNt9M+tw==", - "dev": true, "license": "MIT", "engines": { "node": ">=12.0.0" @@ -976,15 +975,20 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "version": "22.0.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.2.tgz", + "integrity": "sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==", "dev": true, - "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.11.1" } }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", + "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==", + "dev": true + }, "node_modules/@types/picomatch": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.3.tgz", diff --git a/package.json b/package.json index 7e00041..db66125 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/chai-as-promised": "^7.1.8", "@types/gulp": "^4.0.17", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", + "@types/node": "^22.0.2", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.3", "@types/sinon-chai": "^3.2.12",