From c5c253cc3a0be487e236042807a564f718f5eca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:10:52 +0000 Subject: [PATCH] Bump gulp-strip-css-comments from 1.2.0 to 3.0.0 Bumps [gulp-strip-css-comments](https://github.com/sindresorhus/gulp-strip-css-comments) from 1.2.0 to 3.0.0. - [Release notes](https://github.com/sindresorhus/gulp-strip-css-comments/releases) - [Commits](https://github.com/sindresorhus/gulp-strip-css-comments/compare/v1.2.0...v3.0.0) --- updated-dependencies: - dependency-name: gulp-strip-css-comments dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 75 +++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 60 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index f899f3a20..1b1eb4880 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gulp-ng-annotate": "^2.0.0", "gulp-sourcemaps": "^3.0.0", "gulp-strip-comments": "^2.6.0", - "gulp-strip-css-comments": "^1.2.0", + "gulp-strip-css-comments": "^3.0.0", "gulp-sync": "^0.1.4", "gulp-uglify": "^3.0.0", "gulp-uglifycss": "^1.0.9", diff --git a/yarn.lock b/yarn.lock index 6c28c242c..01117517f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -337,6 +337,26 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" +"@types/expect@^1.20.4": + version "1.20.4" + resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5" + integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg== + +"@types/node@*": + version "20.8.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e" + integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w== + dependencies: + undici-types "~5.26.4" + +"@types/vinyl@^2.0.9": + version "2.0.9" + resolved "https://registry.yarnpkg.com/@types/vinyl/-/vinyl-2.0.9.tgz#5686de441312881498665744c1dcdffe80721ea5" + integrity sha512-KCr4aTEUkzSF89qw09e2oxsC/RXXT3K5ZPv4gvj3XTiWVrxNoi7WrqNTahNE/Hul5C9z3B8w+yWNTQgua12oag== + dependencies: + "@types/expect" "^1.20.4" + "@types/node" "*" + abbrev@1: version "1.1.1" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" @@ -1291,6 +1311,11 @@ chalk@^2.0.0, chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" +chalk@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385" + integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== + chokidar@^3.0.0: version "3.3.1" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.3.1.tgz#c84e5b3d18d9a4d77558fef466b1bf16bbeb3450" @@ -1771,6 +1796,11 @@ each-props@^1.3.2: is-plain-object "^2.0.1" object.defaults "^1.1.0" +easy-transform-stream@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/easy-transform-stream/-/easy-transform-stream-1.0.1.tgz#faffdd1839a03d14d76e694bd2e6315551a6a215" + integrity sha512-ktkaa6XR7COAR3oj02CF3IOgz2m1hCaY3SfzvKT4Svt2MhHw9XCt+ncJNWfe2TGz31iqzNGZ8spdKQflj+Rlog== + ecc-jsbn@~0.1.1: version "0.1.2" resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" @@ -2492,6 +2522,15 @@ gulp-ng-annotate@^2.0.0: through2 "^2.0.1" vinyl-sourcemaps-apply "^0.2.1" +gulp-plugin-extras@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/gulp-plugin-extras/-/gulp-plugin-extras-0.2.2.tgz#8f4af2c0acdc95aaac9dcd86e54f200a6e2842c4" + integrity sha512-0gssXzTNrrOocYBWN4qOZqd03cz3bxhjxVUPZV9iJdBR0ZZbwMQO/OT8hZChYoc9GjKaA5meaqDr6CjkmKA7BA== + dependencies: + "@types/vinyl" "^2.0.9" + chalk "^5.3.0" + easy-transform-stream "^1.0.1" + gulp-sourcemaps@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/gulp-sourcemaps/-/gulp-sourcemaps-3.0.0.tgz#2e154e1a2efed033c0e48013969e6f30337b2743" @@ -2518,14 +2557,13 @@ gulp-strip-comments@^2.6.0: plugin-error "^2.0.1" through2 "^4.0.2" -gulp-strip-css-comments@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/gulp-strip-css-comments/-/gulp-strip-css-comments-1.2.0.tgz#fe79863ce32f50dd4cbe8d0db56f476c86cfb9b8" - integrity sha1-/nmGPOMvUN1Mvo0NtW9HbIbPubg= +gulp-strip-css-comments@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/gulp-strip-css-comments/-/gulp-strip-css-comments-3.0.0.tgz#8b70e51564678bcded4fc63fccc03869c8360e6b" + integrity sha512-hiPuAKhC8EpJQsqptgt956Q7Tnm3pzMdTwGKEuqwL+o7DagqCdc4FrzJsHpz+ogeEer06KBtVPc1uICrvFasSA== dependencies: - gulp-util "^3.0.0" - strip-css-comments "^3.0.0" - through2 "^2.0.0" + gulp-plugin-extras "^0.2.2" + strip-css-comments "^5.0.0" gulp-sync@^0.1.4: version "0.1.4" @@ -3019,10 +3057,10 @@ is-promise@^2.1: resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o= -is-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" - integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk= +is-regexp@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-3.1.0.tgz#0235eab9cda5b83f96ac4a263d8c32c9d5ad7422" + integrity sha512-rbku49cWloU5bSMI+zaRaXdQHXnthP6DZ/vLnfdSKyL4zUzuWnomtOEiZZOd+ioQ+avFo/qau3KPTc7Fjy1uPA== is-relative@^1.0.0: version "1.0.0" @@ -5016,12 +5054,12 @@ strip-bom@^2.0.0: dependencies: is-utf8 "^0.2.0" -strip-css-comments@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/strip-css-comments/-/strip-css-comments-3.0.0.tgz#7a5625eff8a2b226cf8947a11254da96e13dae89" - integrity sha1-elYl7/iisibPiUehElTaluE9rok= +strip-css-comments@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/strip-css-comments/-/strip-css-comments-5.0.0.tgz#2a8c128635562a3eaa97f3222a886b66900d40d1" + integrity sha512-943vUh0ZxvxO6eK+TzY2F4nVN7a+ZdRK4KIdwHaGMvMrXTrAsJBRudOR3Zi0bLTuVSbF0CQXis4uw04uCabWkg== dependencies: - is-regexp "^1.0.0" + is-regexp "^3.0.0" strip-json-comments@1.0.x: version "1.0.4" @@ -5274,6 +5312,11 @@ unc-path-regex@^0.1.2: resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo= +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + union-value@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"