mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-19 00:53:41 -05:00
[Snyk] Fix for 1 vulnerabilities (#218)
* fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 * fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 * fix: build/package.json, build/package-lock.json & build/.snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"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": {
|
||||
"name": "Josh Dick",
|
||||
@@ -22,11 +24,13 @@
|
||||
"husky": "^4.2.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"termcolors": "latest"
|
||||
"termcolors": "latest",
|
||||
"snyk": "^1.316.1"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm test"
|
||||
}
|
||||
}
|
||||
},
|
||||
"snyk": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user