Revert "fix: frontend/package.json, frontend/yarn.lock & frontend/.snyk to reduce vulnerabilities (#310)" (#315)

This reverts commit e756cefa758270bfa11fb66f7228167643218fd0.
This commit is contained in:
Ankit Nayan 2021-09-28 19:25:32 +05:30 committed by GitHub
parent 18fc697b91
commit 8a781076e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 750 additions and 634 deletions

View File

@ -1,8 +0,0 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.22.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- react-force-graph > 3d-force-graph-vr > aframe > debug:
patched: '2021-09-28T04:21:10.696Z'

View File

@ -10,9 +10,7 @@
"lint": "eslint . --debug",
"lint:fix": "eslint . --fix --debug",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
"cypress:run": "cypress run"
},
"engines": {
"node": ">=12.13.0"
@ -38,7 +36,7 @@
"@types/styled-components": "^5.1.4",
"@types/vis": "^4.21.21",
"antd": "^4.16.13",
"axios": "^0.21.3",
"axios": "^0.21.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
"babel-loader": "8.1.0",
@ -51,7 +49,7 @@
"chart.js": "^3.4.0",
"chartjs-adapter-date-fns": "^2.0.0",
"css-loader": "4.3.0",
"d3": "^7.0.0",
"d3": "^6.2.0",
"d3-flame-graph": "^3.1.1",
"d3-tip": "^0.9.1",
"dotenv": "8.2.0",
@ -108,10 +106,9 @@
"uuid": "^8.3.2",
"web-vitals": "^0.2.4",
"webpack": "^5.23.0",
"webpack-dev-server": "^4.0.0",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.4",
"@snyk/protect": "latest"
"workbox-webpack-plugin": "5.1.4"
},
"browserslist": {
"production": [
@ -168,6 +165,5 @@
"react-hot-loader": "^4.13.0",
"react-is": "^17.0.1",
"webpack-cli": "^4.5.0"
},
"snyk": true
}
}

File diff suppressed because it is too large Load Diff