From d3a09791457a13093926f028e7ade0a3acc75140 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 07:20:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ffdb02c..ad8e7aa 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "virtual-dom": "^2.1.1", "webpack": "^1.12.9", "webpack-dev-server": "^1.14.0", - "copy-webpack-plugin": "^1.1.1", - "xo": "^0.12.1" + "copy-webpack-plugin": "^2.0.0", + "xo": "^0.17.0" }, "license": "MIT", "main": "index.js",