diff --git a/package-lock.json b/package-lock.json index 80fd403..047f5a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "optimade-mpds-nlp": "^0.1.3", "sirv-cli": "^1.0.12", "svelte-file-dropzone": "0.0.15", - "tinycolor2": "^1.4.2" + "tinycolor2": "^1.6.0" }, "devDependencies": { "@babel/core": "^7.14.6", @@ -12502,12 +12502,9 @@ "dev": true }, "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/tinydate": { "version": "1.3.0", @@ -22175,9 +22172,9 @@ "dev": true }, "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==" }, "tinydate": { "version": "1.3.0", diff --git a/package.json b/package.json index 05c830d..ead57b0 100644 --- a/package.json +++ b/package.json @@ -126,6 +126,6 @@ "optimade-mpds-nlp": "^0.1.3", "sirv-cli": "^1.0.12", "svelte-file-dropzone": "0.0.15", - "tinycolor2": "^1.4.2" + "tinycolor2": "^1.6.0" } }