From 1ad15e067d906d04aa35481c2a40e10db01aca58 Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Tue, 28 Jul 2020 11:35:29 -0500 Subject: [PATCH] chore: bump to v1.4.3 Drops support for Node <8 to fix jpeg-js security vulnerability. --- core/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index 3f95974..2d15fc9 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "speedline-core", - "version": "1.4.2", + "version": "1.4.3", "description": "Get the speed index from chrome dev tool timeline files", "license": "MIT", "repository": "https://github.com/paulirish/speedline", diff --git a/package.json b/package.json index bfdba9e..020dee8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "speedline", - "version": "1.4.2", + "version": "1.4.3", "description": "Get the speed index from chrome dev tool timeline files. The CLI", "license": "MIT", "repository": "paulirish/speedline",