diff options
author | dependabot[bot] | 2023-01-09 17:02:58 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 69586773f66707711617f2f95a0f5c57f6108c53 (patch) | |
tree | 9b822bd3beb0d41f59dceb75c637b45343c814cc /vnext/package.json | |
parent | e81285fb2ae7dde5b0374ec299683d6cf56ea6ba (diff) |
Bump postcss from 8.4.20 to 8.4.21
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.20...8.4.21)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 2fc4820f..d922e31e 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "live-server": "^1.2.2", - "postcss": "^8.4.20", + "postcss": "^8.4.21", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", "postcss-preset-env": "^7.8.3", |