Merge pull request #26751 from element-hq/renovate/postcss-easings-4.x

Update dependency postcss-easings to v4
pull/26748/head
Michael Telatynski 2024-03-07 11:15:47 +00:00 committed by GitHub
commit 0539c99cf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 12 deletions

View File

@ -176,7 +176,7 @@
"modernizr": "^3.12.0",
"node-fetch": "^2.6.7",
"postcss": "8.4.33",
"postcss-easings": "^2.0.0",
"postcss-easings": "^4.0.0",
"postcss-hexrgba": "2.0.1",
"postcss-import": "16.0.0",
"postcss-loader": "8.1.0",

View File

@ -9843,13 +9843,12 @@ postcss-double-position-gradients@^5.0.4:
"@csstools/utilities" "^1.0.0"
postcss-value-parser "^4.2.0"
postcss-easings@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/postcss-easings/-/postcss-easings-2.0.0.tgz#79bde7ce71c838ef7371a59d293e08b337b1802b"
integrity sha512-oJUmnrPwayx47y+jrRKSofHOjRjdJCOyqNXZURQkAVEra93ShqUcN8WYIuT/pWQeGe2I/pxxFfw7mOUGBrxCRQ==
postcss-easings@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-easings/-/postcss-easings-4.0.0.tgz#bd837acadf3fb8089287559073aede820c83b594"
integrity sha512-KNpwHA3mTnf0UWcdwahQDaz7DDJ6QteVwdlLff98se854p6pyQW9iofwrD05vtlp33AAAxuUGCOhYwERRJGy6Q==
dependencies:
postcss "^7.0.2"
postcss-value-parser "^3.3.0"
postcss-value-parser "^4.2.0"
postcss-focus-visible@^9.0.1:
version "9.0.1"
@ -10296,11 +10295,6 @@ postcss-unique-selectors@^6.0.2:
dependencies:
postcss-selector-parser "^6.0.15"
postcss-value-parser@^3.3.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"