From a58ddb7a1ddeadae6f89a324c07cf573c426a3fd Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 20 Jun 2025 22:06:46 +0000 Subject: [PATCH] chore(deps): update dependency htmx.org to v2.0.5 --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94029b1..0840a53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,12 +8,10 @@ "name": "spend-sparrow", "version": "1.0.0", "license": "ISC", - "dependencies": { - "echarts": "^5.6.0" - }, "devDependencies": { "@tailwindcss/cli": "4.1.10", - "htmx.org": "2.0.4", + "echarts": "5.6.0", + "htmx.org": "2.0.5", "tailwindcss": "4.1.10" } }, @@ -797,6 +795,7 @@ "version": "5.6.0", "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.6.0.tgz", "integrity": "sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==", + "dev": true, "license": "Apache-2.0", "dependencies": { "tslib": "2.3.0", @@ -838,9 +837,9 @@ "license": "ISC" }, "node_modules/htmx.org": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.4.tgz", - "integrity": "sha512-HLxMCdfXDOJirs3vBZl/ZLoY+c7PfM4Ahr2Ad4YXh6d22T5ltbTXFFkpx9Tgb2vvmWFMbIc3LqN2ToNkZJvyYQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.5.tgz", + "integrity": "sha512-ocgvtHCShWFW0DvSV1NbJC7Y5EzUMy2eo5zeWvGj2Ac4LOr7sv9YKg4jzCZJdXN21fXACmCViwKSy+cm6i2dWQ==", "dev": true, "license": "0BSD" }, @@ -1298,6 +1297,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==", + "dev": true, "license": "0BSD" }, "node_modules/yallist": { @@ -1314,6 +1314,7 @@ "version": "5.6.1", "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.1.tgz", "integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==", + "dev": true, "license": "BSD-3-Clause", "dependencies": { "tslib": "2.3.0" diff --git a/package.json b/package.json index ab8b317..167601f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "license": "ISC", "devDependencies": { "@tailwindcss/cli": "4.1.10", - "htmx.org": "2.0.4", + "htmx.org": "2.0.5", "tailwindcss": "4.1.10", "echarts": "5.6.0" }