From 6532510c41a4b39c0f00a80c9d9e028911ce0fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 19:56:39 +0000 Subject: [PATCH] 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] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",