mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-15 06:23:49 -05:00
Remove snyk tooling (#228)
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
|
||||||
version: v1.14.1
|
|
||||||
ignore: {}
|
|
||||||
# patches apply the minimum changes required to fix a vulnerability
|
|
||||||
patch:
|
|
||||||
SNYK-JS-LODASH-567746:
|
|
||||||
- termcolors > lodash:
|
|
||||||
patched: '2020-05-01T01:18:01.288Z'
|
|
||||||
2348
build/package-lock.json
generated
2348
build/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,7 @@
|
|||||||
"main": "build.js",
|
"main": "build.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node build.js",
|
"build": "node build.js",
|
||||||
"test": "eslint build.js && node build.js check",
|
"test": "eslint build.js && node build.js check"
|
||||||
"snyk-protect": "snyk protect",
|
|
||||||
"prepare": "npm run snyk-protect"
|
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Josh Dick",
|
"name": "Josh Dick",
|
||||||
@@ -24,13 +22,11 @@
|
|||||||
"husky": "^4.2.3"
|
"husky": "^4.2.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"termcolors": "latest",
|
"termcolors": "latest"
|
||||||
"snyk": "^1.316.1"
|
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "npm test"
|
"pre-commit": "npm test"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"snyk": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user