From fc7136d7b873c5f1c33f549bed5d1bc1217df749 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Dec 2023 17:42:24 +0000 Subject: [PATCH] fix: upgrade tinycolor2 from 1.4.2 to 1.6.0 Snyk has created this PR to upgrade tinycolor2 from 1.4.2 to 1.6.0. See this package in npm: https://www.npmjs.com/package/tinycolor2 See this project in Snyk: https://app.snyk.io/org/banavatharavind0026/project/110c1cb8-ec8d-4ca4-8e01-e99c03d6227b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++---------- package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6dd94e1092..3b38a086a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "strongly-connected-components": "^1.0.1", "superscript-text": "^1.0.0", "svg-path-sdf": "^1.1.3", - "tinycolor2": "^1.4.2", + "tinycolor2": "^1.6.0", "to-px": "1.0.1", "topojson-client": "^3.1.0", "webgl-context": "^2.2.0", @@ -11983,12 +11983,9 @@ } }, "node_modules/tinycolor2": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz", - "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==", - "engines": { - "node": "*" - } + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz", + "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==" }, "node_modules/tinyqueue": { "version": "2.0.3", @@ -22264,9 +22261,9 @@ } }, "tinycolor2": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz", - "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz", + "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==" }, "tinyqueue": { "version": "2.0.3", diff --git a/package.json b/package.json index 161abfbf83a..d6a89d52643 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "strongly-connected-components": "^1.0.1", "superscript-text": "^1.0.0", "svg-path-sdf": "^1.1.3", - "tinycolor2": "^1.4.2", + "tinycolor2": "^1.6.0", "to-px": "1.0.1", "topojson-client": "^3.1.0", "webgl-context": "^2.2.0",