From 1d0f4e8cb31d0a843f05f10abafd8c50ec4fe79f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Oct 2023 23:52:38 +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/octopus31/project/e8b280ed-4764-48d0-8f0d-9e34885b9158?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++++----------- package.json | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3facc9..99d0cc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "AndroidAssetStudio", + "name": "npm-proj-1698105137352-0.36987401146006715pfoKyh", "lockfileVersion": 2, "requires": true, "packages": { @@ -11,7 +11,7 @@ "react": "^16.13.1", "react-color": "^2.18.1", "react-dom": "^16.13.1", - "tinycolor2": "^1.4.2", + "tinycolor2": "^1.6.0", "webfontloader": "^1.6.28" }, "devDependencies": { @@ -16033,12 +16033,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/to-absolute-glob": { "version": "0.1.1", @@ -31760,9 +31757,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==" }, "to-absolute-glob": { "version": "0.1.1", diff --git a/package.json b/package.json index 08da640..ec557b1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "react": "^16.13.1", "react-color": "^2.18.1", "react-dom": "^16.13.1", - "tinycolor2": "^1.4.2", + "tinycolor2": "^1.6.0", "webfontloader": "^1.6.28" } }