From 1d35c826b225d99943b733aa7939361b8d8dfd78 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 20 Jun 2024 18:01:17 +0100 Subject: [PATCH] feat: support alpine via pact-js-core 15.1.0 --- examples/e2e/package-lock.json | 10 +- examples/graphql/package-lock.json | 155 ++++-------------- examples/jest/package-lock.json | 26 +-- examples/jest/package.json | 2 +- examples/messages/package-lock.json | 10 +- examples/mocha/package-lock.json | 10 +- examples/serverless/package-lock.json | 22 +-- examples/typescript/package-lock.json | 10 +- examples/v3/e2e/package-lock.json | 10 +- .../provider-state-injected/package-lock.json | 10 +- .../package-lock.json | 10 +- examples/v3/todo-consumer/package-lock.json | 10 +- examples/v3/typescript/package-lock.json | 10 +- examples/v4/matchers/package-lock.json | 6 +- examples/v4/plugins/package-lock.json | 10 +- package-lock.json | 14 +- package.json | 2 +- 17 files changed, 120 insertions(+), 207 deletions(-) diff --git a/examples/e2e/package-lock.json b/examples/e2e/package-lock.json index 9c321b345..6eba4d1dc 100644 --- a/examples/e2e/package-lock.json +++ b/examples/e2e/package-lock.json @@ -26,11 +26,11 @@ }, "../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -47,7 +47,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -3108,7 +3108,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -3161,7 +3161,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/graphql/package-lock.json b/examples/graphql/package-lock.json index 1eb438070..c5b334020 100644 --- a/examples/graphql/package-lock.json +++ b/examples/graphql/package-lock.json @@ -36,11 +36,11 @@ }, "../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -57,7 +57,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -1466,22 +1466,6 @@ "npm": "1.2.8000 || >= 1.4.16" } }, - "node_modules/body-parser/node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dev": true, - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/brace-expansion": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", @@ -1492,12 +1476,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -1801,9 +1785,9 @@ "dev": true }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "dev": true, "engines": { "node": ">= 0.6" @@ -2030,17 +2014,17 @@ } }, "node_modules/express": { - "version": "4.18.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", - "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "dev": true, "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.1", + "body-parser": "1.20.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.5.0", + "cookie": "0.6.0", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", @@ -2071,61 +2055,6 @@ "node": ">= 0.10.0" } }, - "node_modules/express/node_modules/body-parser": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", - "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", - "dev": true, - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.1", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/express/node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dev": true, - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/express/node_modules/raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "dev": true, - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/fast-copy": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.2.tgz", @@ -2154,9 +2083,9 @@ "dev": true }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -2621,6 +2550,22 @@ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "dev": true }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -4077,22 +4022,6 @@ "node": ">= 0.8" } }, - "node_modules/raw-body/node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dev": true, - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/readable-stream": { "version": "4.5.2", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", @@ -4364,22 +4293,6 @@ "node": ">= 0.8.0" } }, - "node_modules/send/node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dev": true, - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/send/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", diff --git a/examples/jest/package-lock.json b/examples/jest/package-lock.json index a64d96980..07f8d078d 100644 --- a/examples/jest/package-lock.json +++ b/examples/jest/package-lock.json @@ -14,17 +14,17 @@ "absolute-version": "1.0.2", "axios": "^1.6.5", "jest": "^29.7.0", - "jest-pact": "^0.11.0", + "jest-pact": "^0.11.1", "rimraf": "5.0.5" } }, "../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -41,7 +41,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -3251,15 +3251,15 @@ } }, "node_modules/jest-pact": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/jest-pact/-/jest-pact-0.11.0.tgz", - "integrity": "sha512-Q1bhtmTRuVsfmjA21D4nqbqE7IVR16x1Qy9QkDZh2NQrrelTmxfdMeE2rHy5iGTxiNyV18d2JcXGNgcogAMfEg==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/jest-pact/-/jest-pact-0.11.1.tgz", + "integrity": "sha512-lpdHsznU+SthRgdee/Kqbk6z0nmieqFh/BuYlFCPD9gsuELpxckXiXX9tvY9OWb3CGDoTMEQFo3R6cPH4JwjKw==", "dev": true, "engines": { "node": ">=16" }, "peerDependencies": { - "@pact-foundation/pact": "^v10.0.0-beta.61 || ^10.0.2 || ^11.0.2 || ^12.0.0", + "@pact-foundation/pact": "^v10.0.0-beta.61 || ^10.0.2 || ^11.0.2 || ^12.0.0 || ^13.0.0", "jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0" } }, @@ -5868,7 +5868,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -5921,7 +5921,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", @@ -7391,9 +7391,9 @@ } }, "jest-pact": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/jest-pact/-/jest-pact-0.11.0.tgz", - "integrity": "sha512-Q1bhtmTRuVsfmjA21D4nqbqE7IVR16x1Qy9QkDZh2NQrrelTmxfdMeE2rHy5iGTxiNyV18d2JcXGNgcogAMfEg==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/jest-pact/-/jest-pact-0.11.1.tgz", + "integrity": "sha512-lpdHsznU+SthRgdee/Kqbk6z0nmieqFh/BuYlFCPD9gsuELpxckXiXX9tvY9OWb3CGDoTMEQFo3R6cPH4JwjKw==", "dev": true, "requires": {} }, diff --git a/examples/jest/package.json b/examples/jest/package.json index e42935bae..968115d8b 100644 --- a/examples/jest/package.json +++ b/examples/jest/package.json @@ -17,7 +17,7 @@ "@pact-foundation/pact-cli": "^15.0.1", "axios": "^1.6.5", "jest": "^29.7.0", - "jest-pact": "^0.11.0", + "jest-pact": "^0.11.1", "rimraf": "5.0.5" } } diff --git a/examples/messages/package-lock.json b/examples/messages/package-lock.json index 7efbabfdd..11a6b71ff 100644 --- a/examples/messages/package-lock.json +++ b/examples/messages/package-lock.json @@ -23,11 +23,11 @@ }, "../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -44,7 +44,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -2294,7 +2294,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -2347,7 +2347,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/mocha/package-lock.json b/examples/mocha/package-lock.json index 95ad6c953..cadbc2fca 100644 --- a/examples/mocha/package-lock.json +++ b/examples/mocha/package-lock.json @@ -18,11 +18,11 @@ }, "../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -39,7 +39,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -1281,7 +1281,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -1334,7 +1334,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/serverless/package-lock.json b/examples/serverless/package-lock.json index a02a7f5f6..926309ace 100644 --- a/examples/serverless/package-lock.json +++ b/examples/serverless/package-lock.json @@ -22,11 +22,11 @@ }, "../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -43,7 +43,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -6424,9 +6424,9 @@ } }, "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "dev": true, "engines": { "node": ">=8.3.0" @@ -6684,7 +6684,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -6737,7 +6737,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", @@ -11553,9 +11553,9 @@ } }, "ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "dev": true, "requires": {} }, diff --git a/examples/typescript/package-lock.json b/examples/typescript/package-lock.json index 559777c8c..bca8a7893 100644 --- a/examples/typescript/package-lock.json +++ b/examples/typescript/package-lock.json @@ -30,11 +30,11 @@ }, "../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -51,7 +51,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -3632,7 +3632,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -3685,7 +3685,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/v3/e2e/package-lock.json b/examples/v3/e2e/package-lock.json index 14bf7a9c4..0dd7081c0 100644 --- a/examples/v3/e2e/package-lock.json +++ b/examples/v3/e2e/package-lock.json @@ -34,11 +34,11 @@ }, "../../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -55,7 +55,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -4614,7 +4614,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -4667,7 +4667,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/v3/provider-state-injected/package-lock.json b/examples/v3/provider-state-injected/package-lock.json index c705a7cb0..707594b2e 100644 --- a/examples/v3/provider-state-injected/package-lock.json +++ b/examples/v3/provider-state-injected/package-lock.json @@ -21,11 +21,11 @@ }, "../../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -42,7 +42,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -5323,7 +5323,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -5376,7 +5376,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/v3/run-specific-verifications/package-lock.json b/examples/v3/run-specific-verifications/package-lock.json index ef2b56afc..128718814 100644 --- a/examples/v3/run-specific-verifications/package-lock.json +++ b/examples/v3/run-specific-verifications/package-lock.json @@ -33,11 +33,11 @@ }, "../../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -54,7 +54,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -4251,7 +4251,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -4304,7 +4304,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/v3/todo-consumer/package-lock.json b/examples/v3/todo-consumer/package-lock.json index 08303b829..e8bc2386c 100644 --- a/examples/v3/todo-consumer/package-lock.json +++ b/examples/v3/todo-consumer/package-lock.json @@ -29,11 +29,11 @@ }, "../../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -50,7 +50,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -2655,7 +2655,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -2708,7 +2708,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/v3/typescript/package-lock.json b/examples/v3/typescript/package-lock.json index 14020183f..c7dab36fe 100644 --- a/examples/v3/typescript/package-lock.json +++ b/examples/v3/typescript/package-lock.json @@ -31,11 +31,11 @@ }, "../../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -52,7 +52,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -3714,7 +3714,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -3767,7 +3767,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/examples/v4/matchers/package-lock.json b/examples/v4/matchers/package-lock.json index 900ec0694..731ba5959 100644 --- a/examples/v4/matchers/package-lock.json +++ b/examples/v4/matchers/package-lock.json @@ -25,11 +25,11 @@ }, "../../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -46,7 +46,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { diff --git a/examples/v4/plugins/package-lock.json b/examples/v4/plugins/package-lock.json index 4f92065f2..5c9c8a497 100644 --- a/examples/v4/plugins/package-lock.json +++ b/examples/v4/plugins/package-lock.json @@ -25,11 +25,11 @@ }, "../../../dist": { "name": "@pact-foundation/pact", - "version": "12.5.0", + "version": "13.0.0", "dev": true, "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -46,7 +46,7 @@ "lodash.isundefined": "3.0.1", "lodash.omit": "^4.5.0", "pkginfo": "^0.4.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3" }, "devDependencies": { @@ -2543,7 +2543,7 @@ "@babel/cli": "^7.18.6", "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@pact-foundation/pact-js-prettier-config": "^1.0.0", "@types/chai": "^4.3.1", "@types/chai-as-promised": "^7.1.1", @@ -2596,7 +2596,7 @@ "pkginfo": "^0.4.1", "prettier": "^2.7.1", "proxyquire": "^2.0.1", - "ramda": "^0.28.0", + "ramda": "^0.30.0", "randexp": "^0.5.3", "rimraf": "^2.7.1", "sinon": "^7.2.4", diff --git a/package-lock.json b/package-lock.json index c09623961..5053bf2de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "13.0.0", "license": "MIT", "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0", @@ -1998,9 +1998,9 @@ } }, "node_modules/@pact-foundation/pact-core": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-15.0.0.tgz", - "integrity": "sha512-XkF/xe5BL9ev4D2AVZpmvYIp30Kg1sKNlCYVwMAeuHCiHhE7pPBgwZIwIXdIGplnwK78E1ZPFsbla3zwhjQ/bw==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-15.1.0.tgz", + "integrity": "sha512-svMJQtzSLi4a/O1ZFHWsiIvLcxanCT9f0IYMktRfs+F87eJ+HjjrwPieBp0nGJQASJYZLOec0ZHhpG/nQ3366w==", "cpu": [ "x64", "ia32", @@ -12592,9 +12592,9 @@ } }, "@pact-foundation/pact-core": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-15.0.0.tgz", - "integrity": "sha512-XkF/xe5BL9ev4D2AVZpmvYIp30Kg1sKNlCYVwMAeuHCiHhE7pPBgwZIwIXdIGplnwK78E1ZPFsbla3zwhjQ/bw==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-core/-/pact-core-15.1.0.tgz", + "integrity": "sha512-svMJQtzSLi4a/O1ZFHWsiIvLcxanCT9f0IYMktRfs+F87eJ+HjjrwPieBp0nGJQASJYZLOec0ZHhpG/nQ3366w==", "requires": { "check-types": "7.3.0", "node-gyp-build": "^4.6.0", diff --git a/package.json b/package.json index bfa935eb2..b9b5a96ec 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ ] }, "dependencies": { - "@pact-foundation/pact-core": "^15.0.0", + "@pact-foundation/pact-core": "^15.1.0", "@types/express": "^4.17.11", "axios": "^1.6.1", "body-parser": "^1.20.0",