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-DEBUG-3227433
  • Loading branch information
snyk-bot committed Jan 9, 2023
commit 6958249127d921fec98f150dd4278013a8c93761
8 changes: 4 additions & 4 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"css-loader": "0.26.1",
"detect-port": "1.0.1",
"dotenv": "2.0.0",
"eslint": "3.16.1",
"eslint": "4.7.0",
"eslint-config-react-app": "^0.6.0",
"eslint-loader": "1.6.3",
"eslint-plugin-flowtype": "2.21.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-import": "2.6.1",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.4.1",
"extract-text-webpack-plugin": "2.0.0",
Expand All @@ -53,11 +53,11 @@
"object-assign": "4.1.1",
"postcss-loader": "1.3.1",
"promise": "7.1.1",
"react-dev-utils": "^0.5.1",
"react-dev-utils": "^7.0.2",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1",
"webpack-dev-server": "3.1.10",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.2"
},
Expand Down