Skip to content

Commit d8fc929

Browse files
authored
Merge pull request github#54 from github/update-postcss
Add override to avoid vulnerable version of postcss
2 parents 0a35658 + 07019c7 commit d8fc929

File tree

2 files changed

+31
-55
lines changed

2 files changed

+31
-55
lines changed

package-lock.json

+29-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
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)