From f8d4985c4582beec009e5ba05b51595bcfb36311 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:29:12 +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",