From 054f63b60b9d2fd727b9d5fcc49ecd1ccd5d6d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:04:26 +0000 Subject: [PATCH] Bump clean-css from 4.1.9 to 4.1.11 in /src Bumps [clean-css](https://github.com/jakubpawlowicz/clean-css) from 4.1.9 to 4.1.11. - [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.1.9...v4.1.11) Signed-off-by: dependabot[bot] --- src/package-lock.json | 32 +++++++++++++++++++------------- src/package.json | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index d5467fab..32adad44 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -55,11 +55,11 @@ } }, "clean-css": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz", - "integrity": "sha1-Nc7ornaHpJuYA09w3gDE7dOCYwE=", + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz", + "integrity": "sha1-Ls3xRaujj1R0DybO/Q/z4D4SXWo=", "requires": { - "source-map": "0.5.7" + "source-map": "0.5.x" }, "dependencies": { "source-map": { @@ -107,10 +107,10 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.6.1.tgz", "integrity": "sha1-u00JGO9/ZBThoTXNaOvu6CXpatE=", "requires": { - "jsonfile": "https://registry.npmjs.org/jsonfile/-/jsonfile-0.0.1.tgz", + "jsonfile": "0.0.1", "mkdirp": "0.3.5", - "ncp": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz", - "rimraf": "https://registry.npmjs.org/rimraf/-/rimraf-2.1.4.tgz" + "ncp": "0.4.2", + "rimraf": "2.1.4" }, "dependencies": { "mkdirp": { @@ -153,7 +153,8 @@ } }, "jsonfile": { - "version": "https://registry.npmjs.org/jsonfile/-/jsonfile-0.0.1.tgz", + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-0.0.1.tgz", "integrity": "sha1-tfn1FRIbKETyy/4UM4tVx5gA4dg=" }, "less": { @@ -203,6 +204,7 @@ "version": "0.4.2", "resolved": "https://registry.npmjs.org/boom/-/boom-0.4.2.tgz", "integrity": "sha1-emNune1O/O+xnO9JR6PGffrukRs=", + "optional": true, "requires": { "hoek": "0.9.1" } @@ -293,7 +295,8 @@ "hoek": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz", - "integrity": "sha1-PTIkYrrfB3Fup+uFuviAec3c5QU=" + "integrity": "sha1-PTIkYrrfB3Fup+uFuviAec3c5QU=", + "optional": true }, "http-signature": { "version": "0.10.1", @@ -432,7 +435,8 @@ } }, "ncp": { - "version": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz", "integrity": "sha1-q8xsvT7C7Spyn/bnwfqPAXhKhXQ=" }, "normalize-range": { @@ -461,14 +465,16 @@ "integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=" }, "rimraf": { - "version": "https://registry.npmjs.org/rimraf/-/rimraf-2.1.4.tgz", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.1.4.tgz", "integrity": "sha1-Wm62Lu2gaPUe3lDymz5c0i89m7I=", "requires": { - "graceful-fs": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz" + "graceful-fs": "1.2.3" }, "dependencies": { "graceful-fs": { - "version": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz", "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=", "optional": true } diff --git a/src/package.json b/src/package.json index a3e92345..8e5e8525 100644 --- a/src/package.json +++ b/src/package.json @@ -62,7 +62,7 @@ "dependencies": { "adm-zip": "0.4.7", "autoprefixer": "^7.1.6", - "clean-css": "^4.1.9", + "clean-css": "^4.1.11", "coffee-script": "^1.12.7", "eventproxy": "0.2.5", "fs-extra": "0.6.1",