Skip to content

Commit

Permalink
fix(deps): update dependency postcss-loader to v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 10, 2024
1 parent ce0b636 commit bc03a28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"mini-css-extract-plugin": "1.6.2",
"node-fetch": "2.7.0",
"postcss": "8.4.35",
"postcss-loader": "8.0.0",
"postcss-loader": "8.1.1",
"postcss-reporter": "7.1.0",
"promise-retry": "2.0.1",
"react-svg-loader": "3.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10022,10 +10022,10 @@ postcss-load-config@^3.1.4:
lilconfig "^2.0.5"
yaml "^1.10.2"

postcss-loader@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-8.0.0.tgz#98bb2fb8f5b8e756ef9847e639f6e323d3f15745"
integrity sha512-+RiNlmYd1aXYv6QSBOAu6n9eJYy0ydyXTfjljAJ3vFU6MMo2M552zTVcBpBH+R5aAeKaYVG1K9UEyAVsLL1Qjg==
postcss-loader@8.1.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-8.1.1.tgz#2822589e7522927344954acb55bbf26e8b195dfe"
integrity sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==
dependencies:
cosmiconfig "^9.0.0"
jiti "^1.20.0"
Expand Down

0 comments on commit bc03a28

Please sign in to comment.