From cf95533d8fca62a03366592ee44fd578c10c7327 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 30 Aug 2019 02:30:53 +0000 Subject: [PATCH] chore: upgrade babel-runtime from 6.18.0 to 6.26.0 Snyk have raised this PR to upgrade babel-runtime from 6.18.0 to 6.26.0. See this package in NPM: https://www.npmjs.com/package/babel-runtime See this project in Snyk: https://app.snyk.io/org/aarlaud-snyk/project/38f7fdcf-0437-425a-9bd5-f6fd7db8aebf?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61fbe1e..97618f2 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ }, "dependencies": { "meteor-node-stubs": "~0.2.0", - "babel-runtime": "6.18.0" + "babel-runtime": "6.26.0" } }