From 38f3710d372585a434c7d01c1446c5600a8f6246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:31:25 +0000 Subject: [PATCH] chore(deps): bump htmx.org from 2.0.2 to 2.0.3 in /resources/js Bumps [htmx.org](https://github.com/bigskysoftware/htmx) from 2.0.2 to 2.0.3. - [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/2.0.2...v2.0.3) --- 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 | 12 ++++++------ resources/js/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/js/package-lock.json b/resources/js/package-lock.json index d4e45d9..6731fec 100644 --- a/resources/js/package-lock.json +++ b/resources/js/package-lock.json @@ -1,17 +1,17 @@ { "name": "mobmash", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mobmash", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "chart.js": "^4.4.4", "font-awesome": "^4.7.0", - "htmx.org": "^2.0.2" + "htmx.org": "^2.0.3" }, "devDependencies": { "esbuild": "0.24.0" @@ -465,9 +465,9 @@ } }, "node_modules/htmx.org": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.2.tgz", - "integrity": "sha512-eUPIpQaWKKstX393XNCRCMJTrqPzikh36Y9RceqsUZLTtlFjFaVDgwZLUsrFk8J2uzZxkkfiy0TE359j2eN6hA==" + "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==" } } } diff --git a/resources/js/package.json b/resources/js/package.json index 88f3fd7..cae4db4 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -13,7 +13,7 @@ "dependencies": { "chart.js": "^4.4.4", "font-awesome": "^4.7.0", - "htmx.org": "^2.0.2" + "htmx.org": "^2.0.3" }, "devDependencies": { "esbuild": "0.24.0"