From d7b9d71c111773bf49c0cac8cfd13c1c8049e689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:20:20 +0000 Subject: [PATCH] chore(deps): bump htmx.org from 2.0.3 to 2.0.4 in /resources/js Bumps [htmx.org](https://github.com/bigskysoftware/htmx) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/bigskysoftware/htmx/releases) - [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md) - [Commits](https://github.com/bigskysoftware/htmx/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: htmx.org dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- resources/js/package-lock.json | 8 ++++---- resources/js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/js/package-lock.json b/resources/js/package-lock.json index 560d1a3..5fe70d2 100644 --- a/resources/js/package-lock.json +++ b/resources/js/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "chart.js": "^4.4.7", "font-awesome": "^4.7.0", - "htmx.org": "^2.0.3" + "htmx.org": "^2.0.4" }, "devDependencies": { "esbuild": "0.24.0" @@ -466,9 +466,9 @@ } }, "node_modules/htmx.org": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.3.tgz", - "integrity": "sha512-AeoJUAjkCVVajbfKX+3sVQBTCt8Ct4lif1T+z/tptTXo8+8yyq3QIMQQe/IT+R8ssfrO1I0DeX4CAronzCL6oA==" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.4.tgz", + "integrity": "sha512-HLxMCdfXDOJirs3vBZl/ZLoY+c7PfM4Ahr2Ad4YXh6d22T5ltbTXFFkpx9Tgb2vvmWFMbIc3LqN2ToNkZJvyYQ==" } } } diff --git a/resources/js/package.json b/resources/js/package.json index e9c76af..dc09811 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -13,7 +13,7 @@ "dependencies": { "chart.js": "^4.4.7", "font-awesome": "^4.7.0", - "htmx.org": "^2.0.3" + "htmx.org": "^2.0.4" }, "devDependencies": { "esbuild": "0.24.0"