Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit b230865

Browse files
snyk-botmleanos
authored andcommitted
fix: package.json to reduce vulnerabilities (#1946)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:jasmine-core:20180216 - https://snyk.io/vuln/npm:validator:20180218 Latest report for meanjs/mean: https://snyk.io/test/github/meanjs/mean
1 parent 2ec556f commit b230865

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
"gulp-uglify": "~3.0.0",
7777
"helmet": "^3.8.2",
7878
"imagemin-pngquant": "~6.0.0",
79-
"jasmine-core": "~2.7.0",
79+
"jasmine-core": "~3.0.0",
8080
"lodash": "~4.17.5",
8181
"lusca": "~1.5.1",
8282
"method-override": "^2.3.10",
@@ -97,7 +97,7 @@
9797
"run-sequence": "~2.1.0",
9898
"serve-favicon": "^2.4.5",
9999
"socket.io": "^2.0.3",
100-
"validator": "~8.0.0",
100+
"validator": "~9.4.1",
101101
"winston": "~2.3.1",
102102
"wiredep": "~4.0.0",
103103
"snyk": "^1.116.4"

0 commit comments

Comments
 (0)