chia-blockchain/build_scripts/npm_windows/package.json
ChiaAutomation 37336638c9
[Snyk] Security upgrade electron-builder from 24.4.0 to 24.6.3 and Lerna to 7.1.3 (#15851)
* fix: build_scripts/npm_linux/package.json & build_scripts/npm_linux/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

* Update to electron-builder 24.6.3 and lerna 7.1.3

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Jeff Cruikshank <jeff@chia.net>
2023-07-24 22:33:02 -05:00

17 lines
307 B
JSON

{
"name": "npm_windows",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"electron-builder": "^24.6.3",
"lerna": "^7.1.3"
}
}