Skip to content

Commit

Permalink
Fixing postcss@^7.0.35 depnendency vulnerability (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
epacke authored Nov 18, 2024
1 parent eb74be8 commit 4fd10b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
32 changes: 0 additions & 32 deletions pipeline-ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pipeline-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"styled-components": "^5.3.9",
"typescript": "~4.9.4"
},
"overrides": {
"nth-check": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
"postcss": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz"
},
"scripts": {
"start": "cross-env NODE_ENV=production react-scripts start",
"dev": "cross-env NODE_ENV=development react-scripts start",
Expand Down

0 comments on commit 4fd10b4

Please sign in to comment.