Skip to content

Commit d7d94dc

Browse files
committed
ui: add overrides for [email protected]
Found via facebook/create-react-app#13130 (comment), this allows us to avoid the security vulnerability warning for react-scripts library by upgrading the transitive css-select => nth-check dependency to >= v2.0.1 for facebook/create-react-app#11174.
1 parent 8f527db commit d7d94dc

File tree

3 files changed

+1144
-1022
lines changed

3 files changed

+1144
-1022
lines changed

ui/package-lock.json

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

ui/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"react": "^16.14.0",
88
"react-dom": "^16.14.0"
99
},
10+
"overrides": {
11+
"nth-check": "2.1.1"
12+
},
1013
"devDependencies": {
1114
"react-scripts": "^5.0.1"
1215
},

0 commit comments

Comments
 (0)