diff --git a/package-lock.json b/package-lock.json index e4c12dd54..1768eb22f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1051,9 +1051,9 @@ "dev": true }, "@pact-foundation/pact-node": { - "version": "10.10.1", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.10.1.tgz", - "integrity": "sha512-N/mgqZ1z/MyD1LiRirUW7Y637Ry3y0k9Jq3kPb+9txz+OVMbkhmyNfBrhrmAuIAd14Bs832yR0kw76x2q1h7Bw==", + "version": "10.11.2", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.11.2.tgz", + "integrity": "sha512-VFAPxvsZy/m8WGvcTyZbOAcSLbPnbBZEGhtxtOhYetp7adwg3N63iXBo9UJH8SMWtLLQtd26IIqTZWLSq4cwzA==", "requires": { "@types/q": "1.0.7", "@types/request": "2.48.2", diff --git a/package.json b/package.json index 37431bcf5..417143956 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ ] }, "dependencies": { - "@pact-foundation/pact-node": "^10.10.1", + "@pact-foundation/pact-node": "^10.11.2", "@types/bluebird": "^3.5.20", "@types/bunyan": "^1.8.3", "@types/express": "^4.17.11",