1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

build(deps-dev): bump vite in /frontend in the vite group

Bumps the vite group in /frontend with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 5.2.8 to 5.2.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.10/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-30 12:43:19 +00:00
committed by Quentin Gliech
parent 4d3efeb25b
commit 31a2448652
2 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@
"storybook-react-i18next": "^3.0.1", "storybook-react-i18next": "^3.0.1",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
"typescript": "5.4.4", "typescript": "5.4.4",
"vite": "5.2.8", "vite": "5.2.10",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.3.6", "vite-plugin-graphql-codegen": "^3.3.6",
"vite-plugin-manifest-sri": "^0.2.0", "vite-plugin-manifest-sri": "^0.2.0",
@@ -22088,9 +22088,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.2.8", "version": "5.2.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz",
"integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.20.1", "esbuild": "^0.20.1",

View File

@@ -82,7 +82,7 @@
"storybook-react-i18next": "^3.0.1", "storybook-react-i18next": "^3.0.1",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
"typescript": "5.4.4", "typescript": "5.4.4",
"vite": "5.2.8", "vite": "5.2.10",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.3.6", "vite-plugin-graphql-codegen": "^3.3.6",
"vite-plugin-manifest-sri": "^0.2.0", "vite-plugin-manifest-sri": "^0.2.0",