From 2f92e4deb98f7fd56107c16f249a47c2645677b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 23 Sep 2019 23:14:37 +0200 Subject: [PATCH] v7.6.2 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9b2c283c50bd..58c66f24cbc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@babel/node", - "version": "7.6.1", + "version": "7.6.2", "description": "Babel command line", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -19,7 +19,7 @@ "compiler" ], "dependencies": { - "@babel/register": "^7.6.0", + "@babel/register": "^7.6.2", "commander": "^2.8.1", "core-js": "^3.2.1", "lodash": "^4.17.13", @@ -31,8 +31,8 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.6.0", - "@babel/helper-fixtures": "^7.6.0", + "@babel/core": "^7.6.2", + "@babel/helper-fixtures": "^7.6.2", "fs-readdir-recursive": "^1.0.0", "output-file-sync": "^2.0.0" },