diff --git a/package-lock.json b/package-lock.json index 0c7f71bc..cff53edf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/chai": "^4.3.9", "@types/chai-as-promised": "^7.1.8", "@types/node": "^22.7.6", - "@types/proxyquire": "^1.3.29", + "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.16", "@types/sinon-chai": "^3.2.12", "@typescript-eslint/eslint-plugin": "^6.20.0", @@ -2608,9 +2608,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.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 436398cc..5ea33e45 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/chai": "^4.3.9", "@types/chai-as-promised": "^7.1.8", "@types/node": "^22.7.6", - "@types/proxyquire": "^1.3.29", + "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.16", "@types/sinon-chai": "^3.2.12", "@typescript-eslint/eslint-plugin": "^6.20.0",