diff --git a/package-lock.json b/package-lock.json index ddc1f592..d4e9bb83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 6f684596..ae67f08f 100644 --- a/package.json +++ b/package.json @@ -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",