From 5cefbc80d5a9a35e940126d7638d96635c3e7192 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Mar 2023 17:00:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ef83fc7ef..6f10cb72b 100644 --- a/package.json +++ b/package.json @@ -26,15 +26,15 @@ "lint": "eslint lib" }, "dependencies": { - "atool-build": "^0.9.0", + "atool-build": "^0.11.0", "babel-plugin-transform-runtime": "~6.12.0", - "chalk": "~1.1.3", + "chalk": "~2.0.0", "colorful": "^2.1.0", "commander": "^2.9.0", "es3ify": "^0.2.1", "es3ify-loader": "^0.2.0", "gh-pages": "^0.11.0", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-babel": "^6.1.2", "gulp-typescript": "~3.0.2", "merge2": "~1.0.2",