chore(deps): update dependency @pact-foundation/pact to v13.1.5 (#1527)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-20 00:14:12 +00:00
committed by GitHub
parent 8aafc6b8bd
commit e4cdec7389

22
package-lock.json generated
View File

@@ -4421,9 +4421,9 @@
}
},
"node_modules/@pact-foundation/pact": {
"version": "13.1.3",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-13.1.3.tgz",
"integrity": "sha512-AYSGAfA6b29wQR9RJqoVxasdAV9bx5+wpXvGc654O4+WmpxHs4BF6e8JVAuYVtfb3ego/HyPp+qQ08qKW1Tnxg==",
"version": "13.1.5",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-13.1.5.tgz",
"integrity": "sha512-jvz+wkdDtMGr58XDb81HABM0l97yt+B2F26ptLH8YsTuoFaFTNSsiljZZNro0Bb2ena7vQ+CqUFuRPT8KoVW+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -4432,7 +4432,7 @@
"axios": "^1.7.4",
"body-parser": "^1.20.3",
"cli-color": "^2.0.1",
"express": "^4.21.0",
"express": "^4.21.1",
"graphql": "^14.0.0",
"graphql-tag": "^2.9.1",
"http-proxy": "^1.18.1",
@@ -7883,9 +7883,9 @@
"integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
},
"node_modules/cookie": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
"integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
"license": "MIT",
"engines": {
"node": ">= 0.6"
@@ -10207,9 +10207,9 @@
}
},
"node_modules/express": {
"version": "4.21.0",
"resolved": "https://registry.npmjs.org/express/-/express-4.21.0.tgz",
"integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==",
"version": "4.21.1",
"resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz",
"integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==",
"license": "MIT",
"dependencies": {
"accepts": "~1.3.8",
@@ -10217,7 +10217,7 @@
"body-parser": "1.20.3",
"content-disposition": "0.5.4",
"content-type": "~1.0.4",
"cookie": "0.6.0",
"cookie": "0.7.1",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "2.0.0",