From 1494ded2fb3f034495703d82fc028e547b2b7f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:10:37 +0000 Subject: [PATCH] Bump htmx.org from 1.9.6 to 1.9.10 Bumps [htmx.org](https://github.com/bigskysoftware/htmx) from 1.9.6 to 1.9.10. - [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/v1.9.6...v1.9.10) --- updated-dependencies: - dependency-name: htmx.org dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a43757c4..d89e211b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "express": "^4.18.2", - "htmx.org": "^1.9.6" + "htmx.org": "^1.9.10" }, "devDependencies": { "@types/react": "^18.2.34", @@ -5476,9 +5476,9 @@ "dev": true }, "node_modules/htmx.org": { - "version": "1.9.6", - "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.6.tgz", - "integrity": "sha512-4Zebo9nzg8u2ZHuIJmvB/nQS6kIMLIoEfhTg/oRwyCIJhL5MLA/jPU1EPEBtGOmG4ZG0k05Vpd3sab2+zfvteQ==" + "version": "1.9.10", + "resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-1.9.10.tgz", + "integrity": "sha512-UgchasltTCrTuU2DQLom3ohHrBvwr7OqpwyAVJ9VxtNBng4XKkVsqrv0Qr3srqvM9ZNI3f1MmvVQQqK7KW/bTA==" }, "node_modules/http-errors": { "version": "2.0.0", diff --git a/package.json b/package.json index bced8aa3..daee99b4 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "license": "MIT", "dependencies": { "express": "^4.18.2", - "htmx.org": "^1.9.6" + "htmx.org": "^1.9.10" } }