From 20d6ce9ed643966ad39a8b68ceea0ae996920fd8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jun 2020 06:33:56 +0000 Subject: [PATCH] fix: upgrade @babel/plugin-transform-flow-strip-types from 7.4.4 to 7.9.0 Snyk has created this PR to upgrade @babel/plugin-transform-flow-strip-types from 7.4.4 to 7.9.0. See this package in NPM: https://www.npmjs.com/package/@babel/plugin-transform-flow-strip-types See this project in Snyk: https://app.snyk.io/org/jaredpalmer/project/82c4d7f9-57c9-4a69-8606-c7ed9b2460dc?utm_source=github&utm_medium=upgrade-pr --- examples/with-flowtype/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-flowtype/package.json b/examples/with-flowtype/package.json index 6c0f2e0..6e275cb 100644 --- a/examples/with-flowtype/package.json +++ b/examples/with-flowtype/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.1.2", - "@babel/plugin-transform-flow-strip-types": "7.4.4", + "@babel/plugin-transform-flow-strip-types": "7.9.0", "backpack-core": "^0.8.4", "express": "^4.14.0", "flow-bin": "^0.101.1"