From 4066c72c65ac64b3b84b237faf818a91f6d3a6d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 May 2021 22:30:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad40a37..2451c68 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.4", "workbox-webpack-plugin": "^3.6.3", - "xo": "^0.24.0" + "xo": "^0.32.1" }, "xo": { "prettier": true,