Merge pull request #3434 from jellyfin/renovate/dev-deps

Update dependency postcss-preset-env to v7.4.1
This commit is contained in:
Bill Thornton 2022-02-17 09:12:26 -05:00 committed by GitHub
commit f237b89a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 9 deletions

24
package-lock.json generated
View File

@ -8989,12 +8989,20 @@
}
},
"postcss-clamp": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-3.0.0.tgz",
"integrity": "sha512-QENQMIF/Grw0qX0RzSPJjw+mAiGPIwG2AnsQDIoR/WJ5Q19zLB0NrZX8cH7CzzdDWEerTPGCdep7ItFaAdtItg==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.0.0.tgz",
"integrity": "sha512-FsMmeBZtymFN7Jtlnw9is8I4nB+qEEb/qS0ZLTIqcKiwZyHBq44Yhv29Q+VQsTGHYFqIr/s/9tqvNM7j+j1d+g==",
"dev": true,
"requires": {
"postcss-value-parser": "^4.1.0"
"postcss-value-parser": "^4.2.0"
},
"dependencies": {
"postcss-value-parser": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
"dev": true
}
}
},
"postcss-color-functional-notation": {
@ -10048,9 +10056,9 @@
}
},
"postcss-preset-env": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.4.0.tgz",
"integrity": "sha512-nWC9bDW6nQ4a15RZ/UKgpxZT8xbv0gl+/2q6PROAwwzsxiEb4pjsChAbS0sltepvAjqXbQhff+38FXDxJCCobw==",
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.4.1.tgz",
"integrity": "sha512-UvBVvPJ2vb4odAtckSbryndyBz+Me1q8wawqq0qznpDXy188I+8W5Sa929sCPqw2/NSYnqpHJbo41BKso3+I9A==",
"dev": true,
"requires": {
"@csstools/postcss-color-function": "^1.0.2",
@ -10068,7 +10076,7 @@
"css-prefers-color-scheme": "^6.0.3",
"cssdb": "^6.3.1",
"postcss-attribute-case-insensitive": "^5.0.0",
"postcss-clamp": "^3.0.0",
"postcss-clamp": "^4.0.0",
"postcss-color-functional-notation": "^4.2.2",
"postcss-color-hex-alpha": "^8.0.3",
"postcss-color-rebeccapurple": "^7.0.2",

View File

@ -38,7 +38,7 @@
"html-webpack-plugin": "5.5.0",
"postcss": "8.4.6",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.0",
"postcss-preset-env": "7.4.1",
"postcss-scss": "4.0.3",
"sass": "1.49.7",
"sass-loader": "12.6.0",