diff --git a/package-lock.json b/package-lock.json index a549ccf..61aeffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -885,6 +885,18 @@ "chalk": "^3.0.0" } }, + "@rheas/contracts": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@rheas/contracts/-/contracts-0.0.1.tgz", + "integrity": "sha512-f9V0sVu3KGVi5uxz/X1ZoIHdFjSSPgSrfUS/heqx6B99JD1ShhBHH22bjoPV7X5xbnfXly6hTIvb3JVJs3WnSg==", + "dev": true + }, + "@rheas/errors": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@rheas/errors/-/errors-0.0.1.tgz", + "integrity": "sha512-RAvHDAUizPpUh4iqW4gKICZfTVc3Yh51I9nzMD58znawrAwgUo8o/QJDvPK0RHNCsO+LRjZ+z+5qG7bnlkIRow==", + "dev": true + }, "@sinonjs/commons": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz", @@ -2314,9 +2326,9 @@ } }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "html-encoding-sniffer": {