Skip to content

Commit dc7dd10

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:slug:20170907
1 parent 13a230d commit dc7dd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"i18next-express-middleware": "1.3.2",
7777
"i18next-node-fs-backend": "2.0.0",
7878
"ioredis": "4.0.0",
79-
"le_node": "1.7.1",
79+
"le_node": "1.8.0",
8080
"lodash": "4.17.10",
8181
"method-override": "3.0.0",
8282
"mkdirp": "0.5.1",
@@ -102,7 +102,7 @@
102102
"pretty-bytes": "5.1.0",
103103
"require-webpack-compat": "3.0.0",
104104
"serve-favicon": "2.5.0",
105-
"slug": "0.9.1",
105+
"slug": "0.9.2",
106106
"snyk": "1.94.0",
107107
"socket.io": "2.1.1",
108108
"socket.io-client": "2.1.1",

0 commit comments

Comments
 (0)