diff options
author | dependabot[bot] | 2021-06-10 06:03:53 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2021-06-10 19:36:58 +0300 |
commit | ba5492656031314e8b5d49951cbaaf393aa6164a (patch) | |
tree | 87147fa55a3cc862ec36b844d53d6a9bae172d55 | |
parent | d327197dbf5188790a71ef8fb57849ae8470ac23 (diff) |
Bump postcss from 8.3.0 to 8.3.1
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.0 to 8.3.1.
- [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.3.0...8.3.1)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 870b7deb..447bb694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5243,9 +5243,9 @@ } }, "postcss": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.0.tgz", - "integrity": "sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.1.tgz", + "integrity": "sha512-9qH0MGjsSm+fjxOi3GnwViL1otfi7qkj+l/WX5gcRGmZNGsIcqc+A5fBkE6PUobEQK4APqYVaES+B3Uti98TCw==", "dev": true, "requires": { "colorette": "^1.2.2", diff --git a/package.json b/package.json index e822e5b2..735e34a3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^2.5.4", "file-loader": "^6.2.0", - "postcss": "^8.3.0", + "postcss": "^8.3.1", "postcss-cli": "^8.3.1", "postcss-import": "^14.0.2", "postcss-preset-env": "^6.7.0", |