diff --git a/examples/e2e/package-lock.json b/examples/e2e/package-lock.json index 8c1735320..61c180f2b 100644 --- a/examples/e2e/package-lock.json +++ b/examples/e2e/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "absolute-version": "1.0.1", "body-parser": "^1.20.0", "chai": "^4.3.6", @@ -112,9 +112,9 @@ "link": true }, "node_modules/@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "cpu": [ "x64", "ia32", @@ -149,6 +149,9 @@ "pact-provider-verifier": "bin/pact-provider-verifier.js", "pact-stub-service": "bin/pact-stub-service.js", "pactflow": "bin/pactflow.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/@pact-foundation/pact-core/node_modules/chalk": { @@ -3222,9 +3225,9 @@ } }, "@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "dev": true, "requires": { "chalk": "4.1.2", diff --git a/examples/e2e/package.json b/examples/e2e/package.json index e0f290212..513ec5eb2 100644 --- a/examples/e2e/package.json +++ b/examples/e2e/package.json @@ -19,7 +19,7 @@ "devDependencies": { "absolute-version": "1.0.1", "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "body-parser": "^1.20.0", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", diff --git a/examples/graphql/package-lock.json b/examples/graphql/package-lock.json index 389661a88..bc334c112 100644 --- a/examples/graphql/package-lock.json +++ b/examples/graphql/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/chai": "^4.3.3", "@types/chai-as-promised": "7.1.5", "@types/express-graphql": "0.8.0", @@ -831,9 +831,9 @@ "link": true }, "node_modules/@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "cpu": [ "x64", "ia32", @@ -868,6 +868,9 @@ "pact-provider-verifier": "bin/pact-provider-verifier.js", "pact-stub-service": "bin/pact-stub-service.js", "pactflow": "bin/pactflow.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/@pact-foundation/pact-core/node_modules/colorette": { diff --git a/examples/graphql/package.json b/examples/graphql/package.json index 8104abd13..1d75953af 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -21,7 +21,7 @@ "devDependencies": { "absolute-version": "1.0.1", "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/chai": "^4.3.3", "@types/chai-as-promised": "7.1.5", "@types/express-graphql": "0.8.0", diff --git a/examples/jest/package-lock.json b/examples/jest/package-lock.json index 4442f05dd..68e04c664 100644 --- a/examples/jest/package-lock.json +++ b/examples/jest/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@pact-foundation/pact": "10.1.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "absolute-version": "1.0.1", "axios": "^0.27.2", "jest": "^28.1.3", @@ -1071,9 +1071,9 @@ } }, "node_modules/@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "cpu": [ "x64", "ia32", @@ -1108,6 +1108,9 @@ "pact-provider-verifier": "bin/pact-provider-verifier.js", "pact-stub-service": "bin/pact-stub-service.js", "pactflow": "bin/pactflow.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/@pact-foundation/pact-core/node_modules/colorette": { @@ -6562,9 +6565,9 @@ } }, "@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "dev": true, "requires": { "chalk": "4.1.2", diff --git a/examples/jest/package.json b/examples/jest/package.json index 10fa663bf..2df6fc483 100644 --- a/examples/jest/package.json +++ b/examples/jest/package.json @@ -14,7 +14,7 @@ "devDependencies": { "absolute-version": "1.0.1", "@pact-foundation/pact": "10.1.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "axios": "^0.27.2", "jest": "^28.1.3", "jest-pact": "^0.10.1" diff --git a/examples/messages/package-lock.json b/examples/messages/package-lock.json index ec4d54aa8..8580214fe 100644 --- a/examples/messages/package-lock.json +++ b/examples/messages/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/mocha": "^9.1.1", "@types/node": "^18.7.11", "absolute-version": "1.0.1", @@ -146,9 +146,9 @@ "link": true }, "node_modules/@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "cpu": [ "x64", "ia32", @@ -183,6 +183,9 @@ "pact-provider-verifier": "bin/pact-provider-verifier.js", "pact-stub-service": "bin/pact-stub-service.js", "pactflow": "bin/pactflow.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/@pact-foundation/pact-core/node_modules/colorette": { @@ -2329,9 +2332,9 @@ } }, "@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "dev": true, "requires": { "chalk": "4.1.2", diff --git a/examples/messages/package.json b/examples/messages/package.json index 14c2bd667..e5d5f02cb 100644 --- a/examples/messages/package.json +++ b/examples/messages/package.json @@ -16,7 +16,7 @@ "devDependencies": { "absolute-version": "1.0.1", "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/mocha": "^9.1.1", "@types/node": "^18.7.11", "axios": "^0.27.2", diff --git a/examples/serverless/package-lock.json b/examples/serverless/package-lock.json index b4ed9c450..82f84b7ba 100644 --- a/examples/serverless/package-lock.json +++ b/examples/serverless/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "absolute-version": "1.0.1", "aws-sdk": "^2.1354.0", "chai": "^4.3.6", @@ -158,9 +158,9 @@ "link": true }, "node_modules/@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "cpu": [ "x64", "ia32", @@ -195,6 +195,9 @@ "pact-provider-verifier": "bin/pact-provider-verifier.js", "pact-stub-service": "bin/pact-stub-service.js", "pactflow": "bin/pactflow.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/@pact-foundation/pact-core/node_modules/buffer": { @@ -6605,9 +6608,9 @@ } }, "@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "dev": true, "requires": { "chalk": "4.1.2", diff --git a/examples/serverless/package.json b/examples/serverless/package.json index 35921288f..b96e9b0b4 100644 --- a/examples/serverless/package.json +++ b/examples/serverless/package.json @@ -20,7 +20,7 @@ "devDependencies": { "absolute-version": "1.0.1", "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "aws-sdk": "^2.1354.0", "chai": "^4.3.6", "lodash": "^4.17.21", diff --git a/examples/v3/e2e/package-lock.json b/examples/v3/e2e/package-lock.json index 58c998d38..56a185920 100644 --- a/examples/v3/e2e/package-lock.json +++ b/examples/v3/e2e/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "absolute-version": "1.0.1", "body-parser": "^1.20.0", "chai": "^3.5.0", @@ -216,9 +216,9 @@ } }, "node_modules/@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "cpu": [ "x64", "ia32", @@ -253,6 +253,9 @@ "pact-provider-verifier": "bin/pact-provider-verifier.js", "pact-stub-service": "bin/pact-stub-service.js", "pactflow": "bin/pactflow.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/@pact-foundation/pact/node_modules/@pact-foundation/pact-core": { @@ -4798,9 +4801,9 @@ } }, "@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "dev": true, "requires": { "chalk": "4.1.2", diff --git a/examples/v3/e2e/package.json b/examples/v3/e2e/package.json index e156cfca1..4a4ad53da 100644 --- a/examples/v3/e2e/package.json +++ b/examples/v3/e2e/package.json @@ -19,7 +19,7 @@ "devDependencies": { "absolute-version": "1.0.1", "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "body-parser": "^1.20.0", "chai": "^3.5.0", "chai-as-promised": "^7.1.1", diff --git a/examples/v3/run-specific-verifications/package-lock.json b/examples/v3/run-specific-verifications/package-lock.json index bfc18aa17..4d538de3b 100644 --- a/examples/v3/run-specific-verifications/package-lock.json +++ b/examples/v3/run-specific-verifications/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/node": "^18.7.13", "body-parser": "^1.20.0", "chai": "^4.3.6", @@ -276,9 +276,9 @@ "link": true }, "node_modules/@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "cpu": [ "x64", "ia32", @@ -313,6 +313,9 @@ "pact-provider-verifier": "bin/pact-provider-verifier.js", "pact-stub-service": "bin/pact-stub-service.js", "pactflow": "bin/pactflow.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/@pact-foundation/pact-core/node_modules/colorette": { @@ -4857,9 +4860,9 @@ } }, "@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "dev": true, "requires": { "chalk": "4.1.2", diff --git a/examples/v3/run-specific-verifications/package.json b/examples/v3/run-specific-verifications/package.json index a5d0f4851..a560c9d3e 100644 --- a/examples/v3/run-specific-verifications/package.json +++ b/examples/v3/run-specific-verifications/package.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/node": "^18.7.13", "body-parser": "^1.20.0", "chai": "^4.3.6", diff --git a/examples/v4/plugins/package.json b/examples/v4/plugins/package.json index b14c3c922..0e3988ba2 100644 --- a/examples/v4/plugins/package.json +++ b/examples/v4/plugins/package.json @@ -13,7 +13,7 @@ "license": "MIT", "devDependencies": { "@pact-foundation/pact": "11.0.2", - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/chai": "^4.3.3", "@types/chai-as-promised": "7.1.5", "@types/mocha": "^9.1.1", diff --git a/package-lock.json b/package-lock.json index dbe55f89f..8d523500c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "11.0.2", "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/express": "^4.17.11", "axios": "^0.27.2", "body-parser": "^1.20.0", @@ -2004,9 +2004,9 @@ } }, "node_modules/@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "cpu": [ "x64", "ia32", @@ -2040,6 +2040,9 @@ "pact-provider-verifier": "bin/pact-provider-verifier.js", "pact-stub-service": "bin/pact-stub-service.js", "pactflow": "bin/pactflow.js" + }, + "engines": { + "node": ">=16" } }, "node_modules/@pact-foundation/pact-core/node_modules/ansi-styles": { @@ -12865,9 +12868,9 @@ } }, "@pact-foundation/pact-core": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.0.tgz", - "integrity": "sha512-l7GZAPHLdvCX4HQyll5DqULduLLMJzouA7A83iJ0iz9RQRTjIbRVwxDSq/2yKkymY4pkOUscC8Lwwl6DWB7wZg==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.1.tgz", + "integrity": "sha512-I/OAH9F0chVqGoer/RF/UrFYqjf8ssj8aQ7mLTc+ItfNDyV15XqH/8lam4EQgcgBSuN2gy8Y58Vs2/+ssFWhlw==", "requires": { "chalk": "4.1.2", "check-types": "7.3.0", diff --git a/package.json b/package.json index 34348b90a..f6d3aed34 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ ] }, "dependencies": { - "@pact-foundation/pact-core": "^14.0.0", + "@pact-foundation/pact-core": "^14.0.1", "@types/express": "^4.17.11", "axios": "^0.27.2", "body-parser": "^1.20.0",