File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 47
47
"@nestjs/common" : " ^9.2.1" ,
48
48
"@nestjs/core" : " ^9.2.1" ,
49
49
"@nestjs/testing" : " ^9.2.1" ,
50
- "@pact-foundation/pact" : " ^15.0.0 " ,
50
+ "@pact-foundation/pact" : " ^15.0.1 " ,
51
51
"@pact-foundation/pact-cli" : " ^16.0.7" ,
52
52
"@semantic-release/changelog" : " ^6.0.2" ,
53
53
"@semantic-release/git" : " ^10.0.1" ,
Original file line number Diff line number Diff line change 905
905
" @pact-foundation/pact-core-linux-x64-musl" " 16.0.0"
906
906
" @pact-foundation/pact-core-windows-x64" " 16.0.0"
907
907
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 ==
912
912
dependencies :
913
913
" @pact-foundation/pact-core" " ^16.0.0"
914
914
axios "^1.8.4"
915
915
body-parser "^1.20.3"
916
916
chalk "4.1.2"
917
917
express "^4.21.1"
918
+ graphql "^16.10.0"
918
919
graphql-tag "^2.9.1"
919
920
http-proxy "^1.18.1"
920
921
https-proxy-agent "^7.0.4"
@@ -4310,6 +4311,11 @@ graphql-tag@^2.9.1:
4310
4311
dependencies :
4311
4312
tslib "^2.1.0"
4312
4313
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
+
4313
4319
har-schema@^2.0.0 :
4314
4320
version "2.0.0"
4315
4321
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"
You can’t perform that action at this time.
0 commit comments