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",