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

View File

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