deps: Bump clean-css to 5.1.5

This commit is contained in:
Richard Hansen 2021-08-29 19:33:03 -04:00
parent 3225abc3c7
commit 912e72a8ac
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View file

@ -1299,9 +1299,9 @@
"optional": true
},
"clean-css": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz",
"integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==",
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.5.tgz",
"integrity": "sha512-9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ==",
"requires": {
"source-map": "~0.6.0"
}