From 07f72745bb1b27ef06ee5271a278abb19d812b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:12:02 +0000 Subject: [PATCH] chore(deps): bump htmx.org from 2.0.1 to 2.0.2 in /resources/js Bumps [htmx.org](https://github.com/bigskysoftware/htmx) from 2.0.1 to 2.0.2. - [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.1...2.0.2) --- 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 c1c8145..c98c9d9 100644 --- a/resources/js/package-lock.json +++ b/resources/js/package-lock.json @@ -1,17 +1,17 @@ { "name": "mobmash", - "version": "0.4.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mobmash", - "version": "0.4.1", + "version": "1.0.0", "license": "MIT", "dependencies": { "chart.js": "^4.4.3", "font-awesome": "^4.7.0", - "htmx.org": "^2.0.1" + "htmx.org": "^2.0.2" }, "devDependencies": { "esbuild": "0.23.0" @@ -465,9 +465,9 @@ } }, "node_modules/htmx.org": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.1.tgz", - "integrity": "sha512-wO/rWlveSLD2mzRS9Em0v5hlsi6r21iUvaS17GPMgehBbM7eoQmqGQCkscsM67poF24zONgq3gQv+q/cgCHn2w==" + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.2.tgz", + "integrity": "sha512-eUPIpQaWKKstX393XNCRCMJTrqPzikh36Y9RceqsUZLTtlFjFaVDgwZLUsrFk8J2uzZxkkfiy0TE359j2eN6hA==" } } } diff --git a/resources/js/package.json b/resources/js/package.json index 5e02930..44148f0 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -13,7 +13,7 @@ "dependencies": { "chart.js": "^4.4.3", "font-awesome": "^4.7.0", - "htmx.org": "^2.0.1" + "htmx.org": "^2.0.2" }, "devDependencies": { "esbuild": "0.23.0"