未验证 提交 542520fc 编写于 作者: S Snyk bot 提交者: GitHub
上级 76c08514
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
version: v1.16.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-MINIMIST-559764:
- electron > extract-zip > mkdirp > minimist:
reason: None given
expires: '2020-04-22T13:23:24.095Z'
patch: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- electron > @electron/get > global-tunnel-ng > lodash:
patched: '2020-07-07T09:01:03.422Z'
此差异已折叠。
......@@ -28,7 +28,9 @@
"postbuild-windows": "rmdir /S /Q prebuild-src",
"test": "rsync -a --info=progress2 src/ prebuild-src --exclude node_modules && node prebuild-minify.js && cd prebuild-src && npm install && snyk test && cd .. && rm -R prebuild-src",
"init-file-icons": "git submodule update --init",
"update-file-icons": "git submodule foreach git pull origin master && node file-icons-generator.js"
"update-file-icons": "git submodule foreach git pull origin master && node file-icons-generator.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
......@@ -104,14 +106,17 @@
},
"dependencies": {
"clean-css": "4.2.3",
"electron": "8.2.4",
"electron": "8.3.1",
"electron-builder": "^22.5.1",
"electron-rebuild": "^1.10.1",
"node-abi": "2.16.0",
"node-json-minify": "1.0.0",
"uglify-es": "3.3.9"
"uglify-es": "3.3.9",
"snyk": "^1.360.0"
},
"optionalDependencies": {
"cson-parser": "4.0.4"
}
},
"snyk": true,
"devDependencies": {}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册