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

@ -1,173 +1,169 @@
{ {
"name": "frontend", "name": "frontend",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "webpack.config.js", "main": "webpack.config.js",
"scripts": { "scripts": {
"dev": "NODE_ENV=development webpack serve --progress", "dev": "NODE_ENV=development webpack serve --progress",
"build": "webpack --config=webpack.config.prod.js --progress", "build": "webpack --config=webpack.config.prod.js --progress",
"prettify": "prettier --write .", "prettify": "prettier --write .",
"lint": "eslint . --debug", "lint": "eslint . --debug",
"lint:fix": "eslint . --fix --debug", "lint:fix": "eslint . --fix --debug",
"cypress:open": "cypress open", "cypress:open": "cypress open",
"cypress:run": "cypress run", "cypress:run": "cypress run"
"prepare": "yarn run snyk-protect", },
"snyk-protect": "snyk-protect" "engines": {
}, "node": ">=12.13.0"
"engines": { },
"node": ">=12.13.0" "author": "",
}, "license": "ISC",
"author": "", "dependencies": {
"license": "ISC", "@ant-design/icons": "^4.6.2",
"dependencies": { "@auth0/auth0-react": "^1.2.0",
"@ant-design/icons": "^4.6.2", "@babel/core": "7.12.3",
"@auth0/auth0-react": "^1.2.0", "@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
"@babel/core": "7.12.3", "@svgr/webpack": "5.4.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2", "@testing-library/jest-dom": "^5.11.4",
"@svgr/webpack": "5.4.0", "@testing-library/react": "^11.1.0",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/user-event": "^12.1.10",
"@testing-library/react": "^11.1.0", "@types/d3": "^6.2.0",
"@testing-library/user-event": "^12.1.10", "@types/jest": "^26.0.15",
"@types/d3": "^6.2.0", "@types/react": "^17.0.0",
"@types/jest": "^26.0.15", "@types/react-dom": "^16.9.9",
"@types/react": "^17.0.0", "@types/react-redux": "^7.1.11",
"@types/react-dom": "^16.9.9", "@types/react-router-dom": "^5.1.6",
"@types/react-redux": "^7.1.11", "@types/redux": "^3.6.0",
"@types/react-router-dom": "^5.1.6", "@types/styled-components": "^5.1.4",
"@types/redux": "^3.6.0", "@types/vis": "^4.21.21",
"@types/styled-components": "^5.1.4", "antd": "^4.16.13",
"@types/vis": "^4.21.21", "axios": "^0.21.0",
"antd": "^4.16.13", "babel-eslint": "^10.1.0",
"axios": "^0.21.3", "babel-jest": "^26.6.0",
"babel-eslint": "^10.1.0", "babel-loader": "8.1.0",
"babel-jest": "^26.6.0", "babel-plugin-named-asset-import": "^0.3.7",
"babel-loader": "8.1.0", "babel-preset-minify": "^0.5.1",
"babel-plugin-named-asset-import": "^0.3.7", "babel-preset-react-app": "^10.0.0",
"babel-preset-minify": "^0.5.1", "bfj": "^7.0.2",
"babel-preset-react-app": "^10.0.0", "camelcase": "^6.1.0",
"bfj": "^7.0.2", "case-sensitive-paths-webpack-plugin": "2.3.0",
"camelcase": "^6.1.0", "chart.js": "^3.4.0",
"case-sensitive-paths-webpack-plugin": "2.3.0", "chartjs-adapter-date-fns": "^2.0.0",
"chart.js": "^3.4.0", "css-loader": "4.3.0",
"chartjs-adapter-date-fns": "^2.0.0", "d3": "^6.2.0",
"css-loader": "4.3.0", "d3-flame-graph": "^3.1.1",
"d3": "^7.0.0", "d3-tip": "^0.9.1",
"d3-flame-graph": "^3.1.1", "dotenv": "8.2.0",
"d3-tip": "^0.9.1", "dotenv-expand": "5.1.0",
"dotenv": "8.2.0", "eslint-config-react-app": "^6.0.0",
"dotenv-expand": "5.1.0", "eslint-plugin-flowtype": "^5.2.0",
"eslint-config-react-app": "^6.0.0", "eslint-plugin-jest": "^24.1.0",
"eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-jest": "^24.1.0", "eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-testing-library": "^3.9.2",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-webpack-plugin": "^2.1.0",
"eslint-plugin-testing-library": "^3.9.2", "file-loader": "6.1.1",
"eslint-webpack-plugin": "^2.1.0", "fs-extra": "^9.0.1",
"file-loader": "6.1.1", "history": "4.10.1",
"fs-extra": "^9.0.1", "html-webpack-plugin": "5.1.0",
"history": "4.10.1", "identity-obj-proxy": "3.0.0",
"html-webpack-plugin": "5.1.0", "jest": "26.6.0",
"identity-obj-proxy": "3.0.0", "jest-circus": "26.6.0",
"jest": "26.6.0", "jest-resolve": "26.6.0",
"jest-circus": "26.6.0", "jest-watch-typeahead": "0.6.1",
"jest-resolve": "26.6.0", "pnp-webpack-plugin": "1.6.4",
"jest-watch-typeahead": "0.6.1", "postcss-loader": "3.0.0",
"pnp-webpack-plugin": "1.6.4", "postcss-normalize": "8.0.1",
"postcss-loader": "3.0.0", "postcss-preset-env": "6.7.0",
"postcss-normalize": "8.0.1", "postcss-safe-parser": "5.0.2",
"postcss-preset-env": "6.7.0", "prop-types": "^15.6.2",
"postcss-safe-parser": "5.0.2", "react": "17.0.0",
"prop-types": "^15.6.2", "react-app-polyfill": "^2.0.0",
"react": "17.0.0", "react-chips": "^0.8.0",
"react-app-polyfill": "^2.0.0", "react-css-theme-switcher": "^0.1.6",
"react-chips": "^0.8.0", "react-dev-utils": "^11.0.0",
"react-css-theme-switcher": "^0.1.6", "react-dom": "17.0.0",
"react-dev-utils": "^11.0.0", "react-force-graph": "^1.41.0",
"react-dom": "17.0.0", "react-graph-vis": "^1.0.5",
"react-force-graph": "^1.41.0", "react-grid-layout": "^1.2.5",
"react-graph-vis": "^1.0.5", "react-modal": "^3.12.1",
"react-grid-layout": "^1.2.5", "react-redux": "^7.2.2",
"react-modal": "^3.12.1", "react-refresh": "^0.8.3",
"react-redux": "^7.2.2", "react-router-dom": "^5.2.0",
"react-refresh": "^0.8.3", "react-vis": "^1.11.7",
"react-router-dom": "^5.2.0", "redux": "^4.0.5",
"react-vis": "^1.11.7", "redux-thunk": "^2.3.0",
"redux": "^4.0.5", "resolve": "1.18.1",
"redux-thunk": "^2.3.0", "resolve-url-loader": "^3.1.2",
"resolve": "1.18.1", "sass-loader": "8.0.2",
"resolve-url-loader": "^3.1.2", "semver": "7.3.2",
"sass-loader": "8.0.2", "style-loader": "1.3.0",
"semver": "7.3.2", "styled-components": "^5.2.1",
"style-loader": "1.3.0", "terser-webpack-plugin": "4.2.3",
"styled-components": "^5.2.1", "ts-pnp": "1.2.0",
"terser-webpack-plugin": "4.2.3", "tsconfig-paths-webpack-plugin": "^3.5.1",
"ts-pnp": "1.2.0", "typescript": "^4.0.5",
"tsconfig-paths-webpack-plugin": "^3.5.1", "url-loader": "4.1.1",
"typescript": "^4.0.5", "uuid": "^8.3.2",
"url-loader": "4.1.1", "web-vitals": "^0.2.4",
"uuid": "^8.3.2", "webpack": "^5.23.0",
"web-vitals": "^0.2.4", "webpack-dev-server": "^3.11.2",
"webpack": "^5.23.0", "webpack-manifest-plugin": "2.2.0",
"webpack-dev-server": "^4.0.0", "workbox-webpack-plugin": "5.1.4"
"webpack-manifest-plugin": "2.2.0", },
"workbox-webpack-plugin": "5.1.4", "browserslist": {
"@snyk/protect": "latest" "production": [
}, ">0.2%",
"browserslist": { "not dead",
"production": [ "not op_mini all"
">0.2%", ],
"not dead", "development": [
"not op_mini all" "last 1 chrome version",
], "last 1 firefox version",
"development": [ "last 1 safari version"
"last 1 chrome version", ]
"last 1 firefox version", },
"last 1 safari version" "devDependencies": {
] "@babel/core": "^7.12.3",
}, "@babel/plugin-proposal-class-properties": "^7.12.13",
"devDependencies": { "@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/preset-react": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.12.13", "@babel/preset-typescript": "^7.12.17",
"@babel/preset-env": "^7.12.17", "@testing-library/cypress": "^8.0.0",
"@babel/preset-react": "^7.12.13", "@types/d3-tip": "^3.5.5",
"@babel/preset-typescript": "^7.12.17", "@types/lodash-es": "^4.17.4",
"@testing-library/cypress": "^8.0.0", "@types/node": "^14.17.12",
"@types/d3-tip": "^3.5.5", "@types/react-grid-layout": "^1.1.2",
"@types/lodash-es": "^4.17.4", "@types/uuid": "^8.3.1",
"@types/node": "^14.17.12", "@typescript-eslint/eslint-plugin": "^4.28.2",
"@types/react-grid-layout": "^1.1.2", "@typescript-eslint/parser": "^4.28.2",
"@types/uuid": "^8.3.1", "autoprefixer": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.2", "babel-plugin-styled-components": "^1.12.0",
"@typescript-eslint/parser": "^4.28.2", "compression-webpack-plugin": "^8.0.0",
"autoprefixer": "^9.0.0", "copy-webpack-plugin": "^7.0.0",
"babel-plugin-styled-components": "^1.12.0", "cypress": "^8.3.0",
"compression-webpack-plugin": "^8.0.0", "eslint": "^7.30.0",
"copy-webpack-plugin": "^7.0.0", "eslint-config-prettier": "^8.3.0",
"cypress": "^8.3.0", "eslint-config-standard": "^16.0.3",
"eslint": "^7.30.0", "eslint-plugin-import": "^2.23.4",
"eslint-config-prettier": "^8.3.0", "eslint-plugin-node": "^11.1.0",
"eslint-config-standard": "^16.0.3", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-import": "^2.23.4", "eslint-plugin-promise": "^5.1.0",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-react": "^7.24.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-promise": "^5.1.0", "gulp": "^4.0.2",
"eslint-plugin-react": "^7.24.0", "gulp-csso": "^4.0.1",
"eslint-plugin-simple-import-sort": "^7.0.0", "gulp-debug": "^4.0.0",
"gulp": "^4.0.2", "gulp-less": "^4.0.1",
"gulp-csso": "^4.0.1", "gulp-postcss": "^9.0.0",
"gulp-debug": "^4.0.0", "husky": "4.3.8",
"gulp-less": "^4.0.1", "less-plugin-npm-import": "^2.1.0",
"gulp-postcss": "^9.0.0", "lint-staged": "10.5.3",
"husky": "4.3.8", "lodash-es": "^4.17.21",
"less-plugin-npm-import": "^2.1.0", "portfinder-sync": "^0.0.2",
"lint-staged": "10.5.3", "prettier": "2.2.1",
"lodash-es": "^4.17.21", "react-hot-loader": "^4.13.0",
"portfinder-sync": "^0.0.2", "react-is": "^17.0.1",
"prettier": "2.2.1", "webpack-cli": "^4.5.0"
"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