From 5280b5f131a0e8ca0e94b790e293314268fbf06d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:40:09 +0000 Subject: [PATCH] Bump gulp-changed from 4.0.3 to 5.0.0 Bumps [gulp-changed](https://github.com/sindresorhus/gulp-changed) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/sindresorhus/gulp-changed/releases) - [Commits](https://github.com/sindresorhus/gulp-changed/compare/v4.0.3...v5.0.0) --- updated-dependencies: - dependency-name: gulp-changed dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 52 ++++++++++++++++++----------------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea1d821af2..89d9499353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "glob": "^10.3.10", "gulp": "^4.0.2", "gulp-cached": "^1.1.1", - "gulp-changed": "^4.0.3", + "gulp-changed": "^5.0.0", "gulp-imagemin": "^9.0.0", "gulp-postcss": "^9.0.1", "gulp-rename": "^2.0.0", @@ -4461,6 +4461,17 @@ "node": ">=4" } }, + "node_modules/change-file-extension": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/change-file-extension/-/change-file-extension-0.1.0.tgz", + "integrity": "sha512-k9K/7SnXkSuN5nwl+XyuFZfGmuw4w2V4e8xo4mT0tF5CtUjcFBlCbP2PLvpQQ3e/v7gp3Zeeeqb5neHDgNWswg==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/chokidar": { "version": "2.1.8", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", @@ -7845,18 +7856,18 @@ } }, "node_modules/gulp-changed": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/gulp-changed/-/gulp-changed-4.0.3.tgz", - "integrity": "sha512-oIymgTNmmIvdqRRpdtohmELix81q+CA/D9DgVCvaM4Ulai0xgalf+XS6A95JwskbxRGQKtzzhMmdWZEuikX67w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/gulp-changed/-/gulp-changed-5.0.0.tgz", + "integrity": "sha512-rufghXJr7cNQGCiUHJ0usjaLA36s7qDDBk61kabeU34+FQP/P3UQ/AQ6RKBS+9yEhOv9h4vbYmNSm3diJXJtKA==", "dependencies": { - "make-dir": "^3.0.0", - "plugin-error": "^1.0.1", - "replace-ext": "^1.0.0", - "through2": "^3.0.1", + "change-file-extension": "^0.1.0", "touch": "^3.1.0" }, "engines": { - "node": ">=8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" }, "peerDependencies": { "gulp": ">=4" @@ -7867,15 +7878,6 @@ } } }, - "node_modules/gulp-changed/node_modules/through2": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz", - "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", - "dependencies": { - "inherits": "^2.0.4", - "readable-stream": "2 || 3" - } - }, "node_modules/gulp-cli": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz", @@ -9555,20 +9557,6 @@ "node": ">=10" } }, - "node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/make-iterator": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz", diff --git a/package.json b/package.json index cbb8339c2a..7ec8ebf482 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "glob": "^10.3.10", "gulp": "^4.0.2", "gulp-cached": "^1.1.1", - "gulp-changed": "^4.0.3", + "gulp-changed": "^5.0.0", "gulp-imagemin": "^9.0.0", "gulp-postcss": "^9.0.1", "gulp-rename": "^2.0.0",