@ganintegrity/gan-error
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,8 @@ | ||
## [1.0.4](https://gitlab.com/ganintegrity/gan-error/compare/v1.0.3...v1.0.4) (2020-09-02) | ||
### Bug Fixes | ||
* **deps:** update dependency lodash to v4.17.20 ([282557c](https://gitlab.com/ganintegrity/gan-error/commit/282557c)) | ||
## [1.0.3](http://gitlab.com/ganintegrity/gan-error/compare/v1.0.2...v1.0.3) (2019-04-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@ganintegrity/gan-error", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "an extendable ES6 Error with support for HTTP errors", | ||
@@ -26,11 +26,11 @@ "main": "index.js", | ||
"@semantic-release/git": "4.0.3", | ||
"@semantic-release/gitlab": "3.0.4", | ||
"@semantic-release/npm": "5.0.5", | ||
"eslint": "4.18.2", | ||
"eslint-config-ganintegrity": "2.0.1", | ||
"eslint": "6.1.0", | ||
"eslint-config-ganintegrity": "4.0.1", | ||
"prettier": "1.18.2", | ||
"@semantic-release/gitlab": "3.1.2", | ||
"@semantic-release/npm": "5.1.4", | ||
"husky": "1.1.2", | ||
"mocha": "5.0.4", | ||
"nyc": "13.0.0", | ||
"prettier": "1.11.1", | ||
"semantic-release": "15.10.5", | ||
"semantic-release": "15.13.3", | ||
"unexpected": "10.37.2" | ||
@@ -51,5 +51,5 @@ }, | ||
"dependencies": { | ||
"lodash": "4.17.5", | ||
"lodash": "4.17.20", | ||
"statuses": "1.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14259
+ Addedlodash@4.17.20(transitive)
- Removedlodash@4.17.5(transitive)
Updatedlodash@4.17.20