diff --git a/package-lock.json b/package-lock.json index 22a4e08..1f0fe64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/lgtv2": "^1.4.4", "@types/mocha": "^10.0.2", "@types/node": "^20.8.10", - "@types/proxyquire": "^1.3.30", + "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.10", "@types/wol": "^1.0.2", @@ -993,9 +993,9 @@ } }, "node_modules/@types/proxyquire": { - "version": "1.3.30", - "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.30.tgz", - "integrity": "sha512-erD15isFDzHMfeQC09DMjGeI0G6pJm7r5R7X/CxnEEe6tEp7N4r6xLYhTptdzne8zMz+2+5wJzrefCMvbmV/Fg==", + "version": "1.3.31", + "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.31.tgz", + "integrity": "sha512-uALowNG2TSM1HNPMMOR0AJwv4aPYPhqB0xlEhkeRTMuto5hjoSPZkvgu1nbPUkz3gEPAHv4sy4DmKsurZiEfRQ==", "dev": true }, "node_modules/@types/rimraf": { diff --git a/package.json b/package.json index 34057e2..c544612 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/lgtv2": "^1.4.4", "@types/mocha": "^10.0.2", "@types/node": "^20.8.10", - "@types/proxyquire": "^1.3.30", + "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.10", "@types/wol": "^1.0.2",