From 4952368b05c48a32c675434f04d73bb87fd18e78 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 1 Oct 2020 15:34:26 -0400 Subject: [PATCH 1/3] Update deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ef16f8d76..248e4a2f2 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "findup-sync": "~0.3.0", "glob": "~7.1.6", "grunt-cli": "~1.3.2", - "grunt-known-options": "~1.1.0", + "grunt-known-options": "~1.1.1", "grunt-legacy-log": "~3.0.0", "grunt-legacy-util": "~2.0.0", "iconv-lite": "~0.4.13", @@ -60,7 +60,7 @@ "grunt-contrib-watch": "~1.1.0", "grunt-eslint": "~18.1.0", "temporary": "~0.0.4", - "through2": "~2.0.0" + "through2": "~4.0.2" }, "files": [ "lib", From 47cf8b6aa6e4d0e5dac15f8642111197403b98a4 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 22 Apr 2021 10:35:59 -0400 Subject: [PATCH 2/3] Update CLI and nodeunit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 248e4a2f2..429543034 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "exit": "~0.1.2", "findup-sync": "~0.3.0", "glob": "~7.1.6", - "grunt-cli": "~1.3.2", + "grunt-cli": "~1.4.2", "grunt-known-options": "~1.1.1", "grunt-legacy-log": "~3.0.0", "grunt-legacy-util": "~2.0.0", @@ -56,7 +56,7 @@ "devDependencies": { "difflet": "~1.0.1", "eslint-config-grunt": "~1.0.1", - "grunt-contrib-nodeunit": "~2.1.0", + "grunt-contrib-nodeunit": "~3.0.0", "grunt-contrib-watch": "~1.1.0", "grunt-eslint": "~18.1.0", "temporary": "~0.0.4", From 106ed1768d42457cf6dba8d9748b3105b79e8dab Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 22 Apr 2021 11:19:17 -0400 Subject: [PATCH 3/3] Update changelog and util dep --- CHANGELOG | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ad86af2ef..12613b271 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v1.4.0 + date: 2021-04-21 + changes: + - Security fixes in production and dev dependencies v1.3.0 date: 2020-08-18 changes: diff --git a/package.json b/package.json index 429543034..63b1b19d1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "grunt-cli": "~1.4.2", "grunt-known-options": "~1.1.1", "grunt-legacy-log": "~3.0.0", - "grunt-legacy-util": "~2.0.0", + "grunt-legacy-util": "~2.0.1", "iconv-lite": "~0.4.13", "js-yaml": "~3.14.0", "minimatch": "~3.0.4",