diff --git a/package-lock.json b/package-lock.json index c6e2019..9d8086a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^10.0.1", "@types/node": "^20.5.7", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.30", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.8", "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -1878,9 +1878,9 @@ "integrity": "sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA==" }, "node_modules/@types/proxyquire": { - "version": "1.3.28", - "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.28.tgz", - "integrity": "sha512-SQaNzWQ2YZSr7FqAyPPiA3FYpux2Lqh3HWMZQk47x3xbMCqgC/w0dY3dw9rGqlweDDkrySQBcaScXWeR+Yb11Q==", + "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 1e13ad8..fdbb78f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^10.0.1", "@types/node": "^20.5.7", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.30", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.8", "@typescript-eslint/eslint-plugin": "^5.62.0",