chore(deps-dev): bump the npm_and_yarn group across 1 directory with 3 updates (#63)

Bumps the npm_and_yarn group with 3 updates in the / directory: [electron](https://github.com/electron/electron), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [lodash](https://github.com/lodash/lodash).


Updates `electron` from 40.4.0 to 40.8.5
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v40.4.0...v40.8.5)

Updates `vite` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 40.8.5
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-07 19:04:49 +02:00
committed by GitHub
parent d1669fb5b5
commit b680b7bfff
2 changed files with 16 additions and 16 deletions

View File

@@ -54,7 +54,7 @@
"concurrently": "^9.2.1",
"cross-env": "^10.1.0",
"drizzle-kit": "^0.31.9",
"electron": "^40.4.0",
"electron": "^40.8.5",
"electron-builder": "^26.7.0",
"eslint": "^9.39.3",
"eslint-plugin-i18next": "^6.1.3",
@@ -62,7 +62,7 @@
"png-to-ico": "^3.0.1",
"tsx": "^4.6.0",
"typescript": "^5.3.0",
"vite": "^7.3.1",
"vite": "^7.3.2",
"vitest": "^4.0.18",
"wait-on": "^9.0.3"
},