mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
chore: remove snyk from dev-dependencies (#27425)
This commit is contained in:
8
.snyk
8
.snyk
@@ -1,8 +0,0 @@
|
|||||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
|
||||||
version: v1.14.0
|
|
||||||
ignore: {}
|
|
||||||
# patches apply the minimum changes required to fix a vulnerability
|
|
||||||
patch:
|
|
||||||
SNYK-JS-LODASH-450202:
|
|
||||||
- cypress > getos > async > lodash:
|
|
||||||
patched: '2020-01-31T01:35:12.802Z'
|
|
||||||
14
package.json
14
package.json
@@ -11,16 +11,10 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/frappe/erpnext/issues"
|
"url": "https://github.com/frappe/erpnext/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {},
|
||||||
"snyk": "^1.518.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"onscan.js": "^1.5.2",
|
"html2canvas": "^1.1.4",
|
||||||
"html2canvas": "^1.1.4"
|
"onscan.js": "^1.5.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {}
|
||||||
"snyk-protect": "snyk protect",
|
|
||||||
"prepare": "yarn run snyk-protect"
|
|
||||||
},
|
|
||||||
"snyk": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user