Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
To fix: Moment.js vulnerable to Inefficient Regular Expression Complexity - GHSA-wc69-rhjr-hc9g
  • Loading branch information
paulrutter authored and jalessandro committed Jul 24, 2023
1 parent 6c199f4 commit 6edc168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "econsole",
"description": "Enhanced console",
"version": "0.5.3",
"version": "0.5.4",
"keywords": [
"log",
"logger",
Expand All @@ -20,7 +20,7 @@
"colorized"
],
"dependencies": {
"moment": "2.29.3"
"moment": "2.29.4"
},
"author": "Martin Moscovich <[email protected]>",
"repository": {
Expand Down

0 comments on commit 6edc168

Please sign in to comment.