From b4a45a9042d791b60e470df56e94e5deff3b010b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jun 2023 22:17:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-STYLELINT-1585622 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0824af0..1191a0d 100644 --- a/package.json +++ b/package.json @@ -55,10 +55,10 @@ "@types/jest": "^25.1.5", "@types/mocha": "^2.2.43", "@types/node": "^8.0.45", - "@umijs/fabric": "^2.0.7", + "@umijs/fabric": "^4.0.1", "chai": "^4.1.2", "coveralls": "^3.0.0", - "eslint": "^6.8.0", + "eslint": "^7.0.0", "prettier": "^2.0.2", "typescript": "^3.8.3", "umi-test": "^1.9.6"