From 8196dd3c4da88e8dc6135e7adb669f0f10be61f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 09:10:28 +0000 Subject: [PATCH] chore(deps-dev): bump the npm_and_yarn group across 1 directory with 3 updates 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.8.3 to 40.8.5 - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v40.8.3...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] --- package-lock.json | 22 +++++++++++----------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index d654afc3..5fff3983 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/ws": "^8.18.1", "@typescript-eslint/parser": "^8.56.0", "concurrently": "^9.2.1", - "electron": "^40.8.3", + "electron": "^40.8.5", "electron-builder": "^26.8.1", "eslint": "^9.39.3", "eslint-config-prettier": "^10.1.8", @@ -41,7 +41,7 @@ "prettier": "^3.8.1", "typescript": "~5.9.3", "typescript-eslint": "^8.56.0", - "vite": "^7.3.1", + "vite": "^7.3.2", "vite-plugin-solid": "^2.11.10", "vitest": "^4.0.18", "wait-on": "^9.0.4" @@ -5505,9 +5505,9 @@ } }, "node_modules/electron": { - "version": "40.8.3", - "resolved": "https://registry.npmjs.org/electron/-/electron-40.8.3.tgz", - "integrity": "sha512-MH6LK4xM6VVmmtz0nRE0Fe8l2jTKSYTvH1t0ZfbNLw3o6dlBCVTRqQha6uL8ZQVoMy74JyLguGwK7dU7rCKIhw==", + "version": "40.8.5", + "resolved": "https://registry.npmjs.org/electron/-/electron-40.8.5.tgz", + "integrity": "sha512-pgTY/VPQKaiU4sTjfU96iyxCXrFm4htVPCMRT4b7q9ijNTRgtLmLvcmzp2G4e7xDrq9p7OLHSmu1rBKFf6Y1/A==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -7726,9 +7726,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true, "license": "MIT" }, @@ -10772,9 +10772,9 @@ } }, "node_modules/vite": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7eaded6d..3163e06d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/ws": "^8.18.1", "@typescript-eslint/parser": "^8.56.0", "concurrently": "^9.2.1", - "electron": "^40.8.3", + "electron": "^40.8.5", "electron-builder": "^26.8.1", "eslint": "^9.39.3", "eslint-config-prettier": "^10.1.8", @@ -59,7 +59,7 @@ "prettier": "^3.8.1", "typescript": "~5.9.3", "typescript-eslint": "^8.56.0", - "vite": "^7.3.1", + "vite": "^7.3.2", "vite-plugin-solid": "^2.11.10", "vitest": "^4.0.18", "wait-on": "^9.0.4"