From 064384decd277ed5b364999192cadf6f196b740e Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 5 Sep 2019 05:41:38 +0000 Subject: [PATCH] chore: upgrade @babel/code-frame from 7.0.0-beta.36 to 7.5.5 Snyk have raised this PR to upgrade @babel/code-frame from 7.0.0-beta.36 to 7.5.5. See this package in NPM: https://www.npmjs.com/package/@babel/code-frame See this project in Snyk: https://app.snyk.io/org/mailonline-jus/project/10bb0a58-36f6-4199-afc8-ff995851c7ac?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 432a1ab..ce3aab9 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "testRegex": "(test|src)\\/.+\\.(test|spec)\\.jsx?$" }, "dependencies": { - "@babel/code-frame": "7.0.0-beta.36", + "@babel/code-frame": "7.5.5", "chalk": "^2.3.0", "string.prototype.padend": "^3.0.0", "string.prototype.padstart": "^3.0.0",