Bump clean-css from 5.3.1 to 5.3.2 (#777)
Bumps [clean-css](https://github.com/clean-css/clean-css) from 5.3.1 to 5.3.2. - [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.3.1...v5.3.2) --- updated-dependencies: - dependency-name: clean-css dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a08a173c11
commit
be54ace331
|
|
@ -12,7 +12,7 @@
|
|||
"@11ty/eleventy": "^1.0.2",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
|
||||
"all-contributors-cli": "^6.24.0",
|
||||
"clean-css": "^5.3.1",
|
||||
"clean-css": "^5.3.2",
|
||||
"html-minifier": "^4.0.0",
|
||||
"luxon": "^3.2.1",
|
||||
"markdown-it": "^13.0.1",
|
||||
|
|
@ -851,9 +851,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/clean-css": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz",
|
||||
"integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==",
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
|
||||
"integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"source-map": "~0.6.0"
|
||||
|
|
@ -5016,9 +5016,9 @@
|
|||
}
|
||||
},
|
||||
"clean-css": {
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz",
|
||||
"integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==",
|
||||
"version": "5.3.2",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
|
||||
"integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"source-map": "~0.6.0"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"@11ty/eleventy": "^1.0.2",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
|
||||
"all-contributors-cli": "^6.24.0",
|
||||
"clean-css": "^5.3.1",
|
||||
"clean-css": "^5.3.2",
|
||||
"html-minifier": "^4.0.0",
|
||||
"luxon": "^3.2.1",
|
||||
"markdown-it": "^13.0.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue