From a92f5694aa50b042e752029d395a9536b4c963e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:00:34 +0000 Subject: [PATCH] Bump @types/proxyquire from 1.3.28 to 1.3.31 (#7) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc2f47f..9a92e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/chai-as-promised": "^7.1.6", "@types/mocha": "^10.0.1", "@types/node": "^20.6.0", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.16", "@types/sinon-chai": "^3.2.9", "chai": "^4.3.8", @@ -920,9 +920,9 @@ "dev": true }, "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.31", + "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.31.tgz", + "integrity": "sha512-uALowNG2TSM1HNPMMOR0AJwv4aPYPhqB0xlEhkeRTMuto5hjoSPZkvgu1nbPUkz3gEPAHv4sy4DmKsurZiEfRQ==", "dev": true }, "node_modules/@types/rimraf": { @@ -5166,9 +5166,9 @@ "dev": true }, "@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.31", + "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.31.tgz", + "integrity": "sha512-uALowNG2TSM1HNPMMOR0AJwv4aPYPhqB0xlEhkeRTMuto5hjoSPZkvgu1nbPUkz3gEPAHv4sy4DmKsurZiEfRQ==", "dev": true }, "@types/rimraf": { diff --git a/package.json b/package.json index 95ddb9e..4e2a678 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/chai-as-promised": "^7.1.6", "@types/mocha": "^10.0.1", "@types/node": "^20.6.0", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.16", "@types/sinon-chai": "^3.2.9", "chai": "^4.3.8",