From 2ddcda1bd19915b1345dfaf0a1afeac55f885e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 02:14:16 +0000 Subject: [PATCH] Bump @types/proxyquire from 1.3.28 to 1.3.29 Bumps [@types/proxyquire](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/proxyquire) from 1.3.28 to 1.3.29. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/proxyquire) --- updated-dependencies: - dependency-name: "@types/proxyquire" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 d61576c..95cc6f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/gulp": "^4.0.14", "@types/mocha": "^10.0.0", "@types/node": "^20.6.2", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.29", "@types/sinon": "^10.0.16", "@types/sinon-chai": "^3.2.8", "axios": "^1.5.0", @@ -379,9 +379,9 @@ "integrity": "sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==" }, "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/readable-stream": { @@ -6993,9 +6993,9 @@ "integrity": "sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==" }, "@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 }, "@types/readable-stream": { diff --git a/package.json b/package.json index 121b2e5..84894da 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/gulp": "^4.0.14", "@types/mocha": "^10.0.0", "@types/node": "^20.6.2", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.29", "@types/sinon": "^10.0.16", "@types/sinon-chai": "^3.2.8", "axios": "^1.5.0",