From bc6d7513c5ff6d7a3dfdf251b0b502487b3f86d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:00:52 +0000 Subject: [PATCH] chore(deps-dev): 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-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 63 +++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 48 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index c060aa262..e3c182f46 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 747ecaa8b..3b11aff02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -231,6 +231,11 @@ dependencies: "@types/node" "*" +"@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@*", "@types/node@>=10.0.0": version "26.1.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-26.1.0.tgz#aa85f0727fc5611347091c478341c63650903439" @@ -238,6 +243,14 @@ dependencies: undici-types "~8.3.0" +"@types/vinyl@^2.0.9": + version "2.0.12" + resolved "https://registry.yarnpkg.com/@types/vinyl/-/vinyl-2.0.12.tgz#17642ca9a8ae10f3db018e9f885da4188db4c6e6" + integrity sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw== + dependencies: + "@types/expect" "^1.20.4" + "@types/node" "*" + "@types/ws@^8.5.12": version "8.18.1" resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.18.1.tgz#48464e4bf2ddfd17db13d845467f6070ffea4aa9" @@ -1081,6 +1094,11 @@ chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.3.0: + version "5.6.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea" + integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA== + chokidar@^3.5.1: version "3.6.0" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b" @@ -1527,6 +1545,11 @@ each-props@^3.0.0: is-plain-object "^5.0.0" 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== + ee-first@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" @@ -2230,6 +2253,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" @@ -2256,14 +2288,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" @@ -2728,10 +2759,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" @@ -4396,12 +4427,12 @@ strip-bom@^1.0.0: first-chunk-stream "^1.0.0" 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"