Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: packages/react-scripts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
  • Loading branch information
snyk-bot committed Sep 16, 2021
commit ca4feb4d0107633b44abc6b13a9b152eb26db718
10 changes: 5 additions & 5 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"css-loader": "3.5.3",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.6.0",
"eslint": "^7.16.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "4.7.0",
Expand All @@ -56,9 +56,9 @@
"fs-extra": "^8.1.0",
"html-webpack-plugin": "4.3.0",
"identity-obj-proxy": "3.0.0",
"jest": "25.5.4",
"jest": "26.0.0",
"jest-resolve": "25.5.1",
"jest-watch-typeahead": "0.5.0",
"jest-watch-typeahead": "0.6.0",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.4",
Expand All @@ -68,7 +68,7 @@
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2",
"react-app-polyfill": "^1.0.6",
"react-dev-utils": "^10.2.1",
"react-dev-utils": "^11.0.0",
"react-refresh": "^0.8.1",
"resolve": "1.17.0",
"resolve-url-loader": "3.1.1",
Expand All @@ -79,7 +79,7 @@
"ts-pnp": "1.2.0",
"url-loader": "2.3.0",
"webpack": "4.43.0",
"webpack-dev-server": "3.10.3",
"webpack-dev-server": "4.0.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "4.3.1"
},
Expand Down