Skip to content

Commit

Permalink
Bump postcss-preset-env from 9.5.13 to 9.5.14
Browse files Browse the repository at this point in the history
Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 9.5.13 to 9.5.14.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 16405d5 commit 6dba1b5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.0.1",
"postcss-load-config": "^5.1.0",
"postcss-preset-env": "^9.5.13"
"postcss-preset-env": "^9.5.14"
}
}
28 changes: 18 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -876,14 +876,14 @@ postcss-logical@^7.0.1:
dependencies:
postcss-value-parser "^4.2.0"

postcss-nesting@^12.1.4:
version "12.1.4"
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-12.1.4.tgz#b79451b22ac1abe96b9aa2f01b27a6f8c447d353"
integrity sha512-CcHOq94K137E+U4Ommu7pexcpp0Tjm24zl4UcqWs1oSLAr5cLI+jLrqQ5h/bdjhMX6cMbzunyustVNnvrzF8Zg==
postcss-nesting@^12.1.5:
version "12.1.5"
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-12.1.5.tgz#e5e2dc1d63e6166c194da45aa28c04d4024db98f"
integrity sha512-N1NgI1PDCiAGWPTYrwqm8wpjv0bgDmkYHH72pNsqTCv9CObxjxftdYu6AKtGN+pnJa7FQjMm3v4sp8QJbFsYdQ==
dependencies:
"@csstools/selector-resolve-nested" "^1.1.0"
"@csstools/selector-specificity" "^3.1.1"
postcss-selector-parser "^6.0.13"
postcss-selector-parser "^6.1.0"

postcss-opacity-percentage@^2.0.0:
version "2.0.0"
Expand All @@ -909,10 +909,10 @@ postcss-place@^9.0.1:
dependencies:
postcss-value-parser "^4.2.0"

postcss-preset-env@^9.5.13:
version "9.5.13"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-9.5.13.tgz#7dfab9cbcc35044fd7a0465f87f643249a66cf31"
integrity sha512-YQMwWu6MAc4Envrjf/mW2BTrb5J8WkrJ4dV2VostZVDhrmEPpYREOyhmvtlFLDxK1/AmTDY8aXjZViMC1qKu/w==
postcss-preset-env@^9.5.14:
version "9.5.14"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-9.5.14.tgz#8305759b90440e74f5284cf3e99e882bf0cd495f"
integrity sha512-gTMi+3kENN/mN+K59aR+vEOjlkujTmmXJcM9rnAqGh9Y/euQ/ypdp9rd8mO1eoIjAD8vNS15+xbkBxoi+65BqQ==
dependencies:
"@csstools/postcss-cascade-layers" "^4.0.6"
"@csstools/postcss-color-function" "^3.0.16"
Expand Down Expand Up @@ -966,7 +966,7 @@ postcss-preset-env@^9.5.13:
postcss-image-set-function "^6.0.3"
postcss-lab-function "^6.0.16"
postcss-logical "^7.0.1"
postcss-nesting "^12.1.4"
postcss-nesting "^12.1.5"
postcss-opacity-percentage "^2.0.0"
postcss-overflow-shorthand "^5.0.1"
postcss-page-break "^3.0.4"
Expand Down Expand Up @@ -1002,6 +1002,14 @@ postcss-selector-parser@^6.0.13:
cssesc "^3.0.0"
util-deprecate "^1.0.2"

postcss-selector-parser@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz#49694cb4e7c649299fea510a29fa6577104bcf53"
integrity sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==
dependencies:
cssesc "^3.0.0"
util-deprecate "^1.0.2"

postcss-value-parser@^4.0.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"
Expand Down

0 comments on commit 6dba1b5

Please sign in to comment.