Skip to content

Commit 8a78107

Browse files
authored
Revert "fix: frontend/package.json, frontend/yarn.lock & frontend/.snyk to reduce vulnerabilities (#310)" (#315)
This reverts commit e756cef.
1 parent 18fc697 commit 8a78107

File tree

3 files changed

+752
-636
lines changed

3 files changed

+752
-636
lines changed

frontend/.snyk

Lines changed: 0 additions & 8 deletions
This file was deleted.

frontend/package.json

Lines changed: 167 additions & 171 deletions
Original file line numberDiff line numberDiff line change
@@ -1,173 +1,169 @@
11
{
2-
"name": "frontend",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "webpack.config.js",
6-
"scripts": {
7-
"dev": "NODE_ENV=development webpack serve --progress",
8-
"build": "webpack --config=webpack.config.prod.js --progress",
9-
"prettify": "prettier --write .",
10-
"lint": "eslint . --debug",
11-
"lint:fix": "eslint . --fix --debug",
12-
"cypress:open": "cypress open",
13-
"cypress:run": "cypress run",
14-
"prepare": "yarn run snyk-protect",
15-
"snyk-protect": "snyk-protect"
16-
},
17-
"engines": {
18-
"node": ">=12.13.0"
19-
},
20-
"author": "",
21-
"license": "ISC",
22-
"dependencies": {
23-
"@ant-design/icons": "^4.6.2",
24-
"@auth0/auth0-react": "^1.2.0",
25-
"@babel/core": "7.12.3",
26-
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
27-
"@svgr/webpack": "5.4.0",
28-
"@testing-library/jest-dom": "^5.11.4",
29-
"@testing-library/react": "^11.1.0",
30-
"@testing-library/user-event": "^12.1.10",
31-
"@types/d3": "^6.2.0",
32-
"@types/jest": "^26.0.15",
33-
"@types/react": "^17.0.0",
34-
"@types/react-dom": "^16.9.9",
35-
"@types/react-redux": "^7.1.11",
36-
"@types/react-router-dom": "^5.1.6",
37-
"@types/redux": "^3.6.0",
38-
"@types/styled-components": "^5.1.4",
39-
"@types/vis": "^4.21.21",
40-
"antd": "^4.16.13",
41-
"axios": "^0.21.3",
42-
"babel-eslint": "^10.1.0",
43-
"babel-jest": "^26.6.0",
44-
"babel-loader": "8.1.0",
45-
"babel-plugin-named-asset-import": "^0.3.7",
46-
"babel-preset-minify": "^0.5.1",
47-
"babel-preset-react-app": "^10.0.0",
48-
"bfj": "^7.0.2",
49-
"camelcase": "^6.1.0",
50-
"case-sensitive-paths-webpack-plugin": "2.3.0",
51-
"chart.js": "^3.4.0",
52-
"chartjs-adapter-date-fns": "^2.0.0",
53-
"css-loader": "4.3.0",
54-
"d3": "^7.0.0",
55-
"d3-flame-graph": "^3.1.1",
56-
"d3-tip": "^0.9.1",
57-
"dotenv": "8.2.0",
58-
"dotenv-expand": "5.1.0",
59-
"eslint-config-react-app": "^6.0.0",
60-
"eslint-plugin-flowtype": "^5.2.0",
61-
"eslint-plugin-jest": "^24.1.0",
62-
"eslint-plugin-jsx-a11y": "^6.3.1",
63-
"eslint-plugin-react-hooks": "^4.2.0",
64-
"eslint-plugin-testing-library": "^3.9.2",
65-
"eslint-webpack-plugin": "^2.1.0",
66-
"file-loader": "6.1.1",
67-
"fs-extra": "^9.0.1",
68-
"history": "4.10.1",
69-
"html-webpack-plugin": "5.1.0",
70-
"identity-obj-proxy": "3.0.0",
71-
"jest": "26.6.0",
72-
"jest-circus": "26.6.0",
73-
"jest-resolve": "26.6.0",
74-
"jest-watch-typeahead": "0.6.1",
75-
"pnp-webpack-plugin": "1.6.4",
76-
"postcss-loader": "3.0.0",
77-
"postcss-normalize": "8.0.1",
78-
"postcss-preset-env": "6.7.0",
79-
"postcss-safe-parser": "5.0.2",
80-
"prop-types": "^15.6.2",
81-
"react": "17.0.0",
82-
"react-app-polyfill": "^2.0.0",
83-
"react-chips": "^0.8.0",
84-
"react-css-theme-switcher": "^0.1.6",
85-
"react-dev-utils": "^11.0.0",
86-
"react-dom": "17.0.0",
87-
"react-force-graph": "^1.41.0",
88-
"react-graph-vis": "^1.0.5",
89-
"react-grid-layout": "^1.2.5",
90-
"react-modal": "^3.12.1",
91-
"react-redux": "^7.2.2",
92-
"react-refresh": "^0.8.3",
93-
"react-router-dom": "^5.2.0",
94-
"react-vis": "^1.11.7",
95-
"redux": "^4.0.5",
96-
"redux-thunk": "^2.3.0",
97-
"resolve": "1.18.1",
98-
"resolve-url-loader": "^3.1.2",
99-
"sass-loader": "8.0.2",
100-
"semver": "7.3.2",
101-
"style-loader": "1.3.0",
102-
"styled-components": "^5.2.1",
103-
"terser-webpack-plugin": "4.2.3",
104-
"ts-pnp": "1.2.0",
105-
"tsconfig-paths-webpack-plugin": "^3.5.1",
106-
"typescript": "^4.0.5",
107-
"url-loader": "4.1.1",
108-
"uuid": "^8.3.2",
109-
"web-vitals": "^0.2.4",
110-
"webpack": "^5.23.0",
111-
"webpack-dev-server": "^4.0.0",
112-
"webpack-manifest-plugin": "2.2.0",
113-
"workbox-webpack-plugin": "5.1.4",
114-
"@snyk/protect": "latest"
115-
},
116-
"browserslist": {
117-
"production": [
118-
">0.2%",
119-
"not dead",
120-
"not op_mini all"
121-
],
122-
"development": [
123-
"last 1 chrome version",
124-
"last 1 firefox version",
125-
"last 1 safari version"
126-
]
127-
},
128-
"devDependencies": {
129-
"@babel/core": "^7.12.3",
130-
"@babel/plugin-proposal-class-properties": "^7.12.13",
131-
"@babel/plugin-syntax-jsx": "^7.12.13",
132-
"@babel/preset-env": "^7.12.17",
133-
"@babel/preset-react": "^7.12.13",
134-
"@babel/preset-typescript": "^7.12.17",
135-
"@testing-library/cypress": "^8.0.0",
136-
"@types/d3-tip": "^3.5.5",
137-
"@types/lodash-es": "^4.17.4",
138-
"@types/node": "^14.17.12",
139-
"@types/react-grid-layout": "^1.1.2",
140-
"@types/uuid": "^8.3.1",
141-
"@typescript-eslint/eslint-plugin": "^4.28.2",
142-
"@typescript-eslint/parser": "^4.28.2",
143-
"autoprefixer": "^9.0.0",
144-
"babel-plugin-styled-components": "^1.12.0",
145-
"compression-webpack-plugin": "^8.0.0",
146-
"copy-webpack-plugin": "^7.0.0",
147-
"cypress": "^8.3.0",
148-
"eslint": "^7.30.0",
149-
"eslint-config-prettier": "^8.3.0",
150-
"eslint-config-standard": "^16.0.3",
151-
"eslint-plugin-import": "^2.23.4",
152-
"eslint-plugin-node": "^11.1.0",
153-
"eslint-plugin-prettier": "^4.0.0",
154-
"eslint-plugin-promise": "^5.1.0",
155-
"eslint-plugin-react": "^7.24.0",
156-
"eslint-plugin-simple-import-sort": "^7.0.0",
157-
"gulp": "^4.0.2",
158-
"gulp-csso": "^4.0.1",
159-
"gulp-debug": "^4.0.0",
160-
"gulp-less": "^4.0.1",
161-
"gulp-postcss": "^9.0.0",
162-
"husky": "4.3.8",
163-
"less-plugin-npm-import": "^2.1.0",
164-
"lint-staged": "10.5.3",
165-
"lodash-es": "^4.17.21",
166-
"portfinder-sync": "^0.0.2",
167-
"prettier": "2.2.1",
168-
"react-hot-loader": "^4.13.0",
169-
"react-is": "^17.0.1",
170-
"webpack-cli": "^4.5.0"
171-
},
172-
"snyk": true
2+
"name": "frontend",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "webpack.config.js",
6+
"scripts": {
7+
"dev": "NODE_ENV=development webpack serve --progress",
8+
"build": "webpack --config=webpack.config.prod.js --progress",
9+
"prettify": "prettier --write .",
10+
"lint": "eslint . --debug",
11+
"lint:fix": "eslint . --fix --debug",
12+
"cypress:open": "cypress open",
13+
"cypress:run": "cypress run"
14+
},
15+
"engines": {
16+
"node": ">=12.13.0"
17+
},
18+
"author": "",
19+
"license": "ISC",
20+
"dependencies": {
21+
"@ant-design/icons": "^4.6.2",
22+
"@auth0/auth0-react": "^1.2.0",
23+
"@babel/core": "7.12.3",
24+
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
25+
"@svgr/webpack": "5.4.0",
26+
"@testing-library/jest-dom": "^5.11.4",
27+
"@testing-library/react": "^11.1.0",
28+
"@testing-library/user-event": "^12.1.10",
29+
"@types/d3": "^6.2.0",
30+
"@types/jest": "^26.0.15",
31+
"@types/react": "^17.0.0",
32+
"@types/react-dom": "^16.9.9",
33+
"@types/react-redux": "^7.1.11",
34+
"@types/react-router-dom": "^5.1.6",
35+
"@types/redux": "^3.6.0",
36+
"@types/styled-components": "^5.1.4",
37+
"@types/vis": "^4.21.21",
38+
"antd": "^4.16.13",
39+
"axios": "^0.21.0",
40+
"babel-eslint": "^10.1.0",
41+
"babel-jest": "^26.6.0",
42+
"babel-loader": "8.1.0",
43+
"babel-plugin-named-asset-import": "^0.3.7",
44+
"babel-preset-minify": "^0.5.1",
45+
"babel-preset-react-app": "^10.0.0",
46+
"bfj": "^7.0.2",
47+
"camelcase": "^6.1.0",
48+
"case-sensitive-paths-webpack-plugin": "2.3.0",
49+
"chart.js": "^3.4.0",
50+
"chartjs-adapter-date-fns": "^2.0.0",
51+
"css-loader": "4.3.0",
52+
"d3": "^6.2.0",
53+
"d3-flame-graph": "^3.1.1",
54+
"d3-tip": "^0.9.1",
55+
"dotenv": "8.2.0",
56+
"dotenv-expand": "5.1.0",
57+
"eslint-config-react-app": "^6.0.0",
58+
"eslint-plugin-flowtype": "^5.2.0",
59+
"eslint-plugin-jest": "^24.1.0",
60+
"eslint-plugin-jsx-a11y": "^6.3.1",
61+
"eslint-plugin-react-hooks": "^4.2.0",
62+
"eslint-plugin-testing-library": "^3.9.2",
63+
"eslint-webpack-plugin": "^2.1.0",
64+
"file-loader": "6.1.1",
65+
"fs-extra": "^9.0.1",
66+
"history": "4.10.1",
67+
"html-webpack-plugin": "5.1.0",
68+
"identity-obj-proxy": "3.0.0",
69+
"jest": "26.6.0",
70+
"jest-circus": "26.6.0",
71+
"jest-resolve": "26.6.0",
72+
"jest-watch-typeahead": "0.6.1",
73+
"pnp-webpack-plugin": "1.6.4",
74+
"postcss-loader": "3.0.0",
75+
"postcss-normalize": "8.0.1",
76+
"postcss-preset-env": "6.7.0",
77+
"postcss-safe-parser": "5.0.2",
78+
"prop-types": "^15.6.2",
79+
"react": "17.0.0",
80+
"react-app-polyfill": "^2.0.0",
81+
"react-chips": "^0.8.0",
82+
"react-css-theme-switcher": "^0.1.6",
83+
"react-dev-utils": "^11.0.0",
84+
"react-dom": "17.0.0",
85+
"react-force-graph": "^1.41.0",
86+
"react-graph-vis": "^1.0.5",
87+
"react-grid-layout": "^1.2.5",
88+
"react-modal": "^3.12.1",
89+
"react-redux": "^7.2.2",
90+
"react-refresh": "^0.8.3",
91+
"react-router-dom": "^5.2.0",
92+
"react-vis": "^1.11.7",
93+
"redux": "^4.0.5",
94+
"redux-thunk": "^2.3.0",
95+
"resolve": "1.18.1",
96+
"resolve-url-loader": "^3.1.2",
97+
"sass-loader": "8.0.2",
98+
"semver": "7.3.2",
99+
"style-loader": "1.3.0",
100+
"styled-components": "^5.2.1",
101+
"terser-webpack-plugin": "4.2.3",
102+
"ts-pnp": "1.2.0",
103+
"tsconfig-paths-webpack-plugin": "^3.5.1",
104+
"typescript": "^4.0.5",
105+
"url-loader": "4.1.1",
106+
"uuid": "^8.3.2",
107+
"web-vitals": "^0.2.4",
108+
"webpack": "^5.23.0",
109+
"webpack-dev-server": "^3.11.2",
110+
"webpack-manifest-plugin": "2.2.0",
111+
"workbox-webpack-plugin": "5.1.4"
112+
},
113+
"browserslist": {
114+
"production": [
115+
">0.2%",
116+
"not dead",
117+
"not op_mini all"
118+
],
119+
"development": [
120+
"last 1 chrome version",
121+
"last 1 firefox version",
122+
"last 1 safari version"
123+
]
124+
},
125+
"devDependencies": {
126+
"@babel/core": "^7.12.3",
127+
"@babel/plugin-proposal-class-properties": "^7.12.13",
128+
"@babel/plugin-syntax-jsx": "^7.12.13",
129+
"@babel/preset-env": "^7.12.17",
130+
"@babel/preset-react": "^7.12.13",
131+
"@babel/preset-typescript": "^7.12.17",
132+
"@testing-library/cypress": "^8.0.0",
133+
"@types/d3-tip": "^3.5.5",
134+
"@types/lodash-es": "^4.17.4",
135+
"@types/node": "^14.17.12",
136+
"@types/react-grid-layout": "^1.1.2",
137+
"@types/uuid": "^8.3.1",
138+
"@typescript-eslint/eslint-plugin": "^4.28.2",
139+
"@typescript-eslint/parser": "^4.28.2",
140+
"autoprefixer": "^9.0.0",
141+
"babel-plugin-styled-components": "^1.12.0",
142+
"compression-webpack-plugin": "^8.0.0",
143+
"copy-webpack-plugin": "^7.0.0",
144+
"cypress": "^8.3.0",
145+
"eslint": "^7.30.0",
146+
"eslint-config-prettier": "^8.3.0",
147+
"eslint-config-standard": "^16.0.3",
148+
"eslint-plugin-import": "^2.23.4",
149+
"eslint-plugin-node": "^11.1.0",
150+
"eslint-plugin-prettier": "^4.0.0",
151+
"eslint-plugin-promise": "^5.1.0",
152+
"eslint-plugin-react": "^7.24.0",
153+
"eslint-plugin-simple-import-sort": "^7.0.0",
154+
"gulp": "^4.0.2",
155+
"gulp-csso": "^4.0.1",
156+
"gulp-debug": "^4.0.0",
157+
"gulp-less": "^4.0.1",
158+
"gulp-postcss": "^9.0.0",
159+
"husky": "4.3.8",
160+
"less-plugin-npm-import": "^2.1.0",
161+
"lint-staged": "10.5.3",
162+
"lodash-es": "^4.17.21",
163+
"portfinder-sync": "^0.0.2",
164+
"prettier": "2.2.1",
165+
"react-hot-loader": "^4.13.0",
166+
"react-is": "^17.0.1",
167+
"webpack-cli": "^4.5.0"
168+
}
173169
}

0 commit comments

Comments
 (0)