From fe934ef0ecf2299d443a20934299b71f8bc8f979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 23:13:19 +0000 Subject: [PATCH] Bump @pact-foundation/pact from 16.0.3 to 16.0.4 Bumps [@pact-foundation/pact](https://github.com/pact-foundation/pact-js) from 16.0.3 to 16.0.4. - [Release notes](https://github.com/pact-foundation/pact-js/releases) - [Changelog](https://github.com/pact-foundation/pact-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/pact-foundation/pact-js/compare/v16.0.3...v16.0.4) --- updated-dependencies: - dependency-name: "@pact-foundation/pact" dependency-version: 16.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 b7508373..1c460abd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@axe-core/playwright": "^4.11.0", "@eslint/eslintrc": "^3.3.3", "@estruyf/github-actions-reporter": "^1.10.0", - "@pact-foundation/pact": "^16.0.3", + "@pact-foundation/pact": "^16.0.4", "@playwright/test": "^1.57.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", @@ -8089,9 +8089,9 @@ } }, "node_modules/@pact-foundation/pact": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-16.0.3.tgz", - "integrity": "sha512-E0Sx5jZtASBZ4yMdoL+hvXSsmlGOUTEfuu2hqNgxpqIpMd0lvRq+nURVgd+wcVmG/DXg4B7sIpJYPYT/8sfQ3g==", + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-16.0.4.tgz", + "integrity": "sha512-ftnaalgOHgYYigyIF8P9h/YJIuez6RILbluVAIQ4D3ZvZYuTCBR6DV0ZeXu4s4/UJICYyrpNiBbZif2c9MqiUw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e1612b17..6cdf02f0 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@axe-core/playwright": "^4.11.0", "@eslint/eslintrc": "^3.3.3", "@estruyf/github-actions-reporter": "^1.10.0", - "@pact-foundation/pact": "^16.0.3", + "@pact-foundation/pact": "^16.0.4", "@playwright/test": "^1.57.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1",