From ba5f75e3e972762262d3fed7e956d29c61591c26 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 06:32:27 +0000 Subject: [PATCH] Bump clean-css from 4.2.1 to 5.1.3 Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 4.2.1 to 5.1.3. - [Release notes](https://github.com/jakubpawlowicz/clean-css/releases) - [Changelog](https://github.com/jakubpawlowicz/clean-css/blob/master/History.md) - [Commits](https://github.com/jakubpawlowicz/clean-css/compare/v4.2.1...v5.1.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d7d7819..d7483c4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "markdown-it-anchor": "^5.2.5" }, "dependencies": { - "clean-css": "^4.2.1", + "clean-css": "^5.1.3", "html-minifier": "^4.0.0", "uglify-es": "^3.3.9" } diff --git a/yarn.lock b/yarn.lock index 2356204..b593013 100644 --- a/yarn.lock +++ b/yarn.lock @@ -583,6 +583,12 @@ clean-css@^4.1.11, clean-css@^4.2.1: dependencies: source-map "~0.6.0" +clean-css@^5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.3.tgz#42348778c3acb0083946ba340896802be5517ee2" + dependencies: + source-map "~0.6.0" + cliui@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"