Bump the vite group with 1 update

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


Updates `vite` from 5.1.4 to 5.1.5
- [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.1.5/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-03-09 13:07:33 +00:00 committed by GitHub
parent d261fff273
commit bc573b8552
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -60,7 +60,7 @@
"sass": "^1.71.1", "sass": "^1.71.1",
"stylelint": "^15.11.0", "stylelint": "^15.11.0",
"typescript": "^5.4.2", "typescript": "^5.4.2",
"vite": "^5.1.4", "vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2", "vite-plugin-pwa": "^0.19.2",
"vitest": "^1.2.2" "vitest": "^1.2.2"
} }
@ -10444,9 +10444,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.1.4", "version": "5.1.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz",
"integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==", "integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",
@ -18224,9 +18224,9 @@
} }
}, },
"vite": { "vite": {
"version": "5.1.4", "version": "5.1.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz",
"integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==", "integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",

View file

@ -77,7 +77,7 @@
"sass": "^1.71.1", "sass": "^1.71.1",
"stylelint": "^15.11.0", "stylelint": "^15.11.0",
"typescript": "^5.4.2", "typescript": "^5.4.2",
"vite": "^5.1.4", "vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2", "vite-plugin-pwa": "^0.19.2",
"vitest": "^1.2.2" "vitest": "^1.2.2"
}, },