1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update dependency postcss to v8.4.47

This commit is contained in:
renovate[bot] 2024-09-26 19:49:45 +00:00 committed by GitHub
parent 4b6a8d2eb9
commit b32290c92d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 53 deletions

63
package-lock.json generated
View file

@ -106,7 +106,7 @@
"html-webpack-plugin": "5.6.0", "html-webpack-plugin": "5.6.0",
"jsdom": "25.0.0", "jsdom": "25.0.0",
"mini-css-extract-plugin": "2.9.1", "mini-css-extract-plugin": "2.9.1",
"postcss": "8.4.42", "postcss": "8.4.47",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"postcss-preset-env": "10.0.3", "postcss-preset-env": "10.0.3",
"postcss-scss": "4.0.9", "postcss-scss": "4.0.9",
@ -16838,9 +16838,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.42", "version": "8.4.47",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.42.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
"integrity": "sha512-hywKUQB9Ra4dR1mGhldy5Aj1X3MWDSIA1cEi+Uy0CjheLvP6Ual5RlwMCh8i/X121yEDLDIKBsrCQ8ba3FDMfQ==", "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -16859,8 +16859,8 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.7", "nanoid": "^3.3.7",
"picocolors": "^1.0.1", "picocolors": "^1.1.0",
"source-map-js": "^1.2.0" "source-map-js": "^1.2.1"
}, },
"engines": { "engines": {
"node": "^10 || ^12 || >=14" "node": "^10 || ^12 || >=14"
@ -25649,34 +25649,6 @@
"url": "https://opencollective.com/vitest" "url": "https://opencollective.com/vitest"
} }
}, },
"node_modules/vite/node_modules/postcss": {
"version": "8.4.47",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
"integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
"nanoid": "^3.3.7",
"picocolors": "^1.1.0",
"source-map-js": "^1.2.1"
},
"engines": {
"node": "^10 || ^12 || >=14"
}
},
"node_modules/vitest": { "node_modules/vitest": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.1.tgz", "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.1.tgz",
@ -37727,14 +37699,14 @@
"dev": true "dev": true
}, },
"postcss": { "postcss": {
"version": "8.4.42", "version": "8.4.47",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.42.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
"integrity": "sha512-hywKUQB9Ra4dR1mGhldy5Aj1X3MWDSIA1cEi+Uy0CjheLvP6Ual5RlwMCh8i/X121yEDLDIKBsrCQ8ba3FDMfQ==", "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"nanoid": "^3.3.7", "nanoid": "^3.3.7",
"picocolors": "^1.0.1", "picocolors": "^1.1.0",
"source-map-js": "^1.2.0" "source-map-js": "^1.2.1"
} }
}, },
"postcss-attribute-case-insensitive": { "postcss-attribute-case-insensitive": {
@ -43647,19 +43619,6 @@
"fsevents": "~2.3.3", "fsevents": "~2.3.3",
"postcss": "^8.4.43", "postcss": "^8.4.43",
"rollup": "^4.20.0" "rollup": "^4.20.0"
},
"dependencies": {
"postcss": {
"version": "8.4.47",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz",
"integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==",
"dev": true,
"requires": {
"nanoid": "^3.3.7",
"picocolors": "^1.1.0",
"source-map-js": "^1.2.1"
}
}
} }
}, },
"vite-node": { "vite-node": {

View file

@ -45,7 +45,7 @@
"html-webpack-plugin": "5.6.0", "html-webpack-plugin": "5.6.0",
"jsdom": "25.0.0", "jsdom": "25.0.0",
"mini-css-extract-plugin": "2.9.1", "mini-css-extract-plugin": "2.9.1",
"postcss": "8.4.42", "postcss": "8.4.47",
"postcss-loader": "8.1.1", "postcss-loader": "8.1.1",
"postcss-preset-env": "10.0.3", "postcss-preset-env": "10.0.3",
"postcss-scss": "4.0.9", "postcss-scss": "4.0.9",