From 97d7ab125dfd11eb31eb81c5666a5617f7106cca Mon Sep 17 00:00:00 2001 From: Nicolas Pennec Date: Fri, 20 Dec 2024 16:20:31 +0100 Subject: [PATCH] [qa] bump dependencies --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 157a4b20a..6499ce90c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "color-hash": "2.0.2", "color-string": "1.9.1", "fabric": "cgwire/fabric.js", - "lucide-vue-next": "0.468.0", + "lucide-vue-next": "0.469.0", "marked": "14.1.4", "marked-emoji": "1.4.3", "moment": "2.30.1", @@ -2926,9 +2926,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.74", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.74.tgz", - "integrity": "sha512-ck3//9RC+6oss/1Bh9tiAVFy5vfSKbRHAFh7Z3/eTRkEqJeWgymloShB17Vg3Z4nmDNp35vAd1BZ6CMW4Wt6Iw==", + "version": "1.5.75", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.75.tgz", + "integrity": "sha512-Lf3++DumRE/QmweGjU+ZcKqQ+3bKkU/qjaKYhIJKEOhgIO9Xs6IiAQFkfFoj+RhgDk4LUeNsLo6plExHqSyu6Q==", "dev": true, "license": "ISC" }, @@ -5091,9 +5091,9 @@ "license": "ISC" }, "node_modules/lucide-vue-next": { - "version": "0.468.0", - "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.468.0.tgz", - "integrity": "sha512-quV/6T8YB1XK0VOEnebg3Byd8Rsan5/m95cvjnuHV4vcS3qEnLAybkrSh0hk3ppavx+V7R1PjNW+mGDvcBdz4A==", + "version": "0.469.0", + "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.469.0.tgz", + "integrity": "sha512-EjOap+vY3xEzCMrnaccDHO4BH3k3Lr+sOyvzRQCaayYxkxKla0w6Jr4h3cHAzA4vMSp63Dcy7vDiGeCPcCY+Gg==", "license": "ISC", "peerDependencies": { "vue": ">=3.0.1" diff --git a/package.json b/package.json index 84bad95d1..ce4246ccb 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "color-hash": "2.0.2", "color-string": "1.9.1", "fabric": "cgwire/fabric.js", - "lucide-vue-next": "0.468.0", + "lucide-vue-next": "0.469.0", "marked": "14.1.4", "marked-emoji": "1.4.3", "moment": "2.30.1",