Skip to content

Commit

Permalink
Address security issue with Postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
leesheppard committed Nov 2, 2024
1 parent 5207928 commit 664ca39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"css-minimizer-webpack-plugin": "^3.0.2",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.2.0",
"postcss": "^8.4.31",
"postcss": "^8.4.47",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4181,7 +4181,7 @@ postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.
picocolors "^0.2.1"
source-map "^0.6.1"

postcss@^8.1.6, postcss@^8.3.5, postcss@^8.4.31, postcss@^8.4.33:
postcss@^8.1.6, postcss@^8.3.5, postcss@^8.4.33, postcss@^8.4.47:
version "8.4.47"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
Expand Down

0 comments on commit 664ca39

Please sign in to comment.