Bump clean-css from 5.1.3 to 5.1.5

Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 5.1.3 to 5.1.5.
- [Release notes](https://github.com/jakubpawlowicz/clean-css/releases)
- [Changelog](https://github.com/clean-css/clean-css/blob/master/History.md)
- [Commits](https://github.com/jakubpawlowicz/clean-css/compare/v5.1.3...v5.1.5)

---
updated-dependencies:
- dependency-name: clean-css
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-18 14:36:37 +00:00 committed by GitHub
parent 4d5422b074
commit 96a53d5017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -600,9 +600,9 @@
}
},
"clean-css": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.3.tgz",
"integrity": "sha512-qGXzUCDpLwAlPx0kYeU4QXjzQIcIYZbJjD4FNm7NnSjoP0hYMVZhHOpUYJ6AwfkMX2cceLRq54MeCgHy/va1cA==",
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.5.tgz",
"integrity": "sha512-9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ==",
"dev": true,
"requires": {
"source-map": "~0.6.0"

View File

@ -41,7 +41,7 @@
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"all-contributors-cli": "^6.20.0",
"clean-css": "^5.1.3",
"clean-css": "^5.1.5",
"html-minifier": "^4.0.0",
"luxon": "^2.0.2",
"markdown-it": "^12.1.0",