build(deps): bump clean-css from 5.2.4 to 5.3.0 in /src

Bumps [clean-css](https://github.com/clean-css/clean-css) from 5.2.4 to 5.3.0.
- [Release notes](https://github.com/clean-css/clean-css/releases)
- [Changelog](https://github.com/clean-css/clean-css/blob/master/History.md)
- [Commits](https://github.com/clean-css/clean-css/compare/v5.2.4...v5.3.0)

---
updated-dependencies:
- dependency-name: clean-css
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-02 02:43:06 +00:00 committed by GitHub
parent 1554cc3299
commit 22473416a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

12
src/package-lock.json generated
View file

@ -1618,9 +1618,9 @@
"optional": true "optional": true
}, },
"clean-css": { "clean-css": {
"version": "5.2.4", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.4.tgz", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.0.tgz",
"integrity": "sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==", "integrity": "sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==",
"requires": { "requires": {
"source-map": "~0.6.0" "source-map": "~0.6.0"
} }
@ -8482,9 +8482,9 @@
} }
}, },
"rehype-minify-whitespace": { "rehype-minify-whitespace": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-5.0.0.tgz", "resolved": "https://registry.npmjs.org/rehype-minify-whitespace/-/rehype-minify-whitespace-5.0.1.tgz",
"integrity": "sha512-cUkQldYx8jpWM6FZmCkOF/+mev09+5NAtBzUFZgnfXsIoglxo3h6t3S3JbNouiaqIDE6vbpI+GQpOg0xD3Z7kg==", "integrity": "sha512-PPp4lWJiBPlePI/dv1BeYktbwkfgXkrK59MUa+tYbMPgleod+4DvFK2PLU0O0O60/xuhHfiR9GUIUlXTU8sRIQ==",
"requires": { "requires": {
"@types/hast": "^2.0.0", "@types/hast": "^2.0.0",
"hast-util-embedded": "^2.0.0", "hast-util-embedded": "^2.0.0",

View file

@ -31,7 +31,7 @@
], ],
"dependencies": { "dependencies": {
"async": "^3.2.2", "async": "^3.2.2",
"clean-css": "^5.2.4", "clean-css": "^5.3.0",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"ejs": "^3.1.6", "ejs": "^3.1.6",
@ -57,7 +57,7 @@
"proxy-addr": "^2.0.7", "proxy-addr": "^2.0.7",
"rate-limiter-flexible": "^2.3.6", "rate-limiter-flexible": "^2.3.6",
"rehype": "^12.0.1", "rehype": "^12.0.1",
"rehype-minify-whitespace": "^5.0.0", "rehype-minify-whitespace": "^5.0.1",
"request": "2.88.2", "request": "2.88.2",
"resolve": "1.22.0", "resolve": "1.22.0",
"security": "1.0.0", "security": "1.0.0",