Skip to content

Commit 00cedfa

Browse files
snyk-bottravi
authored andcommitted
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent c079a7a commit 00cedfa

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
@@ -70,7 +70,6 @@
7070
"referee-sinon": "1.0.3",
7171
"rimraf": "3.0.2",
7272
"sinon": "9.0.2",
73-
"snyk": "1.316.1",
7473
"time-grunt": "2.0.0"
7574
},
7675
"dependencies": {
@@ -100,7 +99,8 @@
10099
"query-string": "6.12.1",
101100
"scarecrow": "3.0.4",
102101
"vision": "4.1.1",
103-
"visionary": "6.0.2"
102+
"visionary": "6.0.2",
103+
"snyk": "^1.316.1"
104104
},
105105
"config": {
106106
"commitizen": {

0 commit comments

Comments
 (0)