From 28864de6cb23d1a72f4cca7367a23b1bba1a1f1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 18:11:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-1023599 - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-1072471 - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-610226 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/npm:stringstream:20180511 - https://snyk.io/vuln/npm:ua-parser-js:20180227 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d750496..cd35993 100644 --- a/package.json +++ b/package.json @@ -18,9 +18,9 @@ "author": "RSG", "dependencies": { "aphrodite-jss": "^2.0.0", - "less": "^2.7.2", + "less": "^3.12.0", "lodash": "^4.17.4", - "react-dom": "^16.2.0" + "react-dom": "^16.2.1" }, "devDependencies": { "@types/lodash": "^4.14.72",