diff --git a/package-lock.json b/package-lock.json index 05b5d2c..8153163 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@code0-tech/pictor": "^0.3.0", - "@tabler/icons-react": "^3.29.0", + "@tabler/icons-react": "^3.34.0", "next": "15.2.4", "react": "^18", "react-dom": "^18", @@ -2508,9 +2508,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.29.0.tgz", - "integrity": "sha512-VWNINymdmhay3MDvWVREmRwuWLSrX3YiInKvs5L4AHRF4bAfJabLlEReE0BW/XFsBt22ff8/C8Eam/LXlF97mA==", + "version": "3.34.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.34.0.tgz", + "integrity": "sha512-jtVqv0JC1WU2TTEBN32D9+R6mc1iEBuPwLnBsWaR02SIEciu9aq5806AWkCHuObhQ4ERhhXErLEK7Fs+tEZxiA==", "license": "MIT", "funding": { "type": "github", @@ -2518,12 +2518,12 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.29.0.tgz", - "integrity": "sha512-jaa3b3j91CplY7TPgx/Gj/e+PcOnQgYiK6c5qtp1P0ytfKM5WPc1qtXyRLE3NcYlfxS2Pcst4YGy1vUML7SjbQ==", + "version": "3.34.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.34.0.tgz", + "integrity": "sha512-OpEIR2iZsIXECtAIMbn1zfKfQ3zKJjXyIZlkgOGUL9UkMCFycEiF2Y8AVfEQsyre/3FnBdlWJvGr0NU47n2TbQ==", "license": "MIT", "dependencies": { - "@tabler/icons": "3.29.0" + "@tabler/icons": "3.34.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index cc42d53..58cbf68 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@code0-tech/pictor": "^0.3.0", - "@tabler/icons-react": "^3.29.0", + "@tabler/icons-react": "^3.34.0", "next": "15.2.4", "react": "^18", "react-dom": "^18",