From b100d8c19d03556292211907c1f4181f3ef4ff37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:25:33 +0000 Subject: [PATCH] Bump gulp-filter from 9.0.0 to 9.0.1 Bumps [gulp-filter](https://github.com/sindresorhus/gulp-filter) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/sindresorhus/gulp-filter/releases) - [Commits](https://github.com/sindresorhus/gulp-filter/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: gulp-filter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++++---- package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58221086..46ef9724 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-plugin-svelte": "^2.35.0", "gas-webpack-plugin": "^2.5.0", "gulp": "^4.0.2", - "gulp-filter": "^9.0.0", + "gulp-filter": "^9.0.1", "gulp-replace": "^1.1.4", "html-webpack-plugin": "^5.5.3", "jest": "^28.0.0", @@ -11894,13 +11894,14 @@ } }, "node_modules/gulp-filter": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/gulp-filter/-/gulp-filter-9.0.0.tgz", - "integrity": "sha512-6y4VVc/fbH6sUt1Fzmeq14PoEeKxYatAx12EaBT4RziwPTNMVl2tPMo2fSML1PJBIuem1bPWeCKYyuh+7I3/lQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/gulp-filter/-/gulp-filter-9.0.1.tgz", + "integrity": "sha512-knVYL8h9bfYIeft3VokVTkuaWJkQJMrFCS3yVjZQC6BGg+1dZFoeUY++B9D2X4eFpeNTx9StWK0qnDby3NO3PA==", "dev": true, "dependencies": { "multimatch": "^7.0.0", "plugin-error": "^2.0.1", + "slash": "^5.1.0", "streamfilter": "^3.0.0", "to-absolute-glob": "^3.0.0" }, @@ -12008,6 +12009,18 @@ "node": ">=10.13.0" } }, + "node_modules/gulp-filter/node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "dev": true, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/gulp-filter/node_modules/to-absolute-glob": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-3.0.0.tgz", diff --git a/package.json b/package.json index 6b083a63..52ebd9d3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-svelte": "^2.35.0", "gas-webpack-plugin": "^2.5.0", "gulp": "^4.0.2", - "gulp-filter": "^9.0.0", + "gulp-filter": "^9.0.1", "gulp-replace": "^1.1.4", "html-webpack-plugin": "^5.5.3", "jest": "^28.0.0",