mirror of
https://github.com/status-im/chat.git
synced 2025-02-16 15:07:34 +00:00
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
This commit is contained in:
parent
6947b6715e
commit
5fd175d2fd
18
.snyk
Normal file
18
.snyk
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||||
|
version: v1.25.1
|
||||||
|
ignore: {}
|
||||||
|
# patches apply the minimum changes required to fix a vulnerability
|
||||||
|
patch:
|
||||||
|
SNYK-JS-LODASH-567746:
|
||||||
|
- murmur-client > libp2p-websocket-star > async > lodash:
|
||||||
|
patched: '2024-05-22T22:11:02.060Z'
|
||||||
|
id: SNYK-JS-LODASH-567746
|
||||||
|
path: murmur-client > libp2p-websocket-star > async > lodash
|
||||||
|
- status-js-api > web3 > web3-shh > web3-utils > lodash:
|
||||||
|
patched: '2024-05-22T22:11:02.060Z'
|
||||||
|
id: SNYK-JS-LODASH-567746
|
||||||
|
path: status-js-api > web3 > web3-shh > web3-utils > lodash
|
||||||
|
- status-js-api > web3 > web3-eth-personal > web3-core-helpers > lodash:
|
||||||
|
patched: '2024-05-22T22:11:02.060Z'
|
||||||
|
id: SNYK-JS-LODASH-567746
|
||||||
|
path: status-js-api > web3 > web3-eth-personal > web3-core-helpers > lodash
|
24601
package-lock.json
generated
24601
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -26,21 +26,24 @@
|
|||||||
"react-hot-loader": "^4.3.4",
|
"react-hot-loader": "^4.3.4",
|
||||||
"react-jazzicon": "^0.1.3",
|
"react-jazzicon": "^0.1.3",
|
||||||
"react-linkify": "^0.2.2",
|
"react-linkify": "^0.2.2",
|
||||||
"react-scripts": "2.1.3",
|
"react-scripts": "5.0.0",
|
||||||
"react-spinners": "^0.4.7",
|
"react-spinners": "^0.4.7",
|
||||||
"react-spotify-player": "^1.0.4",
|
"react-spotify-player": "^1.0.4",
|
||||||
"react-syntax-highlighter": "^10.0.1",
|
"react-syntax-highlighter": "^10.0.1",
|
||||||
"react-youtube": "^7.8.0",
|
"react-youtube": "^7.8.0",
|
||||||
"status-js-api": "^1.2.6",
|
"status-js-api": "^1.2.6",
|
||||||
"typescript": "^3.2.4",
|
"typescript": "^3.2.4",
|
||||||
"uuid": "^3.3.2"
|
"uuid": "^3.3.2",
|
||||||
|
"@snyk/protect": "latest"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"build-opt": "react-scripts --max_old_space_size=4096 build",
|
"build-opt": "react-scripts --max_old_space_size=4096 build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject",
|
||||||
|
"prepare": "npm run snyk-protect",
|
||||||
|
"snyk-protect": "snyk-protect"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app"
|
"extends": "react-app"
|
||||||
@ -50,5 +53,6 @@
|
|||||||
"not dead",
|
"not dead",
|
||||||
"not ie <= 11",
|
"not ie <= 11",
|
||||||
"not op_mini all"
|
"not op_mini all"
|
||||||
]
|
],
|
||||||
|
"snyk": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user