From 70f492c44186e6837997f5ac24bcbda5fb163834 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Mon, 27 Jun 2022 11:25:57 +0200 Subject: [PATCH] 5.0.0-7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae582f1..90af363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependency-check", - "version": "5.0.0-6", + "version": "5.0.0-7", "description": "checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json", "bin": { "dependency-check": "cli.cjs"