fix(deps): update dependency @pact-foundation/pact to v9.16.3

This commit is contained in:
Renovate Bot
2021-10-01 12:04:28 +00:00
committed by renovate[bot]
parent bdba0d2c3c
commit 0c006e28de
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -4499,11 +4499,11 @@
}
},
"@pact-foundation/pact": {
"version": "9.16.2",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-9.16.2.tgz",
"integrity": "sha512-tU6eQaEORKs+E4kdPUwcgPXAGBfqYVIttIsKOKaQjFQCQ/jjcBJSpFpGkppRyAeA3HLt3/BKIJsQPgIozYqMPQ==",
"version": "9.16.3",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-9.16.3.tgz",
"integrity": "sha512-26uhezEbBAbW7gQ0V2QTJp8iSTmgxf9A65J7lCQyTd6P3Sk7omqTL4faio1/UnPlzMaogQjaa8OpmFpSbfXOFg==",
"requires": {
"@pact-foundation/pact-node": "^10.13.7",
"@pact-foundation/pact-node": "^10.13.8",
"@types/bluebird": "^3.5.20",
"@types/express": "^4.17.11",
"bluebird": "~3.5.1",
@@ -4535,9 +4535,9 @@
}
},
"@pact-foundation/pact-node": {
"version": "10.13.7",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.13.7.tgz",
"integrity": "sha512-EhSo5t0QCW5CXdqXPtLo/tkAmAn0Phm7qNgPibh5p5+38Mdrjee77Muk1LVd/MjlW6NV5dH+zLAlD40z4CRelw==",
"version": "10.13.8",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.13.8.tgz",
"integrity": "sha512-0Jo9b2UNB/qEcsn+fT3+7M68x6DX5lYq82zFIczgbNxVIbuCGkR+xO7u6LnKuO1eyrGfT2WwP7LVLHEJSfMxTw==",
"requires": {
"@types/needle": "^2.5.1",
"@types/pino": "^6.3.5",

View File

@@ -42,7 +42,7 @@
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.15",
"@pact-foundation/pact": "9.16.2",
"@pact-foundation/pact": "9.16.3",
"@reduxjs/toolkit": "1.6.1",
"classnames": "2.3.1",
"core-js": "3.16.4",