Skip to content

Commit

Permalink
Merge pull request #34 from ungdev/fix/update-deps
Browse files Browse the repository at this point in the history
Fix/update deps add security patches
  • Loading branch information
ThomasLachaux authored Oct 19, 2022
2 parents 93132a7 + 374c971 commit 79b8f92
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 58 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
},
"dependencies": {
"axios": "^0.23.0",
"express": "^4.17.1",
"express": "^4.17.3",
"history": "^4.10.1",
"moment": "^2.29.1",
"moment": "^2.29.4",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fontawesome": "^1.7.1",
"react-modal": "^3.14.3",
"react-redux": "^7.2.5",
"react-modal": "^3.14.4",
"react-redux": "^7.2.9",
"react-router": "^5.2.1",
"react-scripts": "^4.0.3",
"react-toastify": "^8.0.3",
"redux": "^4.1.1",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"socket.io-client": "^4.3.2"
},
"devDependencies": {
"@types/node": "^16.11.1",
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.10",
"@types/node": "^16.11.64",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@types/react-fontawesome": "^1.6.5",
"@types/react-modal": "^3.13.1",
"@types/react-redux": "^7.1.20",
"@types/react-router": "^5.1.17",
"@types/react-redux": "^7.1.24",
"@types/react-router": "^5.1.19",
"@types/redux-logger": "^3.0.9",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand All @@ -46,8 +46,8 @@
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-flowtype": "^5.2.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
Expand Down
Loading

0 comments on commit 79b8f92

Please sign in to comment.