Merge pull request 'chore(deps): update dependency bulma to ^1.0.3' (#47) from renovate/bulma-1.x into main
All checks were successful
pilotwings / python (push) Successful in 1m36s
pilotwings / node (push) Successful in 35s
pilotwings / docker (push) Successful in 49s

Reviewed-on: #47
This commit is contained in:
Michel Roux 2024-12-28 00:16:23 +00:00
commit a39e9b16f8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -7,7 +7,7 @@
"name": "frontend",
"dependencies": {
"axios": "^1.7.9",
"bulma": "^1.0.2",
"bulma": "^1.0.3",
"font-awesome": "^4.7.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
@ -1623,9 +1623,9 @@
}
},
"node_modules/bulma": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.2.tgz",
"integrity": "sha512-D7GnDuF6seb6HkcnRMM9E739QpEY9chDzzeFrHMyEns/EXyDJuQ0XA0KxbBl/B2NTsKSoDomW61jFGFaAxhK5A==",
"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

@ -10,7 +10,7 @@
},
"dependencies": {
"axios": "^1.7.9",
"bulma": "^1.0.2",
"bulma": "^1.0.3",
"font-awesome": "^4.7.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"