forked from p15670423/monkey
fix: monkey/monkey_island/cc/ui/package.json, monkey/monkey_island/cc/ui/package-lock.json & monkey/monkey_island/cc/ui/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NPM-575435 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
This commit is contained in:
parent
965be23f18
commit
2f0b777533
|
@ -0,0 +1,22 @@
|
|||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.16.0
|
||||
ignore: {}
|
||||
# patches apply the minimum changes required to fix a vulnerability
|
||||
patch:
|
||||
SNYK-JS-LODASH-567746:
|
||||
- react-data-components > lodash:
|
||||
patched: '2020-07-14T15:09:05.611Z'
|
||||
- react-graph-vis > lodash:
|
||||
patched: '2020-07-14T15:09:05.611Z'
|
||||
- react-jsonschema-form > lodash:
|
||||
patched: '2020-07-14T15:09:05.611Z'
|
||||
- react-particles-js > lodash:
|
||||
patched: '2020-07-14T15:09:05.611Z'
|
||||
- react-bootstrap > @restart/hooks > lodash:
|
||||
patched: '2020-07-14T15:09:05.611Z'
|
||||
- react-bootstrap > react-overlays > @restart/hooks > lodash:
|
||||
patched: '2020-07-14T15:09:05.611Z'
|
||||
- '@emotion/core > @emotion/css > babel-plugin-emotion > @babel/helper-module-imports > @babel/types > lodash':
|
||||
patched: '2020-07-14T15:09:05.611Z'
|
||||
- react-spinners > @emotion/core > @emotion/css > babel-plugin-emotion > @babel/helper-module-imports > @babel/types > lodash:
|
||||
patched: '2020-07-14T15:09:05.611Z'
|
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,9 @@
|
|||
"release:patch": "npm version patch && npm publish && git push --follow-tags",
|
||||
"serve": "node server.js --env=dev",
|
||||
"serve:dist": "node server.js --env=dist",
|
||||
"start": "webpack-dev-server --verbose --mode development --open --history-api-fallback --port 8000"
|
||||
"start": "webpack-dev-server --verbose --mode development --open --history-api-fallback --port 8000",
|
||||
"snyk-protect": "snyk protect",
|
||||
"prepare": "npm run snyk-protect"
|
||||
},
|
||||
"repository": "",
|
||||
"keywords": [],
|
||||
|
@ -74,7 +76,7 @@
|
|||
"jwt-decode": "^2.2.0",
|
||||
"marked": "^0.8.2",
|
||||
"normalize.css": "^8.0.0",
|
||||
"npm": "^6.14.5",
|
||||
"npm": "^6.14.6",
|
||||
"pluralize": "^7.0.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"rainge": "^1.0.1",
|
||||
|
@ -102,6 +104,8 @@
|
|||
"react-toggle": "^4.1.1",
|
||||
"react-tooltip-lite": "^1.10.0",
|
||||
"redux": "^4.0.4",
|
||||
"sha3": "^2.0.7"
|
||||
}
|
||||
"sha3": "^2.0.7",
|
||||
"snyk": "^1.361.3"
|
||||
},
|
||||
"snyk": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue