From 600c01d0b1c76ed81c09a327fdb5de83f387c075 Mon Sep 17 00:00:00 2001 From: "pactflow-renovate-bot[bot]" <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 12:16:41 +0000 Subject: [PATCH] chore(deps): update dependency @pact-foundation/pact to v16.0.2 Ref: PACT-445 --- package-lock.json | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f208b51d..8555736f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "express": "5.1.0" }, "devDependencies": { - "@pact-foundation/pact": "16.0.1", + "@pact-foundation/pact": "16.0.2", "dotenv": "17.2.3", "eslint": "9.38.0", "jest": "30.2.0" @@ -1200,9 +1200,9 @@ } }, "node_modules/@pact-foundation/pact": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-16.0.1.tgz", - "integrity": "sha512-JweU8OwlJ3LsgX1avs8/K+x+6fV6MPgisO7Yda4n99WJM/psr7U0EDFsN6UPFWLpPuaU4w0tRx3VBuDKwRPxjg==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-16.0.2.tgz", + "integrity": "sha512-RSUNZ9KblmrZxFZ2/OvMGStBknpvC4rk0StEvMm+s67kKyYFDgB4p2c+a2BaASQSdywd/AFg2WFUFCI4OeQL0w==", "dev": true, "dependencies": { "@pact-foundation/pact-core": "^17.0.0", @@ -1218,7 +1218,8 @@ "lodash": "^4.17.21", "ramda": "^0.32.0", "randexp": "^0.5.3", - "router": "^2.2.0" + "router": "^2.2.0", + "stack-utils": "^2.0.6" }, "engines": { "node": ">=20" @@ -7176,9 +7177,9 @@ } }, "@pact-foundation/pact": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-16.0.1.tgz", - "integrity": "sha512-JweU8OwlJ3LsgX1avs8/K+x+6fV6MPgisO7Yda4n99WJM/psr7U0EDFsN6UPFWLpPuaU4w0tRx3VBuDKwRPxjg==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-16.0.2.tgz", + "integrity": "sha512-RSUNZ9KblmrZxFZ2/OvMGStBknpvC4rk0StEvMm+s67kKyYFDgB4p2c+a2BaASQSdywd/AFg2WFUFCI4OeQL0w==", "dev": true, "requires": { "@pact-foundation/pact-core": "^17.0.0", @@ -7194,7 +7195,8 @@ "lodash": "^4.17.21", "ramda": "^0.32.0", "randexp": "^0.5.3", - "router": "^2.2.0" + "router": "^2.2.0", + "stack-utils": "^2.0.6" } }, "@pact-foundation/pact-core": { diff --git a/package.json b/package.json index 6d798c49..843e56a8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "5.1.0" }, "devDependencies": { - "@pact-foundation/pact": "16.0.1", + "@pact-foundation/pact": "16.0.2", "dotenv": "17.2.3", "eslint": "9.38.0", "jest": "30.2.0"