feat: update bulma to silence warnings

This commit is contained in:
Damillora 2025-02-05 18:32:19 +00:00
parent 6b57e28489
commit b846402609
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"version": "0.0.1",
"dependencies": {
"axios": "^1.4.0",
"bulma": "^0.9.4",
"bulma": "^1.0.3",
"query-string": "^8.1.0"
},
"devDependencies": {
@ -1683,9 +1683,9 @@
}
},
"node_modules/bulma": {
"version": "0.9.4",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ==",
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.3.tgz",
"integrity": "sha512-9eVXBrXwlU337XUXBjIIq7i88A+tRbJYAjXQjT/21lwam+5tpvKF0R7dCesre9N+HV9c6pzCNEPKrtgvBBes2g==",
"license": "MIT"
},
"node_modules/callsites": {

View File

@ -29,7 +29,7 @@
"type": "module",
"dependencies": {
"axios": "^1.4.0",
"bulma": "^0.9.4",
"bulma": "^1.0.3",
"query-string": "^8.1.0"
}
}