From 09803c6a16abd9e5f7ca28e82fad351908fecae0 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 4 Jun 2019 19:09:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aff899a..af976bf 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "babel-cli": "^6.26.0", "babel-core": "6.26.0", "babel-eslint": "^8.1.2", - "babel-jest": "^22.0.4", + "babel-jest": "^24.0.0", "babel-preset-flow": "^6.23.0", "eslint": "^4.14.0", "eslint-config-airbnb-base": "^12.1.0", @@ -85,7 +85,7 @@ "flow-bin": "^0.61.0", "git-contributors": "^0.2.3", "husky": "^0.14.3", - "jest-cli": "^22.0.4", + "jest-cli": "^24.0.0", "lint-staged": "^6.0.0", "prettier": "^1.9.1", "semver": "^5.4.1"