Bump vaul from 0.8.9 to 0.9.0 in /web

Bumps [vaul](https://github.com/emilkowalski/vaul) from 0.8.9 to 0.9.0.
- [Release notes](https://github.com/emilkowalski/vaul/releases)
- [Commits](https://github.com/emilkowalski/vaul/commits/v0.9.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-03-13 20:25:37 +00:00 committed by GitHub
parent f9ed082e35
commit dd88c1a2f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -60,7 +60,7 @@
"swr": "^2.2.5",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.0",
"vaul": "^0.9.0",
"vite-plugin-monaco-editor": "^1.1.0",
"zod": "^3.22.4"
},
@ -7929,9 +7929,9 @@
}
},
"node_modules/vaul": {
"version": "0.8.9",
"resolved": "https://registry.npmjs.org/vaul/-/vaul-0.8.9.tgz",
"integrity": "sha512-gpmtmZRWDPP6niQh14JfRIFUYZVyfvAWyA/7rUINOfNlO/2K7uEvI5rLXEXkxZIRFyUZj+TPHLFMirkegPHjrw==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/vaul/-/vaul-0.9.0.tgz",
"integrity": "sha512-bZSySGbAHiTXmZychprnX/dE0EsSige88xtyyL3/MCRbrFotRPQZo7UdydGXZWw+CKbNOw5Ow8gwAo93/nB/Cg==",
"dependencies": {
"@radix-ui/react-dialog": "^1.0.4"
},

View File

@ -65,7 +65,7 @@
"swr": "^2.2.5",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.8.0",
"vaul": "^0.9.0",
"vite-plugin-monaco-editor": "^1.1.0",
"zod": "^3.22.4"
},