Skip to content

Commit a02d110

Browse files
committed
chore(deps): update pact-js to 15.0.1
1 parent 96101bb commit a02d110

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@nestjs/common": "^9.2.1",
4848
"@nestjs/core": "^9.2.1",
4949
"@nestjs/testing": "^9.2.1",
50-
"@pact-foundation/pact": "^15.0.0",
50+
"@pact-foundation/pact": "^15.0.1",
5151
"@pact-foundation/pact-cli": "^16.0.7",
5252
"@semantic-release/changelog": "^6.0.2",
5353
"@semantic-release/git": "^10.0.1",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -905,16 +905,17 @@
905905
"@pact-foundation/pact-core-linux-x64-musl" "16.0.0"
906906
"@pact-foundation/pact-core-windows-x64" "16.0.0"
907907

908-
"@pact-foundation/pact@^15.0.0":
909-
version "15.0.0"
910-
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-15.0.0.tgz#2bdec3f4a8d2b296f72c0692f0247c3c8b32958b"
911-
integrity sha512-qZMWz4k6ROxMsPcWnyxNAFi58AhcgiuOaSWMsUKz4q4UF+5W2nK+4PnXIGJPTako0X0zurfxgxcTwCB9QHlSHw==
908+
"@pact-foundation/pact@^15.0.1":
909+
version "15.0.1"
910+
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-15.0.1.tgz#b05270149d5720186198114b5bf6e333ebba634e"
911+
integrity sha512-9pv9mN/grXiXCPmyzQb9YYeyT8aHYO4uRNtfuR4IGLhNSHkHIhiS97ZUsegPruVkWiTcCv9tJahG+1OhL5BrTQ==
912912
dependencies:
913913
"@pact-foundation/pact-core" "^16.0.0"
914914
axios "^1.8.4"
915915
body-parser "^1.20.3"
916916
chalk "4.1.2"
917917
express "^4.21.1"
918+
graphql "^16.10.0"
918919
graphql-tag "^2.9.1"
919920
http-proxy "^1.18.1"
920921
https-proxy-agent "^7.0.4"
@@ -4310,6 +4311,11 @@ graphql-tag@^2.9.1:
43104311
dependencies:
43114312
tslib "^2.1.0"
43124313

4314+
graphql@^16.10.0:
4315+
version "16.10.0"
4316+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
4317+
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==
4318+
43134319
har-schema@^2.0.0:
43144320
version "2.0.0"
43154321
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"

0 commit comments

Comments
 (0)