diff --git a/package.json b/package.json index 0293d67..69858c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-pact", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "description": "Injectable Pact.js Consumer/Producer for NestJS", "keywords": [ @@ -78,9 +78,9 @@ "typescript": "^4.9.4" }, "peerDependencies": { - "@nestjs/common": "7.x || 8.x || 9.x", - "@nestjs/core": "7.x || 8.x || 9.x", - "@pact-foundation/pact": "^10.4.0" + "@nestjs/common": "7.x || 8.x || 9.x || 10.x", + "@nestjs/core": "7.x || 8.x || 9.x || 10.x", + "@pact-foundation/pact": "10.x || 11.x" }, "dependencies": { "get-port": "^5.0.0" diff --git a/yarn.lock b/yarn.lock index a4c546c..74c08cd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1607,21 +1607,7 @@ "semver" "^7.3.7" "tsutils" "^3.21.0" -"@typescript-eslint/utils@^5.10.0": - "integrity" "sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==" - "resolved" "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.46.0.tgz" - "version" "5.46.0" - dependencies: - "@types/json-schema" "^7.0.9" - "@types/semver" "^7.3.12" - "@typescript-eslint/scope-manager" "5.46.0" - "@typescript-eslint/types" "5.46.0" - "@typescript-eslint/typescript-estree" "5.46.0" - "eslint-scope" "^5.1.1" - "eslint-utils" "^3.0.0" - "semver" "^7.3.7" - -"@typescript-eslint/utils@5.46.0": +"@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@5.46.0": "integrity" "sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==" "resolved" "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.46.0.tgz" "version" "5.46.0" @@ -4530,7 +4516,7 @@ dependencies: "prettier-linter-helpers" "^1.0.0" -"eslint-scope@^5.1.1": +"eslint-scope@^5.1.1", "eslint-scope@5.1.1": "integrity" "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" "resolved" "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" "version" "5.1.1" @@ -4546,14 +4532,6 @@ "esrecurse" "^4.3.0" "estraverse" "^5.2.0" -"eslint-scope@5.1.1": - "integrity" "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==" - "resolved" "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz" - "version" "5.1.1" - dependencies: - "esrecurse" "^4.3.0" - "estraverse" "^4.1.1" - "eslint-utils@^3.0.0": "integrity" "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==" "resolved" "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz" @@ -4649,7 +4627,12 @@ "resolved" "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" "version" "4.3.0" -"estraverse@^5.1.0", "estraverse@^5.2.0": +"estraverse@^5.1.0": + "integrity" "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + "resolved" "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" + "version" "5.3.0" + +"estraverse@^5.2.0": "integrity" "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" "resolved" "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz" "version" "5.3.0" @@ -11972,8 +11955,6 @@ "version" "3.1.1" "yallist@^3.1.1": - "integrity" "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - "resolved" "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" "version" "3.1.1" "yallist@^4.0.0":