From 326973ee1d11a0c29e2b5deab9ed42533ac43925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 23:37:38 +0000 Subject: [PATCH] build(deps-dev): bump electron from 31.2.0 to 34.3.0 Bumps [electron](https://github.com/electron/electron) from 31.2.0 to 34.3.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v31.2.0...v34.3.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 261bcb77..099dcaab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "all-contributors-cli": "^6.26.1", - "electron": "^31.1.0", + "electron": "^34.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "obsidian": "^1.0.0", @@ -2121,9 +2121,9 @@ } }, "node_modules/electron": { - "version": "31.2.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-31.2.0.tgz", - "integrity": "sha512-5w+kjOsGiTXytPSErBPNp/3znnuEMKc42RD41MqRoQkiYaR8x/Le2+qWk1cL60UwE/67oeKnOHnnol8xEuldGg==", + "version": "34.3.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-34.3.0.tgz", + "integrity": "sha512-I238qRnYTAsuwJ/rS7HGaFNY4NNKAcjX8nlj7mnNmj1TK3z4HvNoD1r7Zud81DYDFx8AITuLd76EPrEnnfF9Bg==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index fe122d6b..1587bebb 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@stylistic/eslint-plugin-js": "^2.3.0", "@stylistic/eslint-plugin-ts": "^2.3.0", "@stylistic/eslint-plugin-plus": "^2.3.0", - "electron": "^31.1.0", + "electron": "^34.3.0", "obsidian": "^1.0.0", "rollup": "^4.18.0", "rollup-plugin-license": "^3.3.1",