diff --git a/package-lock.json b/package-lock.json index 3c22835..144218d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/chai-as-promised": "^7.1.7", "@types/mocha": "^10.0.3", "@types/node": "^20.8.6", - "@types/proxyquire": "^1.3.29", + "@types/proxyquire": "^1.3.30", "@types/sinon": "^10.0.19", "@types/sinon-chai": "^3.2.11", "chai": "^4.3.10", @@ -1143,9 +1143,9 @@ } }, "node_modules/@types/proxyquire": { - "version": "1.3.29", - "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.29.tgz", - "integrity": "sha512-8/JYXN9NmE4tEGUU/JI7FcvloTu7CxYkb01h4kI+HRvABxwpleLXsvVmOF85LlgEb/xwe+H8MwM4s3ushNuffg==", + "version": "1.3.30", + "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.30.tgz", + "integrity": "sha512-erD15isFDzHMfeQC09DMjGeI0G6pJm7r5R7X/CxnEEe6tEp7N4r6xLYhTptdzne8zMz+2+5wJzrefCMvbmV/Fg==", "dev": true }, "node_modules/@types/rimraf": { diff --git a/package.json b/package.json index 27b8d60..d2c8a46 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/chai-as-promised": "^7.1.7", "@types/mocha": "^10.0.3", "@types/node": "^20.8.6", - "@types/proxyquire": "^1.3.29", + "@types/proxyquire": "^1.3.30", "@types/sinon": "^10.0.19", "@types/sinon-chai": "^3.2.11", "chai": "^4.3.10",