From 50ce4882effb6841888a6035787cf257f61f3daa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 23:00:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffdb02c..6944de6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "webpack": "^1.12.9", "webpack-dev-server": "^1.14.0", "copy-webpack-plugin": "^1.1.1", - "xo": "^0.12.1" + "xo": "^0.20.0" }, "license": "MIT", "main": "index.js",