From b756266afe8201e79149a6603c7f438ba1155dad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 15:31:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 76e109a3..7946e24f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "args": "1.3.0", - "babel-core": "6.3.26", + "babel-core": "6.10.4", "babel-eslint": "6.0.4", "babel-polyfill": "6.3.14", "babel-preset-es2015": "6.3.13", @@ -27,7 +27,7 @@ "express": "4.11.0", "gulp-babel": "6.1.1", "gulp-rimraf": "0.2.0", - "gulp": "3.9.0", + "gulp": "4.0.0", "hostenv": "1.0.1", "opentype.js": "0.4.4", "socket.io": "1.4.8",