diff --git a/package-lock.json b/package-lock.json index c6b4c65..eb90273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -277,13 +277,14 @@ } }, "node_modules/bats-assert": { - "version": "2.0.0", - "resolved": "git+ssh://git@github.com/jasonkarns/bats-assert-1.git#8200039faf9790c05d9865490c97a0e101b9c80f", - "integrity": "sha512-JXcUlBmkQnXanQbxxTImdEXa0XNaQg1/iiaeSXSDFbfPvL0vdkQ2U//mSpJQefEABjn07u29Xg6eVztLBz3FFA==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/bats-assert/-/bats-assert-2.2.4.tgz", + "integrity": "sha512-EcaY4Z+Tbz1c7pnC1SrVSq0epr7tLwFpz6qt7KUW9K8uSw8V12DTfH9d2HxZWvBEATaCuMsZ7KoZMFiSQPRoXw==", "dev": true, "license": "CC0-1.0", "peerDependencies": { - "bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0" + "bats": "0.4 || ^1", + "bats-support": "^0.3" } }, "node_modules/bats-mock": { @@ -297,10 +298,15 @@ } }, "node_modules/bats-support": { - "version": "0.2.0", - "resolved": "git+ssh://git@github.com/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/bats-support/-/bats-support-0.3.0.tgz", + "integrity": "sha512-z+2WzXbI4OZgLnynydqH8GpI3+DcOtepO66PlK47SfEzTkiuV9hxn9eIQX+uLVFbt2Oqoc7Ky3TJ/N83lqD+cg==", "dev": true, - "peer": true + "license": "CC0-1.0", + "peer": true, + "peerDependencies": { + "bats": "0.4 || ^1" + } }, "node_modules/bl": { "version": "1.2.3",