Skip to content

Commit d03991f

Browse files
committed
Fix all dependency vulnerabilities and clean up repo
1 parent 3629101 commit d03991f

1,076 files changed

Lines changed: 17110 additions & 72494 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
.DS_Store
3+
.env

Frontend/salt-frontend/package-lock.json

Lines changed: 17028 additions & 15255 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Frontend/salt-frontend/package.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@fortawesome/fontawesome-svg-core": "^1.2.30",
7-
"@fortawesome/free-solid-svg-icons": "^5.14.0",
8-
"@fortawesome/react-fontawesome": "^0.1.11",
9-
"@testing-library/jest-dom": "^4.2.4",
10-
"@testing-library/react": "^9.3.2",
11-
"@testing-library/user-event": "^7.1.2",
12-
"antd": "^4.5.2",
13-
"axios": "^0.21.2",
14-
"querystring": "^0.2.0",
15-
"react": "^16.13.1",
16-
"react-dom": "^16.13.1",
17-
"react-redux": "^7.2.1",
18-
"react-router-dom": "^5.2.0",
19-
"react-scripts": "3.4.1",
20-
"redux": "^4.0.5",
21-
"redux-thunk": "^2.3.0"
6+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
7+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
8+
"@fortawesome/react-fontawesome": "^0.2.2",
9+
"@testing-library/jest-dom": "^6.6.3",
10+
"@testing-library/react": "^16.1.0",
11+
"@testing-library/user-event": "^14.5.2",
12+
"antd": "^5.23.1",
13+
"axios": "^1.7.9",
14+
"react": "^18.3.1",
15+
"react-dom": "^18.3.1",
16+
"react-redux": "^9.2.0",
17+
"react-router-dom": "^6.28.1",
18+
"react-scripts": "5.0.1",
19+
"redux": "^5.0.1",
20+
"redux-thunk": "^3.1.0"
2221
},
2322
"scripts": {
2423
"start": "react-scripts start",
@@ -41,5 +40,10 @@
4140
"last 1 safari version"
4241
]
4342
},
44-
"proxy": "http://localhost:5000"
43+
"proxy": "http://localhost:5000",
44+
"overrides": {
45+
"nth-check": ">=2.0.1",
46+
"postcss": ">=8.4.31",
47+
"webpack-dev-server": ">=5.2.1"
48+
}
4549
}

Frontend/salt-frontend/yarn.lock

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

node_modules/.yarn-integrity

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

node_modules/lodash/LICENSE

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

node_modules/lodash/README.md

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

node_modules/lodash/_DataView.js

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

node_modules/lodash/_Hash.js

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

0 commit comments

Comments
 (0)