mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 08:09:02 +00:00
Merge pull request #8 from sigmasternchen/dependabot/npm_and_yarn/resources/js/htmx.org-2.0.3
chore(deps): bump htmx.org from 2.0.2 to 2.0.3 in /resources/js
This commit is contained in:
commit
4438af5934
2 changed files with 7 additions and 7 deletions
12
resources/js/package-lock.json
generated
12
resources/js/package-lock.json
generated
|
@ -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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue