Bump csso-cli from 4.0.1 to 4.0.2

Bumps [csso-cli](https://github.com/css/csso-cli) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/css/csso-cli/releases)
- [Changelog](https://github.com/css/csso-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/css/csso-cli/compare/v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: csso-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-28 19:56:39 +00:00 committed by Daniel Micay
parent 35ae41bfb5
commit 6532510c41
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"csso-cli": "^4.0.1",
"csso-cli": "^4.0.2",
"eslint": "^8.35.0",
"html-minifier": "^4.0.0",
"stylelint": "^15.2.0",
@ -674,9 +674,9 @@
}
},
"node_modules/csso-cli": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/csso-cli/-/csso-cli-4.0.1.tgz",
"integrity": "sha512-T5kLxv6Z439JzWd0v1pTTsqLcb0XrnzlUqavyLh770GZEPjgkqc/3yyGWx71bRHz3h4o0zppPDXUAdGczHahMw==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/csso-cli/-/csso-cli-4.0.2.tgz",
"integrity": "sha512-p/VipA45w8EmS8Lv6wGtE+UdsbFlqUBGhL9FCTGKxd5dC07mtg3BbZaMzMh0X+oIl2JUGR/mPx5YzuNnTM2a3w==",
"dependencies": {
"chokidar": "^3.5.3",
"clap": "^3.1.1",
@ -687,7 +687,7 @@
"csso": "bin/csso"
},
"engines": {
"node": ">=12.0.0"
"node": ">=12.20.0"
}
},
"node_modules/debug": {
@ -3175,9 +3175,9 @@
}
},
"csso-cli": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/csso-cli/-/csso-cli-4.0.1.tgz",
"integrity": "sha512-T5kLxv6Z439JzWd0v1pTTsqLcb0XrnzlUqavyLh770GZEPjgkqc/3yyGWx71bRHz3h4o0zppPDXUAdGczHahMw==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/csso-cli/-/csso-cli-4.0.2.tgz",
"integrity": "sha512-p/VipA45w8EmS8Lv6wGtE+UdsbFlqUBGhL9FCTGKxd5dC07mtg3BbZaMzMh0X+oIl2JUGR/mPx5YzuNnTM2a3w==",
"requires": {
"chokidar": "^3.5.3",
"clap": "^3.1.1",

View File

@ -1,6 +1,6 @@
{
"dependencies": {
"csso-cli": "^4.0.1",
"csso-cli": "^4.0.2",
"eslint": "^8.35.0",
"html-minifier": "^4.0.0",
"stylelint": "^15.2.0",