From 2a9e3048bc5ed3cff37dd8ad57eb1e36aafbbcc7 Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Wed, 29 May 2019 11:08:54 +0200 Subject: [PATCH] chore: revise SECURITY.md Co-Authored-By: Emanuele --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 833651fcd0b..c54aedcf910 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ webpack CLI is currently supporting webpack v4 and webpack v5. Security fixes ar | webpack version | webpack-cli version | Supported | | --------------- | ----------------------------- | ------------------ | | >= 4.20.x | ^3.1.2 | :white_check_mark: | -| 4.20.x | ^3.1.2 | :white_check_mark: | +| <= 4.19.x | ^3.1.1 | :white_check_mark: | | 5.x.0 | ^3.1.2 | :white_check_mark: | | 5.0.x | ^3.1.2 | :white_check_mark: | | < 4.x.x | (CLI included in webpack < 4) | :x: |