snyk-bot 2023-12-19 14:57:40 +00:00
parent 6947b6715e
commit 66f5a63bf9
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3
3 changed files with 24684 additions and 17488 deletions

28
.snyk Normal file
View File

@ -0,0 +1,28 @@
# 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 > peer-info > peer-id > async > lodash:
patched: '2023-12-19T14:56:17.581Z'
id: SNYK-JS-LODASH-567746
path: murmur-client > peer-info > peer-id > async > lodash
- eth-keyring-controller > obs-store > babelify > babel-core > babel-types > lodash:
patched: '2023-12-19T14:56:17.581Z'
id: SNYK-JS-LODASH-567746
path: >-
eth-keyring-controller > obs-store > babelify > babel-core >
babel-types > lodash
- eth-keyring-controller > obs-store > babelify > babel-core > babel-traverse > lodash:
patched: '2023-12-19T14:56:17.581Z'
id: SNYK-JS-LODASH-567746
path: >-
eth-keyring-controller > obs-store > babelify > babel-core >
babel-traverse > lodash
- eth-keyring-controller > obs-store > babelify > babel-core > babel-template > lodash:
patched: '2023-12-19T14:56:17.581Z'
id: SNYK-JS-LODASH-567746
path: >-
eth-keyring-controller > obs-store > babelify > babel-core >
babel-template > lodash

42126
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,12 +13,12 @@
"@types/react-dom": "^16.0.11",
"autoscroll-react": "^3.2.0",
"emoji-mart": "^2.8.1",
"eth-keyring-controller": "^3.3.1",
"eth-keyring-controller": "^9.0.0",
"formik": "^1.3.1",
"ipfs": "^0.33.1",
"ipfs": "^0.51.0",
"lodash": "^4.17.11",
"memoize-one": "^4.0.3",
"murmur-client": "^0.3.4",
"murmur-client": "^0.3.0",
"pull-file-reader": "^1.0.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
@ -26,21 +26,24 @@
"react-hot-loader": "^4.3.4",
"react-jazzicon": "^0.1.3",
"react-linkify": "^0.2.2",
"react-scripts": "2.1.3",
"react-scripts": "5.0.0",
"react-spinners": "^0.4.7",
"react-spotify-player": "^1.0.4",
"react-syntax-highlighter": "^10.0.1",
"react-youtube": "^7.8.0",
"status-js-api": "^1.2.6",
"typescript": "^3.2.4",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"@snyk/protect": "latest"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-opt": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"eslintConfig": {
"extends": "react-app"
@ -50,5 +53,6 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"snyk": true
}