From e73ac5920bb2d643bf81ea8e71bdfc727bafedba Mon Sep 17 00:00:00 2001 From: Kirk Scheibelhut Date: Tue, 29 Oct 2019 16:21:55 -0700 Subject: [PATCH] Bump version to remove vunerability message npm-check-updates was mistakenly listed as a transitive dependency causing npm audit to complain about one of its dependencies. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da1d614c88..5442230d12 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint": "^6.5.1", "husky": "^3.0.8", "mocha": "^6.2.1", - "smogon": "0.0.3", + "smogon": "^0.0.4", "tslint": "^5.20.0", "typescript": "^3.6.3" }