From e81b7d3b439bec06772715727c0973cf7cc90465 Mon Sep 17 00:00:00 2001 From: phosphore Date: Sat, 27 Mar 2021 11:56:55 +0100 Subject: [PATCH] 1.9.0 --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c89858d..e0dd4f3 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@doyensec/electronegativity", - "version": "1.8.1", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc818d2..683cdfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doyensec/electronegativity", - "version": "1.8.1", + "version": "1.9.0", "description": "Electronegativity is a tool to identify misconfigurations and security anti-patterns in Electron applications", "main": "dist/runner.js", "scripts": {