From 225ac8048349b03811b62c53d13bfa66ec60bf81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 09:58:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 01d7eb6..011c89a 100644 --- a/package.json +++ b/package.json @@ -60,11 +60,11 @@ }, "dependencies": { "babel-core": "^6.26.3", - "babel-eslint": "^9.0.0", + "babel-eslint": "^10.1.0", "babel-loader": "^7.1.5", "babel-polyfill": "^6.26.0", - "snyk": "^1.290.1", - "webpack-dev-server": "^3.10.3" + "snyk": "^1.996.0", + "webpack-dev-server": "^4.0.0" }, "snyk": true }