From 80cc2c17b0ddeb53081ff0274b9c06eb33da3162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:15:34 +0000 Subject: [PATCH] deps(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [react-icons](https://github.com/react-icons/react-icons) and [electron](https://github.com/electron/electron). Updates `react-icons` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/react-icons/react-icons/releases) - [Commits](https://github.com/react-icons/react-icons/compare/v5.5.0...v5.6.0) Updates `electron` from 40.6.1 to 40.8.0 - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v40.6.1...v40.8.0) --- updated-dependencies: - dependency-name: react-icons dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: electron dependency-version: 40.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62285c3..74b3923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "npm-version-lib": "^25.12.26-release.17", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "react-window": "^2.2.7", "sass": "^1.97.3", "ts-node": "^10.9.2", @@ -40,7 +40,7 @@ "@rollup/rollup-win32-x64-msvc": "^4.59.0", "@types/electron-squirrel-startup": "^1.0.2", "@types/react-dom": "^19.2.3", - "electron": "40.6.1" + "electron": "40.8.0" } }, "node_modules/@cspotcode/source-map-support": { @@ -3707,9 +3707,9 @@ "license": "MIT" }, "node_modules/electron": { - "version": "40.6.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-40.6.1.tgz", - "integrity": "sha512-u9YfoixttdauciHV9Ut9Zf3YipJoU093kR1GSYTTXTAXqhiXI0G1A0NnL/f0O2m2UULCXaXMf2W71PloR6V9pQ==", + "version": "40.8.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-40.8.0.tgz", + "integrity": "sha512-WoPq0Nr9Yx3g7T6VnJXdwa/rr2+VRyH3a+K+ezfMKBlf6WjxE/LmhMQabKbb6yjm9RbZhJBRcYyoLph421O2mQ==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -6899,9 +6899,9 @@ } }, "node_modules/react-icons": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz", - "integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.6.0.tgz", + "integrity": "sha512-RH93p5ki6LfOiIt0UtDyNg/cee+HLVR6cHHtW3wALfo+eOHTp8RnU2kRkI6E+H19zMIs03DyxUG/GfZMOGvmiA==", "license": "MIT", "peerDependencies": { "react": "*" diff --git a/package.json b/package.json index 5ff9c30..48d4be0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "npm-version-lib": "^25.12.26-release.17", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-icons": "^5.5.0", + "react-icons": "^5.6.0", "react-window": "^2.2.7", "sass": "^1.97.3", "ts-node": "^10.9.2", @@ -59,6 +59,6 @@ "@rollup/rollup-win32-x64-msvc": "^4.59.0", "@types/electron-squirrel-startup": "^1.0.2", "@types/react-dom": "^19.2.3", - "electron": "40.6.1" + "electron": "40.8.0" } } \ No newline at end of file