diff --git a/package-lock.json b/package-lock.json index 51e983f70..4cc894fca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "12.1.2", "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^14.0.1", + "@pact-foundation/pact-core": "^14.0.6", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -2015,9 +2015,9 @@ } }, "node_modules/@pact-foundation/pact-core": { - "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==", + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.6.tgz", + "integrity": "sha512-dFrOeRMmwg/8sZ9tyGbXYFVrOJO9LmGmbtP38qsmd0zKup4j7mIWNBm0XI1xskRf+w1Rpz6z/xBu2ikm5fkgkg==", "cpu": [ "x64", "ia32", @@ -12884,9 +12884,9 @@ } }, "@pact-foundation/pact-core": { - "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==", + "version": "14.0.6", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.0.6.tgz", + "integrity": "sha512-dFrOeRMmwg/8sZ9tyGbXYFVrOJO9LmGmbtP38qsmd0zKup4j7mIWNBm0XI1xskRf+w1Rpz6z/xBu2ikm5fkgkg==", "requires": { "chalk": "4.1.2", "check-types": "7.3.0", diff --git a/package.json b/package.json index 47a1ed158..7a5087d1c 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ ] }, "dependencies": { - "@pact-foundation/pact-core": "^14.0.1", + "@pact-foundation/pact-core": "^14.0.6", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0",