From a1476368fa9668798db5400ba68b85c14f733957 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 May 2020 22:21:41 -0500 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/core from 7.0.0-beta.54 to 7.9.0. See this package in NPM: https://www.npmjs.com/package/@babel/core - @babel/plugin-transform-runtime from 7.0.0-beta.54 to 7.9.0. See this package in NPM: https://www.npmjs.com/package/@babel/plugin-transform-runtime - @babel/preset-env from 7.0.0-beta.54 to 7.9.5. See this package in NPM: https://www.npmjs.com/package/@babel/preset-env - @babel/preset-stage-2 from 7.0.0-beta.54 to 7.8.3. See this package in NPM: https://www.npmjs.com/package/@babel/preset-stage-2 - @babel/runtime from 7.0.0-beta.54 to 7.9.2. See this package in NPM: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/phearzero/project/cf5574c9-e5a4-47a2-b9ec-f527e863bc90?utm_source=github&utm_medium=upgrade-pr --- packages/runner/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/runner/package.json b/packages/runner/package.json index a74d578..40f8b6d 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -41,11 +41,11 @@ "bugs": "https://github.com/barnstorm-online/barnstorm-cli/issues", "homepage": "https://barnstorm.online", "dependencies": { - "@babel/core": "7.0.0-beta.54", - "@babel/plugin-transform-runtime": "7.0.0-beta.54", - "@babel/preset-env": "7.0.0-beta.54", - "@babel/preset-stage-2": "7.0.0-beta.54", - "@babel/runtime": "7.0.0-beta.54", + "@babel/core": "7.9.0", + "@babel/plugin-transform-runtime": "7.9.0", + "@babel/preset-env": "7.9.5", + "@babel/preset-stage-2": "7.8.3", + "@babel/runtime": "7.9.2", "ajv": "6.5.3", "autoprefixer": "9.1.5", "babel-loader": "8.0.0-beta.2",