Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 928bf4a

Browse files
authored
🛡️ Security / 2024 04 vulnerabilities (#69)
* fix vulnerabilities on react-javascript example * fix vulnerabilities on communitiz-app typescript example * fix vulnerabilities on react-typescript example * fix babel-traverse vulnerability
1 parent e4b30fd commit 928bf4a

File tree

8 files changed

+115
-447
lines changed

8 files changed

+115
-447
lines changed

examples/communitiz-app-react-typescript/package-lock.json

Lines changed: 14 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/communitiz-app-react-typescript/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@
1010
"react": "file:../../node_modules/react",
1111
"react-dom": "file:../../node_modules/react-dom",
1212
"react-scripts": "^5.0.1",
13-
"nth-check": ">=2.0.1",
14-
"postcss": ">=8.4.31",
1513
"typescript": "^4.9.5",
1614
"webpack-dev-middleware": ">=5.3.4"
1715
},
1816
"scripts": {
1917
"start": "react-scripts start",
2018
"build": "react-scripts build"
2119
},
20+
"overrides": {
21+
"express": ">=4.19.2",
22+
"nth-check": ">=2.0.1",
23+
"postcss": ">=8.4.31"
24+
},
2225
"eslintConfig": {
2326
"extends": [
2427
"react-app"

examples/react-javascript/package-lock.json

Lines changed: 14 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-javascript/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"react-dom": "file:../../node_modules/react-dom",
99
"react-scripts": "5.0.1",
1010
"webpack-dev-middleware": ">=5.3.4",
11-
"nth-check": ">=2.0.1",
12-
"postcss": ">=8.4.31",
1311
"web-vitals": "^2.1.4"
1412
},
1513
"scripts": {
@@ -18,6 +16,11 @@
1816
"test": "react-scripts test",
1917
"eject": "react-scripts eject"
2018
},
19+
"overrides": {
20+
"express": ">=4.19.2",
21+
"nth-check": ">=2.1.1",
22+
"postcss": ">=8.4.31"
23+
},
2124
"eslintConfig": {
2225
"extends": [
2326
"react-app"

0 commit comments

Comments
 (0)