build(deps): bump vaul from 1.0.0 to 1.1.0 in /frontend

Bumps [vaul](https://github.com/emilkowalski/vaul) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/emilkowalski/vaul/releases)
- [Commits](https://github.com/emilkowalski/vaul/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: vaul
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-22 13:43:14 +00:00
committed by Quentin Gliech
parent 2feccec195
commit c7e1651ef6
2 changed files with 5 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
"react-i18next": "^15.1.0",
"swagger-ui-react": "^5.17.14",
"urql": "^4.1.0",
"vaul": "^1.0.0",
"vaul": "^1.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
@@ -15912,10 +15912,9 @@
}
},
"node_modules/vaul": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/vaul/-/vaul-1.0.0.tgz",
"integrity": "sha512-TegfMkwy86RSvSiIVREG6OqgRL7agqRsKYyWYacyVUAdpcIi34QoCOED476Mbf8J5d06e1hygSdvJhehlxEBhQ==",
"license": "MIT",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/vaul/-/vaul-1.1.0.tgz",
"integrity": "sha512-YhO/bikcauk48hzhMhvIvT+U87cuCbNbKk9fF4Ou5UkI9t2KkBMernmdP37pCzF15hrv55fcny1YhexK8h6GVQ==",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1"
},

View File

@@ -40,7 +40,7 @@
"react-i18next": "^15.1.0",
"swagger-ui-react": "^5.17.14",
"urql": "^4.1.0",
"vaul": "^1.0.0",
"vaul": "^1.1.0",
"zod": "^3.23.8"
},
"devDependencies": {