From ccd96c9ca148740f989a187588130c967011cbf8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 18:50:31 +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-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 98b162b0f5..ea086c084a 100644 --- a/package.json +++ b/package.json @@ -114,9 +114,9 @@ "fuzzysearch": "^1.0.3", "geopattern": "^1.2.3", "get-form-data": "~1.2.5", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-add-src": "0.2.0", - "gulp-autoprefixer": "^3.1.1", + "gulp-autoprefixer": "^6.0.0", "gulp-clean-css": "~3.0.4", "gulp-concat-css": "2.3.0", "gulp-if": "~2.0.2", @@ -182,17 +182,17 @@ "t-component": "^1.0.0", "tags-input": "^1.1.1", "through2-concurrent": "~1.1.1", - "transliteration": "~1.5.3", + "transliteration": "~2.1.3", "type-component": "0.0.1", "uglifyify": "^3.0.2", "valid-url": "^1.0.9", "verigy": "2.0.1", - "victory": "^0.26.1", + "victory": "^36.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "~3.9.0", "whatwg-fetch": "~2.0.3", "xss": "~0.3.3", - "yargs": "~7.0.2" + "yargs": "~13.2.4" }, "devDependencies": { "arr-diff": "~3.0.0",