From 229fe66346b3ca636541a6c302a1e4fcfcec735c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Feb 2023 03:53:15 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CLAVISKAJQUERYMINICOLORS-3326663 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43f0dd0a63bcf..7fa505ee35bbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1446,9 +1446,9 @@ } }, "@claviska/jquery-minicolors": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/@claviska/jquery-minicolors/-/jquery-minicolors-2.3.5.tgz", - "integrity": "sha512-LpiN8hyqRPYB2tEzFD4lI54GxKHQXhzrJMnKnsumElYxjkjbdAPmiIm+1k/Mkfn92HepL7t9uaK5iQSFP/19aw==" + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/@claviska/jquery-minicolors/-/jquery-minicolors-2.3.6.tgz", + "integrity": "sha512-8Ro6D4GCrmOl41+6w4NFhEOpx8vjxwVRI69bulXsFDt49uVRKhLU5TnzEV7AmOJrylkVq+ugnYNMiGHBieeKUQ==" }, "@dgrammatiko/compress": { "version": "1.0.4", diff --git a/package.json b/package.json index 24fabf3e81a9c..edc53a3e422cd 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "not ie < 11" ], "dependencies": { - "@claviska/jquery-minicolors": "^2.3.5", + "@claviska/jquery-minicolors": "^2.3.6", "@fortawesome/fontawesome-free": "^5.15.3", "@popperjs/core": "^2.9.2", "@webcomponents/webcomponentsjs": "^2.5.0",