Skip to content

Commit 9174e93

Browse files
authored
[Snyk] Fix for 1 vulnerabilities (#8)
1 parent 18179fc commit 9174e93

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.snyk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.14.1
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
SNYK-JS-LODASH-567746:
7+
- alasql > lodash:
8+
patched: '2020-05-01T04:03:38.506Z'

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "sqllogictest of AlaSQL",
55
"main": "sqllogic/run_raw.js",
66
"scripts": {
7-
"test": "node --expose-gc run.js > results/output.md"
7+
"test": "node --expose-gc run.js > results/output.md",
8+
"snyk-protect": "snyk protect",
9+
"prepublish": "npm run snyk-protect"
810
},
911
"repository": {
1012
"type": "git",
@@ -29,6 +31,8 @@
2931
"paralleljs": "^0.2.1",
3032
"pegjs": "^0.10.0",
3133
"sql.js": "^0.2.21",
32-
"yargs": "^3.31.0"
33-
}
34+
"yargs": "^3.31.0",
35+
"snyk": "^1.316.1"
36+
},
37+
"snyk": true
3438
}

0 commit comments

Comments
 (0)