diff --git a/package-lock.json b/package-lock.json index db6c45b7..779ec765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@babel/preset-react": "7.27.1", - "@pact-foundation/pact": "16.0.1", + "@pact-foundation/pact": "16.0.2", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", @@ -2984,9 +2984,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, "license": "MIT", "dependencies": { @@ -3003,7 +3003,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" diff --git a/package.json b/package.json index 6eace932..e813d26c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "devDependencies": { "@babel/preset-react": "7.27.1", - "@pact-foundation/pact": "16.0.1", + "@pact-foundation/pact": "16.0.2", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1",