From 513d9deac80cc05e9b727cf9dde63aaf65cca746 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 28 Jan 2022 09:20:51 +0100 Subject: [PATCH 1/3] feat: update plugin netlify-plugin-is-website-vulnerable to version 2.0.1 --- site/plugins.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index c4f6784fc..2fceb79a0 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -330,7 +330,7 @@ "name": "Is website vulnerable", "package": "netlify-plugin-is-website-vulnerable", "repo": "https://github.com/erezrokah/netlify-plugin-is-website-vulnerable", - "version": "1.0.10" + "version": "2.0.1" }, { "author": "martinbean", @@ -476,11 +476,15 @@ }, { "version": "3.9.2", - "siteDependencies": { "next": "<10.0.9" } + "siteDependencies": { + "next": "<10.0.9" + } }, { "version": "1.1.5", - "siteDependencies": { "next": "<10.0.6" } + "siteDependencies": { + "next": "<10.0.6" + } } ] }, @@ -597,4 +601,4 @@ "repo": "https://github.com/amar-p6/netlify-build-logger-plugin.git", "version": "1.0.3" } -] +] \ No newline at end of file From 3977444c4ee7b2cce333370e602a6c2806395e86 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 28 Jan 2022 10:25:35 +0200 Subject: [PATCH 2/3] chore: add compatibility field --- site/plugins.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/site/plugins.json b/site/plugins.json index 2fceb79a0..d6464a155 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -330,7 +330,16 @@ "name": "Is website vulnerable", "package": "netlify-plugin-is-website-vulnerable", "repo": "https://github.com/erezrokah/netlify-plugin-is-website-vulnerable", - "version": "2.0.1" + "version": "2.0.1", + "compatibility": [ + { + "version": "2.0.1" + }, + { + "version": "1.0.10", + "nodeVersion": "<12.0.0" + } + ] }, { "author": "martinbean", @@ -601,4 +610,4 @@ "repo": "https://github.com/amar-p6/netlify-build-logger-plugin.git", "version": "1.0.3" } -] \ No newline at end of file +] From dd7781fe0186af1603c85460bca5cfdf2d443f18 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 28 Jan 2022 17:07:26 +0200 Subject: [PATCH 3/3] Update plugins.json --- site/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/plugins.json b/site/plugins.json index d6464a155..5b0616324 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -337,7 +337,7 @@ }, { "version": "1.0.10", - "nodeVersion": "<12.0.0" + "nodeVersion": "<12.20.0" } ] },