Skip to content

Commit

Permalink
Update immer to 8.0.1 to fix security warning (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier committed Jan 21, 2021
1 parent 16ff702 commit ca4c448
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 546 deletions.
21 changes: 11 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.2",
"@sentry/browser": "^5.29.0",
"@sentry/browser": "^6.0.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"http-proxy-middleware": "^1.0.6",
"js-cookie": "^2.2.1",
"qs": "^6.9.4",
"qs": "^6.9.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
Expand All @@ -40,25 +40,26 @@
"@types/qs": "^6.9.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.12",
"@types/react-router-dom": "^5.1.6",
"@types/react-redux": "^7.1.15",
"@types/react-router-dom": "^5.1.7",
"@types/recompose": "^0.30.7",
"babel-eslint": "^10.1.0",
"cypress": "^5.6.0",
"eslint": "^7.15.0",
"cypress": "^6.3.0",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react": "^7.22.0",
"faker": "^5.1.0",
"prettier": "^2.2.1",
"ts-loader": "^8.0.12",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"wait-on": "^5.2.0"
"wait-on": "^5.2.1"
},
"resolutions": {
"set-value": "^3.0.1"
"set-value": "^3.0.1",
"immer": "^8.0.1"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
Loading

0 comments on commit ca4c448

Please sign in to comment.