From 48414759e216eb7255accd06273c758521d310dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 14:16:36 +0000 Subject: [PATCH] fix: node_modules/gulp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- node_modules/gulp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/gulp/package.json b/node_modules/gulp/package.json index 7f567823b9..be23222755 100644 --- a/node_modules/gulp/package.json +++ b/node_modules/gulp/package.json @@ -65,8 +65,8 @@ } ], "dependencies": { - "glob-watcher": "^5.0.3", - "gulp-cli": "^2.2.0", + "glob-watcher": "^6.0.0", + "gulp-cli": "^3.0.0", "undertaker": "^1.2.1", "vinyl-fs": "^3.0.0" },