From 16436d81f18ff22d2b971401f11a32f92ee9b61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 06:01:15 +0000 Subject: [PATCH] Bump @types/proxyquire from 1.3.28 to 1.3.29 (#49) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6827687..ad9679c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^10.0.1", "@types/node": "^20.6.5", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.29", "@types/sinon": "^10.0.15", "@types/sinon-chai": "^3.2.9", "chai": "^4.3.7", @@ -1137,9 +1137,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.29", + "resolved": "https://registry.npmjs.org/@types/proxyquire/-/proxyquire-1.3.29.tgz", + "integrity": "sha512-8/JYXN9NmE4tEGUU/JI7FcvloTu7CxYkb01h4kI+HRvABxwpleLXsvVmOF85LlgEb/xwe+H8MwM4s3ushNuffg==", "dev": true }, "node_modules/@types/rimraf": { diff --git a/package.json b/package.json index af30fc1..57d1d90 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.6.5", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.29", "@types/sinon": "^10.0.15", "@types/sinon-chai": "^3.2.9", "chai": "^4.3.7",