diff --git a/package-lock.json b/package-lock.json index 20c6ba0..e948c2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@types/cross-spawn": "^6.0.6", "@types/express": "4.17.21", "@types/mkdirp": "^0.5.2", - "@types/mocha": "9.1.1", + "@types/mocha": "10.0.10", "@types/needle": "3.3.0", "@types/node": "^20.17.6", "@types/promise-timeout": "^1.3.3", @@ -358,6 +358,66 @@ "node": ">=12.4.0" } }, + "node_modules/@pact-foundation/pact-cli-darwin-arm64": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-cli-darwin-arm64/-/pact-cli-darwin-arm64-16.0.4.tgz", + "integrity": "sha512-WWAZn+3HrnItVXqh04e99DgCdiW2T6I4ZRg3MPC5HeOQ3aowspPa1+VSoPMhM7txG0ZkmiQUbBiXPJjebhYLwg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@pact-foundation/pact-cli-darwin-x64": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-cli-darwin-x64/-/pact-cli-darwin-x64-16.0.4.tgz", + "integrity": "sha512-THSBPlwA3boHUlxMAyv11H6RPXYEiNas2D/PmFlwgWqRjNsLxC52wUCimBPMFiRgAZEuMVbyb4spQI4+UqZe9Q==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@pact-foundation/pact-cli-linux-arm64": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-cli-linux-arm64/-/pact-cli-linux-arm64-16.0.4.tgz", + "integrity": "sha512-e4tLUlUJgK2vJG1OlaVx2oJRnFERdMPryVuvkVnJ9Lbd8RLT07s5i10A92rOUkSVYOM0BV6Ulp7GY0brFg4ZMg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@pact-foundation/pact-cli-linux-x64": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-cli-linux-x64/-/pact-cli-linux-x64-16.0.4.tgz", + "integrity": "sha512-VjEOjStCDR+kCy9WHg8k8nW4zZMqbPaCTKn5xBhgTdG/b1xTc29HZAb2Q/+XHwK8AB3Yi6+BDMeIEp/JBeRy9Q==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@pact-foundation/pact-cli-windows-x64": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@pact-foundation/pact-cli-windows-x64/-/pact-cli-windows-x64-16.0.4.tgz", + "integrity": "sha512-xvVx/xXYPIjuR1PhK+VxiksnQfmq0h6z4WGYZcS3c6ygSMvvcBZL7ZT5zLr+LEF6EnSnD7eQr2QK7cY6YX5ugg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@pact-foundation/pact-js-prettier-config": { "version": "1.0.0", "dev": true, @@ -513,10 +573,11 @@ } }, "node_modules/@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", - "dev": true + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", + "dev": true, + "license": "MIT" }, "node_modules/@types/needle": { "version": "3.3.0", diff --git a/package.json b/package.json index f81876c..39cb844 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@types/cross-spawn": "^6.0.6", "@types/express": "4.17.21", "@types/mkdirp": "^0.5.2", - "@types/mocha": "9.1.1", + "@types/mocha": "10.0.10", "@types/needle": "3.3.0", "@types/node": "^20.17.6", "@types/promise-timeout": "^1.3.3",