From 7e089e87e1d5df6544396f9fab03480fc495a81c Mon Sep 17 00:00:00 2001 From: sseide Date: Tue, 5 Jan 2021 13:29:04 +0100 Subject: [PATCH 1/2] security update for chokidar and anymatch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77ccaef..a0fa3aa 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "main": "index.js", "bin": "bin/cmd.js", "dependencies": { - "anymatch": "^2.0.0", + "anymatch": "^3.1.0", "browserify": "^16.1.0", - "chokidar": "^2.1.1", + "chokidar": "^3.4.0", "defined": "^1.0.0", "outpipe": "^1.1.0", "through2": "^2.0.0", From 9dc2b285489fc0e32ad927320eebd67208e6e097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Thu, 28 Jan 2021 19:05:44 +0100 Subject: [PATCH 2/2] ci: update matrix --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bfb859..33c91bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,9 @@ language: node_js node_js: - "stable" + - "14" + - "12" - "10" - - "9" - "8" - - "6" - - "4" - - "iojs" - - "0.12" - - "0.10" matrix: fast_finish: true