diff --git a/package-lock.json b/package-lock.json index faa9ec8..b36ad4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@iobroker/testing": "^4.1.0", "@types/chai": "^4.3.6", "@types/chai-as-promised": "^7.1.6", - "@types/gulp": "^4.0.14", + "@types/gulp": "^4.0.15", "@types/mocha": "^10.0.2", "@types/node": "^20.8.3", "@types/proxyquire": "^1.3.29", @@ -335,9 +335,9 @@ } }, "node_modules/@types/gulp": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/@types/gulp/-/gulp-4.0.14.tgz", - "integrity": "sha512-zjhBRyGTIPnJ/gByJpjtFyRPKej7zkNFct+QgDhAwpOEoJ2MQjajhU69vrcHIffKcnt3Dik2JHzgMj0C1q9WOg==", + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/@types/gulp/-/gulp-4.0.15.tgz", + "integrity": "sha512-szoYxzzEjyhhvx/pf1TxB0Hu348pgK0tr2Zm+guCh5HFiz7Ix+2N89Qsctk0qBpAp2fbIjmT96coHWxm69+u6Q==", "dev": true, "dependencies": { "@types/undertaker": ">=1.2.6", diff --git a/package.json b/package.json index e80634b..d2168b1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@iobroker/testing": "^4.1.0", "@types/chai": "^4.3.6", "@types/chai-as-promised": "^7.1.6", - "@types/gulp": "^4.0.14", + "@types/gulp": "^4.0.15", "@types/mocha": "^10.0.2", "@types/node": "^20.8.3", "@types/proxyquire": "^1.3.29",