From 87fd146cb71492b9e040bab29463ea71a500e027 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:09:02 +0000 Subject: [PATCH] chore(deps): update dependency @pact-foundation/pact to v17.0.1 Ref: PACT-445 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2edad59..bbf4fc98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@biomejs/biome": "2.5.2", - "@pact-foundation/pact": "17.0.0", + "@pact-foundation/pact": "17.0.1", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", @@ -546,9 +546,9 @@ } }, "node_modules/@pact-foundation/pact": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-17.0.0.tgz", - "integrity": "sha512-ic9G2gf/EE00nfArhpi9BplqCuo5TELYvhZ7wRy9roTwSEmEYOUsl0Vc3rDNX+qRVw/0QpHEya8GsaSnjYdfZg==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-17.0.1.tgz", + "integrity": "sha512-Gnzy9fMK0Wu6UB8u0fYcso5fiEZk+Tu2lG9zR5DoJiwWBanb/9/pOmRrBWtOHn5EdgvEvzIF1huB39sZIc27Rw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0b376332..b3365443 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@biomejs/biome": "2.5.2", - "@pact-foundation/pact": "17.0.0", + "@pact-foundation/pact": "17.0.1", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1",