From 9d8af20e03823ed6499440373fe2b7e3415c4e21 Mon Sep 17 00:00:00 2001 From: mefellows Date: Tue, 27 Feb 2024 18:09:38 +1100 Subject: [PATCH] chore: update to latest pact core dependency --- 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 3abea0491..895facbe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "12.2.0", "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^14.1.1", + "@pact-foundation/pact-core": "^14.2.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -2014,9 +2014,9 @@ } }, "node_modules/@pact-foundation/pact-core": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.1.1.tgz", - "integrity": "sha512-hblC2FrwOOX3lfTcYPXFlNfbX+yyafOeeBI2TR7BcaCn1DRAj40OGvw1UAS7f8uf21IHZlA7H39Gs18ik6FY8A==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.2.0.tgz", + "integrity": "sha512-rQ2AB2lobft1JDNxGIvVZEhAsq3usQX80AcgR/Eu0TvC+1BF1+MpUoQp1WwYR9VUcWWzndRu5F2XZ0Z1edfG6w==", "cpu": [ "x64", "ia32", @@ -12878,9 +12878,9 @@ } }, "@pact-foundation/pact-core": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.1.1.tgz", - "integrity": "sha512-hblC2FrwOOX3lfTcYPXFlNfbX+yyafOeeBI2TR7BcaCn1DRAj40OGvw1UAS7f8uf21IHZlA7H39Gs18ik6FY8A==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-14.2.0.tgz", + "integrity": "sha512-rQ2AB2lobft1JDNxGIvVZEhAsq3usQX80AcgR/Eu0TvC+1BF1+MpUoQp1WwYR9VUcWWzndRu5F2XZ0Z1edfG6w==", "requires": { "chalk": "4.1.2", "check-types": "7.3.0", diff --git a/package.json b/package.json index 66c88c23c..47e2626a2 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ ] }, "dependencies": { - "@pact-foundation/pact-core": "^14.1.1", + "@pact-foundation/pact-core": "^14.2.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0",