1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 12:05:07 +01:00

Bump postcss-loader from 4.2.0 to 5.0.0

Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 4.2.0 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v4.2.0...v5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-02-03 12:31:39 +00:00
committed by GitHub
parent bacdc62175
commit cb370c379f
2 changed files with 5 additions and 7 deletions

View File

@@ -64,7 +64,7 @@
"mini-css-extract-plugin": "^1.3.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.4",
"postcss-loader": "^4.2.0",
"postcss-loader": "^5.0.0",
"prettier": "^2.2.1",
"release-it": "^14.2.2",
"sass": "^1.32.6",

View File

@@ -6695,15 +6695,13 @@ posix-character-classes@^0.1.0:
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
postcss-loader@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.2.0.tgz#f6993ea3e0f46600fb3ee49bbd010448123a7db4"
integrity sha512-mqgScxHqbiz1yxbnNcPdKYo/6aVt+XExURmEbQlviFVWogDbM4AJ0A/B+ZBpYsJrTRxKw7HyRazg9x0Q9SWwLA==
postcss-loader@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-5.0.0.tgz#bea95363dcb550d72ceb612ce44663356b7782d7"
integrity sha512-bOvyWP5VHCJbThbv7wrBwCBc3DsVpyCfd+k/wHOL3wTAMMHmSSfNts90EADf8bHa6I810ird1JBEKmBRgJu3cg==
dependencies:
cosmiconfig "^7.0.0"
klona "^2.0.4"
loader-utils "^2.0.0"
schema-utils "^3.0.0"
semver "^7.3.4"
postcss-modules-extract-imports@^3.0.0: