From 9a9803d6c49daefcb16000bd0420b7a486f3c0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:03:14 +0000 Subject: [PATCH] Bump gulp-changed from 4.0.2 to 4.0.3 Bumps [gulp-changed](https://github.com/sindresorhus/gulp-changed) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/sindresorhus/gulp-changed/releases) - [Commits](https://github.com/sindresorhus/gulp-changed/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: gulp-changed dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a103f17..a85a56c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6790,9 +6790,9 @@ } }, "gulp-changed": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/gulp-changed/-/gulp-changed-4.0.2.tgz", - "integrity": "sha512-rAvQt+ByaqrMuJLwucvxC+MC02Vh8ksiJ16hoQlk4xnmlHiLJMque2aXXQMmyocQac3RIjNRcyr7iG1TNH15GA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gulp-changed/-/gulp-changed-4.0.3.tgz", + "integrity": "sha512-oIymgTNmmIvdqRRpdtohmELix81q+CA/D9DgVCvaM4Ulai0xgalf+XS6A95JwskbxRGQKtzzhMmdWZEuikX67w==", "dev": true, "requires": { "make-dir": "^3.0.0", diff --git a/package.json b/package.json index 3a52baf..96b3719 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "fancy-log": "^1.3.3", "gh-pages": "^3.1.0", "gulp": "^4.0.2", - "gulp-changed": "^4.0.2", + "gulp-changed": "^4.0.3", "gulp-concat": "^2.6.1", "gulp-debug": "^4.0.0", "gulp-fonter": "^0.3.0",