Skip to content

Commit

Permalink
updated dependencies, fixes #1 and #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gesinn committed Jan 27, 2021
1 parent 892f2a6 commit c9992b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"colors"
],
"dependencies": {
"chalk": "^1.1.3",
"prettyjson": "^1.1.3"
"chalk": "^3.0.0",
"prettyjson": "^1.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion test/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('semlog logger', function() {
console.log(' Testing Log Objects and Errors');
console.log('-------------------------------------------------------------');

// Create a new object, that prototypally inherits from the Error constructor.
// Create a new object, that prototypical inherits from the Error constructor.
function MyError(message) {
this.name = 'MyError';
this.message = message || 'Default Message';
Expand Down

0 comments on commit c9992b9

Please sign in to comment.