From 258988b075ca460bf1c55c5880c0c15ef1eb844b Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 09:09:05 +0000 Subject: [PATCH] chore(deps): update dependency @pact-foundation/pact to v16.4.0 Ref: PACT-445 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 346cb671..209c4b63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@biomejs/biome": "2.4.14", - "@pact-foundation/pact": "16.3.1", + "@pact-foundation/pact": "16.4.0", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", @@ -546,13 +546,13 @@ } }, "node_modules/@pact-foundation/pact": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-16.3.1.tgz", - "integrity": "sha512-Hm0KIN5dliezw36NWD7ClquCZX0QOZK1wM5bdcNyNVts22rBJkyBz/LjoxygXWloPQp+C93ogD2u5u9z3NOz/w==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-16.4.0.tgz", + "integrity": "sha512-nf+xA6cvWlIpwsJ8gDAw69lGRlkqbiU9Ui6ie+ALH8N6+12Ukj7idYod0Zl643FCsActBVWytr5j28dEG0rEQg==", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^19.1.0", + "@pact-foundation/pact-core": "^19.2.0", "axios": "^1.12.2", "body-parser": "^2.2.0", "chalk": "4.1.2", diff --git a/package.json b/package.json index 48182a14..a712fe39 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@biomejs/biome": "2.4.14", - "@pact-foundation/pact": "16.3.1", + "@pact-foundation/pact": "16.4.0", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1",