Compare commits

...

2 commits

Author SHA1 Message Date
502a7f5023
Merge pull request #12 from sigmasternchen/dependabot/npm_and_yarn/resources/js/htmx.org-2.0.4
Some checks failed
Bump version / Bump version and create changelog with commitizen (push) Has been cancelled
chore(deps): bump htmx.org from 2.0.3 to 2.0.4 in /resources/js
2024-12-17 10:22:47 +01:00
dependabot[bot]
d7b9d71c11
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] <support@github.com>
2024-12-16 21:20:20 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -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=="
}
}
}

View file

@ -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"