From 608ed1fcbbde3f59b6a09f2f188b92823481ae90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:57:31 +0000 Subject: [PATCH] Bump @types/proxyquire from 1.3.28 to 1.3.31 (#68) --- 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 100634f..007bc71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^10.0.6", "@types/node": "^20.11.14", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.12", "chai": "^4.3.7", @@ -579,9 +579,9 @@ } }, "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/sinon": { @@ -7226,9 +7226,9 @@ } }, "@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/sinon": { diff --git a/package.json b/package.json index 7462b25..9c1c8d2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^10.0.6", "@types/node": "^20.11.14", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.31", "@types/sinon": "^10.0.13", "@types/sinon-chai": "^3.2.12", "chai": "^4.3.7",