Merge pull request #3287 from jellyfin/dependabot/npm_and_yarn/postcss-preset-env-7.2.0

Bump postcss-preset-env from 7.1.0 to 7.2.0
This commit is contained in:
Bill Thornton 2022-01-04 23:32:47 -05:00 committed by GitHub
commit 6c5d0240ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 60 additions and 34 deletions

92
package-lock.json generated
View file

@ -4771,9 +4771,9 @@
"dev": true
},
"cssdb": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/cssdb/-/cssdb-5.0.0.tgz",
"integrity": "sha512-Q7982SynYCtcLUBCPgUPFy2TZmDiFyimpdln8K2v4w2c07W4rXL7q5F1ksVAqOAQfxKyyUGCKSsioezKT5bU1Q==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/cssdb/-/cssdb-5.1.0.tgz",
"integrity": "sha512-/vqjXhv1x9eGkE/zO6o8ZOI7dgdZbLVLUGyVRbPgk6YipXbW87YzUCcO+Jrmi5bwJlAH6oD+MNeZyRgXea1GZw==",
"dev": true
},
"cssesc": {
@ -10061,46 +10061,60 @@
}
},
"postcss-preset-env": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.1.0.tgz",
"integrity": "sha512-YZI44uxVJQQu18TeHEoDtdLsjKLQpCpzt/4FAzadIcnNYwvKSQqvxaHE6uWobEWQrcfU42zIddMPUKgYQxZs8g==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.2.0.tgz",
"integrity": "sha512-OO8RDLrx3iPnXx8YlGgWJHwLel/NQfgJFx4dONfM2dpFJfmIKrAHhpWCtqHIaIPPPEVkGKIhzPZlT3m+xT0GKA==",
"dev": true,
"requires": {
"autoprefixer": "^10.4.0",
"autoprefixer": "^10.4.1",
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001291",
"css-blank-pseudo": "^3.0.0",
"css-has-pseudo": "^3.0.0",
"css-prefers-color-scheme": "^6.0.0",
"caniuse-lite": "^1.0.30001295",
"css-blank-pseudo": "^3.0.1",
"css-has-pseudo": "^3.0.2",
"css-prefers-color-scheme": "^6.0.2",
"cssdb": "^5.0.0",
"postcss-attribute-case-insensitive": "^5.0.0",
"postcss-color-functional-notation": "^4.1.0",
"postcss-color-hex-alpha": "^8.0.1",
"postcss-color-functional-notation": "^4.2.1",
"postcss-color-hex-alpha": "^8.0.2",
"postcss-color-rebeccapurple": "^7.0.1",
"postcss-custom-media": "^8.0.0",
"postcss-custom-properties": "^12.0.1",
"postcss-custom-properties": "^12.0.2",
"postcss-custom-selectors": "^6.0.0",
"postcss-dir-pseudo-class": "^6.0.1",
"postcss-double-position-gradients": "^3.0.3",
"postcss-env-function": "^4.0.3",
"postcss-focus-visible": "^6.0.2",
"postcss-focus-within": "^5.0.2",
"postcss-dir-pseudo-class": "^6.0.2",
"postcss-double-position-gradients": "^3.0.4",
"postcss-env-function": "^4.0.4",
"postcss-focus-visible": "^6.0.3",
"postcss-focus-within": "^5.0.3",
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^3.0.1",
"postcss-image-set-function": "^4.0.3",
"postcss-gap-properties": "^3.0.2",
"postcss-image-set-function": "^4.0.4",
"postcss-initial": "^4.0.1",
"postcss-lab-function": "^4.0.2",
"postcss-logical": "^5.0.1",
"postcss-lab-function": "^4.0.3",
"postcss-logical": "^5.0.2",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^10.0.3",
"postcss-overflow-shorthand": "^3.0.1",
"postcss-nesting": "^10.1.1",
"postcss-overflow-shorthand": "^3.0.2",
"postcss-page-break": "^3.0.4",
"postcss-place": "^7.0.2",
"postcss-pseudo-class-any-link": "^7.0.1",
"postcss-place": "^7.0.3",
"postcss-pseudo-class-any-link": "^7.0.2",
"postcss-replace-overflow-wrap": "^4.0.0",
"postcss-selector-not": "^5.0.0"
},
"dependencies": {
"autoprefixer": {
"version": "10.4.1",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz",
"integrity": "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==",
"dev": true,
"requires": {
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001294",
"fraction.js": "^4.1.2",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
}
},
"browserslist": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
@ -10115,15 +10129,21 @@
}
},
"caniuse-lite": {
"version": "1.0.30001295",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001295.tgz",
"integrity": "sha512-lSP16vcyC0FEy0R4ECc9duSPoKoZy+YkpGkue9G4D81OfPnliopaZrU10+qtPdT8PbGXad/PNx43TIQrOmJZSQ==",
"version": "1.0.30001296",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001296.tgz",
"integrity": "sha512-WfrtPEoNSoeATDlf4y3QvkwiELl9GyPLISV5GejTbbQRtQx4LhsXmc9IQ6XCL2d7UxCyEzToEZNMeqR79OUw8Q==",
"dev": true
},
"electron-to-chromium": {
"version": "1.4.31",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.31.tgz",
"integrity": "sha512-t3XVQtk+Frkv6aTD4RRk0OqosU+VLe1dQFW83MDer78ZD6a52frgXuYOIsLYTQiH2Lm+JB2OKYcn7zrX+YGAiQ==",
"version": "1.4.35",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.35.tgz",
"integrity": "sha512-wzTOMh6HGFWeALMI3bif0mzgRrVGyP1BdFRx7IvWukFrSC5QVQELENuy+Fm2dCrAdQH9T3nuqr07n94nPDFBWA==",
"dev": true
},
"fraction.js": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz",
"integrity": "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==",
"dev": true
},
"node-releases": {
@ -10131,6 +10151,12 @@
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
"integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==",
"dev": true
},
"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
}
}
},

View file

@ -38,7 +38,7 @@
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.1.0",
"postcss-preset-env": "^7.2.0",
"postcss-scss": "^4.0.2",
"sass": "^1.45.2",
"sass-loader": "^12.4.0",