Skip to content

Commit cf26cad

Browse files
committed
Merge pull request #54 from github/update-postcss
Add override to avoid vulnerable version of postcss
2 parents e330b3e + a7fb353 commit cf26cad

File tree

2 files changed

+31
-55
lines changed

2 files changed

+31
-55
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"overrides": {
1515
"@svgr/webpack": "^8.0.1",
16-
"@adobe/css-tools": "^4.3.1"
16+
"@adobe/css-tools": "^4.3.1",
17+
"postcss": "^8.4.31"
1718
},
1819
"scripts": {
1920
"start": "BROWSER=none WDS_SOCKET_PORT=0 react-scripts start",

0 commit comments

Comments
 (0)