build(deps-dev): bump postcss from 8.2.10 to 8.2.13

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13.
- [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.2.10...8.2.13)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-23 11:45:33 +00:00 committed by GitHub
parent ee8c2116f1
commit 234af16962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1613,9 +1613,9 @@
} }
}, },
"postcss": { "postcss": {
"version": "8.2.10", "version": "8.2.13",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.13.tgz",
"integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==", "integrity": "sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"colorette": "^1.2.2", "colorette": "^1.2.2",
@ -1624,9 +1624,9 @@
}, },
"dependencies": { "dependencies": {
"colorette": { "colorette": {
"version": "1.2.2", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
"integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
"dev": true "dev": true
} }
} }

View File

@ -19,7 +19,7 @@
"concat": "~1.0.3", "concat": "~1.0.3",
"handlebars": "~4.7.7", "handlebars": "~4.7.7",
"node-sass": "~5.0.0", "node-sass": "~5.0.0",
"postcss": "^8.2.10", "postcss": "^8.2.13",
"postcss-cli": "~8.3.1", "postcss-cli": "~8.3.1",
"rimraf": "~3.0.2" "rimraf": "~3.0.2"
}, },