From b6ed10f3879f9713512e9a388c1cf1420ec07515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 11:55:36 +0000 Subject: [PATCH] Bump gulp-filter from 6.0.0 to 7.0.0 (#39) Bumps [gulp-filter](https://github.com/sindresorhus/gulp-filter) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/sindresorhus/gulp-filter/releases) - [Commits](https://github.com/sindresorhus/gulp-filter/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: gulp-filter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 37 ++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 268baee..bc9013c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "gulp": "^4.0.0", "gulp-decompress": "^3.0.0", "gulp-download": "^0.0.1", - "gulp-filter": "^6.0.0", + "gulp-filter": "^7.0.0", "gulp-regex-rename": "^0.1.0", "gulp-rename": "^2.0.0", "gulp-util": "^3.0.8", @@ -7007,17 +7007,29 @@ } }, "node_modules/gulp-filter": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gulp-filter/-/gulp-filter-6.0.0.tgz", - "integrity": "sha512-veQFW93kf6jBdWdF/RxMEIlDK2mkjHyPftM381DID2C9ImTVngwYpyyThxm4/EpgcNOT37BLefzMOjEKbyYg0Q==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/gulp-filter/-/gulp-filter-7.0.0.tgz", + "integrity": "sha512-ZGWtJo0j1mHfP77tVuhyqem4MRA5NfNRjoVe6VAkLGeQQ/QGo2VsFwp7zfPTGDsd1rwzBmoDHhxpE6f5B3Zuaw==", "dev": true, "dependencies": { - "multimatch": "^4.0.0", + "multimatch": "^5.0.0", "plugin-error": "^1.0.1", - "streamfilter": "^3.0.0" + "streamfilter": "^3.0.0", + "to-absolute-glob": "^2.0.2" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + }, + "peerDependencies": { + "gulp": ">=4" + }, + "peerDependenciesMeta": { + "gulp": { + "optional": true + } } }, "node_modules/gulp-regex-rename": { @@ -11896,9 +11908,9 @@ "dev": true }, "node_modules/multimatch": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-4.0.0.tgz", - "integrity": "sha512-lDmx79y1z6i7RNx0ZGCPq1bzJ6ZoDDKbvh7jxr9SJcWLkShMzXrHbYVpTdnhNM5MXpDUxCQ4DgqVttVXlBgiBQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz", + "integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==", "dev": true, "dependencies": { "@types/minimatch": "^3.0.3", @@ -11908,7 +11920,10 @@ "minimatch": "^3.0.4" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/multimatch/node_modules/@types/minimatch": { diff --git a/package.json b/package.json index 4f0b06d..27d090e 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "gulp": "^4.0.0", "gulp-decompress": "^3.0.0", "gulp-download": "^0.0.1", - "gulp-filter": "^6.0.0", + "gulp-filter": "^7.0.0", "gulp-regex-rename": "^0.1.0", "gulp-rename": "^2.0.0", "gulp-util": "^3.0.8",