Skip to content

Commit

Permalink
Merge pull request #7953 from marmelab/upgrade-deps
Browse files Browse the repository at this point in the history
Fix security alerts on development packages
  • Loading branch information
fzaninotto committed Jul 8, 2022
2 parents f3ca797 + a303778 commit 84306af
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 661 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"@typescript-eslint/parser": "^5.9.1",
"concurrently": "^5.1.0",
"cross-env": "^5.2.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"full-icu": "~1.3.1",
"husky": "^2.3.0",
"jest": "26.6.0",
"jest-circus": "26.6.0",
"jest-resolve": "26.6.0",
"jest-watch-typeahead": "0.6.1",
"lerna": "~5.1.8",
"lint-staged": "^8.1.7",
"lint-staged": "^13.0.3",
"lolex": "~2.3.2",
"prettier": "~2.1.1",
"raf": "~3.4.1",
Expand Down Expand Up @@ -83,7 +83,9 @@
"terser-webpack-plugin": "^5.0.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-virtual-modules": "^0.4.2",
"mini-css-extract-plugin": "2.4.5"
"mini-css-extract-plugin": "2.4.5",
"minimist": "^1.2.6",
"ejs": "^3.1.7"
},
"packageManager": "yarn@3.1.1"
}
Loading

0 comments on commit 84306af

Please sign in to comment.