diff options
author | dependabot[bot] | 2022-12-12 17:01:43 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 327b679c18a8def848262f4ae959504fb288b97f (patch) | |
tree | b72d74acd46eaefd6cf574e412568bbe7f2f9de2 /vnext/package.json | |
parent | e01b38158c46360b351ae54c36ecf46a0aec080d (diff) |
Bump postcss from 8.4.19 to 8.4.20
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.20.
- [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.19...8.4.20)
---
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 e2e97d9b..1ad2edab 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.19", + "postcss": "^8.4.20", "postcss-cli": "^10.1.0", "postcss-import": "^15.1.0", "postcss-preset-env": "^7.8.3", |