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

This commit is contained in:
Renovate Bot
2021-10-24 16:08:27 +00:00
committed by renovate[bot]
parent 0b8cf06c29
commit 45a823e6c7
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@@ -4537,11 +4537,11 @@
}
},
"@pact-foundation/pact": {
"version": "9.16.4",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-9.16.4.tgz",
"integrity": "sha512-pkbTu2cMzEs8H4ohMi7itAl2AdWGsIZP4QnO9e3Bj5+dYSifiHb/AIscDP61Lk3GfL/KUwCI5qGLiXzpTREZBQ==",
"version": "9.16.5",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact/-/pact-9.16.5.tgz",
"integrity": "sha512-oUH9x+3OgQBmvpuf13hbdi4VJrHsWNAv1GRpGYqbaLvvofKvwDAv4xWrWEFiQynU9sJ6uI7o43Rl1AUguBeemw==",
"requires": {
"@pact-foundation/pact-node": "^10.13.8",
"@pact-foundation/pact-node": "^10.13.9",
"@types/bluebird": "^3.5.20",
"@types/express": "^4.17.11",
"bluebird": "~3.5.1",
@@ -4573,9 +4573,9 @@
}
},
"@pact-foundation/pact-node": {
"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==",
"version": "10.13.10",
"resolved": "https://registry.npmjs.org/@pact-foundation/pact-node/-/pact-node-10.13.10.tgz",
"integrity": "sha512-KutzqYNb8sxcetSmfeiVm4xz7h9AZFi5vDVim5UQPsnwPsAPfeP52xbHkjAL2QkyxpuyZ4wC/1xcweoABsDoGw==",
"requires": {
"@types/needle": "^2.5.1",
"@types/pino": "^6.3.5",
@@ -6023,9 +6023,9 @@
"dev": true
},
"@types/pino": {
"version": "6.3.11",
"resolved": "https://registry.npmjs.org/@types/pino/-/pino-6.3.11.tgz",
"integrity": "sha512-S7+fLONqSpHeW9d7TApUqO6VN47KYgOXhCNKwGBVLHObq8HhaAYlVqUNdfnvoXjCMiwE5xcPm/5R2ZUh8bgaXQ==",
"version": "6.3.12",
"resolved": "https://registry.npmjs.org/@types/pino/-/pino-6.3.12.tgz",
"integrity": "sha512-dsLRTq8/4UtVSpJgl9aeqHvbh6pzdmjYD3C092SYgLD2TyoCqHpTJk6vp8DvCTGGc7iowZ2MoiYiVUUCcu7muw==",
"requires": {
"@types/node": "*",
"@types/pino-pretty": "*",
@@ -7579,9 +7579,9 @@
}
},
"big-integer": {
"version": "1.6.49",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.49.tgz",
"integrity": "sha512-KJ7VhqH+f/BOt9a3yMwJNmcZjG53ijWMTjSAGMveQWyLwqIiwkjNP5PFgDob3Snnx86SjDj6I89fIbv0dkQeNw=="
"version": "1.6.50",
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.50.tgz",
"integrity": "sha512-+O2uoQWFRo8ysZNo/rjtri2jIwjr3XfeAgRjAUADRqGG+ZITvyn8J1kvXLTaKVr3hhGXk+f23tKfdzmklVM9vQ=="
},
"big.js": {
"version": "5.2.2",

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.16",
"@pact-foundation/pact": "9.16.4",
"@pact-foundation/pact": "9.16.5",
"@reduxjs/toolkit": "1.6.2",
"classnames": "2.3.1",
"core-js": "3.18.3",