diff options
author | dependabot[bot] | 2021-07-21 21:09:18 +0000 |
---|---|---|
committer | vitalyster | 2021-07-22 00:11:37 +0300 |
commit | 8b6da4af09b9b1785e6ea9758fd546017fd9a88b (patch) | |
tree | 53946f68458920fc396ab5d0188258f1fa990c77 | |
parent | 80ce5ccd064640f4cfe5e48a30c89782bb9e23aa (diff) |
Bump postcss from 8.3.5 to 8.3.6
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.5 to 8.3.6.
- [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.5...8.3.6)
---
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 eabf2fca..9f8a646f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4775,9 +4775,9 @@ } }, "postcss": { - "version": "8.3.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz", - "integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==", + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz", + "integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==", "dev": true, "requires": { "colorette": "^1.2.2", diff --git a/package.json b/package.json index f8095d86..2de2130e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^3.0.1", "file-loader": "^6.2.0", - "postcss": "^8.3.5", + "postcss": "^8.3.6", "postcss-cli": "^8.3.1", "postcss-import": "^14.0.2", "postcss-preset-env": "^6.7.0", |