Merge pull request #3081 from jellyfin/dependabot/npm_and_yarn/postcss-loader-6.2.0

This commit is contained in:
Bill Thornton
2021-10-23 00:04:48 -04:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -11199,9 +11199,9 @@
}
},
"postcss-loader": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.1.1.tgz",
"integrity": "sha512-lBmJMvRh1D40dqpWKr9Rpygwxn8M74U9uaCSeYGNKLGInbk9mXBt1ultHf2dH9Ghk6Ue4UXlXWwGMH9QdUJ5ug==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.0.tgz",
"integrity": "sha512-H9hv447QjQJVDbHj3OUdciyAXY3v5+UDduzEytAlZCVHCpNAAg/mCSwhYYqZr9BiGYhmYspU8QXxZwiHTLn3yA==",
"dev": true,
"requires": {
"cosmiconfig": "^7.0.0",
@@ -11210,9 +11210,9 @@
},
"dependencies": {
"cosmiconfig": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
"integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz",
"integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==",
"dev": true,
"requires": {
"@types/parse-json": "^4.0.0",
+1 -1
View File
@@ -38,7 +38,7 @@
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.4.0",
"postcss": "^8.3.9",
"postcss-loader": "^6.1.1",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"sass": "^1.43.2",
"sass-loader": "^12.2.0",