diff --git a/package-lock.json b/package-lock.json index 116c334..53fb11f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sqliteviz", - "version": "0.27.1", + "version": "0.28.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sqliteviz", - "version": "0.27.1", + "version": "0.28.2", "license": "Apache-2.0", "dependencies": { "@sigma/export-image": "^3.0.0", @@ -32,6 +32,7 @@ "sigma": "^3.0.1", "sql.js": "file:./lib/sql-js", "tiny-emitter": "^2.1.0", + "tinycolor2": "^1.4.2", "veaury": "^2.5.1", "vue": "^3.5.11", "vue-final-modal": "^4.5.5", @@ -13341,6 +13342,11 @@ "react": "^0.14.0 || ^15.0.0" } }, + "node_modules/react-chart-editor/node_modules/tinycolor2": { + "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/react-color": { "version": "2.19.3", "license": "MIT", @@ -15514,8 +15520,12 @@ "license": "MIT" }, "node_modules/tinycolor2": { - "version": "1.6.0", - "license": "MIT" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz", + "integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==", + "engines": { + "node": "*" + } }, "node_modules/tinyglobby": { "version": "0.2.12", diff --git a/package.json b/package.json index ce0a043..80c0334 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sqliteviz", - "version": "0.28.1", + "version": "0.28.2", "license": "Apache-2.0", "private": true, "type": "module", @@ -36,6 +36,7 @@ "sigma": "^3.0.1", "sql.js": "file:./lib/sql-js", "tiny-emitter": "^2.1.0", + "tinycolor2": "^1.4.2", "veaury": "^2.5.1", "vue": "^3.5.11", "vue-final-modal": "^4.5.5",