diff --git a/package.json b/package.json index 8b18f09..821cd44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davenport", - "version": "2.8.0", + "version": "2.8.1", "description": "A CouchDB client for simplifying common tasks like get, list, create, update and delete. Comes complete with full TypeScript definitions.", "main": "bin/index.js", "typings": "bin/index.d.ts", @@ -40,7 +40,7 @@ "homepage": "https://github.com/nozzlegear/davenport#readme", "dependencies": { "axios": "^0.15.3", - "logspect": "^1.3.0" + "logspect": "1.3.1" }, "devDependencies": { "@types/lodash": "^4.14.74", @@ -51,4 +51,4 @@ "typescript": "^2.3.3", "webpack": "^2.2.1" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index d77d224..456250c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1043,9 +1043,9 @@ lodash@^4.14.0, lodash@^4.17.4: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" -logspect@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/logspect/-/logspect-1.3.0.tgz#d20a28fd322adf03b42cd51cf56919589d3371fd" +logspect@1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/logspect/-/logspect-1.3.1.tgz#61c21f1cf75ff9419a3e86f70ac9c5aaf8013a68" dependencies: chalk "^1.1.3"