Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-03-22 09:47:11 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-22 09:47:11 +0300
commit42c59910d8a94b7c4f7caad7967940e4c9af1e00 (patch)
treef9aefff4e98e5a270ad53cf8dae76f7bfc321271 /package.json
parentdfaea7a01304b93310b6f319b450c2ba350ea9c5 (diff)
Update dependencies
* morgan 1.10.0 Also fix the remaining npm vulnerabilities.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 24725af..3eed00b 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"body-parser": "^1.19.0",
"bootlint": "^1.0.0",
"express": "^4.17.1",
- "morgan": "^1.9.1"
+ "morgan": "^1.10.0"
},
"devDependencies": {
"xo": "^0.25.4"