Skip to content

Commit 16250ee

Browse files
authored
fix: packages/react-scripts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-15869628 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619
1 parent b305ffb commit 16250ee

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

packages/react-scripts/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.12.3",
31+
"@babel/core": "7.13.14",
3232
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
3333
"@svgr/webpack": "5.5.0",
3434
"@typescript-eslint/eslint-plugin": "^4.5.0",
@@ -52,14 +52,14 @@
5252
"eslint-plugin-jsx-a11y": "^6.3.1",
5353
"eslint-plugin-react": "^7.21.5",
5454
"eslint-plugin-react-hooks": "^4.2.0",
55-
"eslint-plugin-testing-library": "^3.9.2",
55+
"eslint-plugin-testing-library": "^4.0.0",
5656
"eslint-webpack-plugin": "^2.5.2",
5757
"file-loader": "6.1.1",
5858
"fs-extra": "^9.0.1",
5959
"html-webpack-plugin": "4.5.0",
6060
"identity-obj-proxy": "3.0.0",
61-
"jest": "26.6.0",
62-
"jest-circus": "26.6.0",
61+
"jest": "28.0.0",
62+
"jest-circus": "27.0.0",
6363
"jest-resolve": "26.6.0",
6464
"jest-watch-typeahead": "0.6.1",
6565
"mini-css-extract-plugin": "0.11.3",
@@ -83,9 +83,9 @@
8383
"ts-pnp": "1.2.0",
8484
"url-loader": "4.1.1",
8585
"webpack": "4.44.2",
86-
"webpack-dev-server": "3.11.1",
87-
"webpack-manifest-plugin": "2.2.0",
88-
"workbox-webpack-plugin": "5.1.4"
86+
"webpack-dev-server": "4.0.0",
87+
"webpack-manifest-plugin": "3.0.0",
88+
"workbox-webpack-plugin": "6.0.0"
8989
},
9090
"devDependencies": {
9191
"react": "^17.0.1",

0 commit comments

Comments
 (0)