From 5c929c15f05c872f7acf5e0dabf855293efbcec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 13:27:37 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump npm-run-all2 from 9.0.2 to 9.0.3 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/bcomnes/npm-run-all2/releases) - [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/npm-run-all2/compare/v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c2ea20776..5e2e5cb84 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "json-minimizer-webpack-plugin": "^5.0.1", "lefthook": "^2.1.6", "mini-css-extract-plugin": "^2.10.2", - "npm-run-all2": "^9.0.2", + "npm-run-all2": "^9.0.3", "postcss": "^8.5.19", "postcss-scss": "^4.0.9", "sass": "^1.99.0", diff --git a/yarn.lock b/yarn.lock index 1e7903950..4e93e1e67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2629,11 +2629,16 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: dependencies: color-convert "^2.0.1" -ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1: +ansi-styles@^6.0.0, ansi-styles@^6.1.0: version "6.2.3" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz#c044d5dcc521a076413472597a1acb1f103c4041" integrity sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg== +ansi-styles@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-7.0.0.tgz#859089a725560e235a41fecde8999196df6c78c0" + integrity sha512-kKvt3m4uwzqL0wlkPd09CmljPJGOZZ4D0fP65sqFSvPkMRKhNi+74MgIJ5QxE6SxqB4t4KyUFGg8+n5zjo6hew== + anymatch@~3.1.2: version "3.1.3" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" @@ -6064,12 +6069,12 @@ npm-normalize-package-bin@^6.0.0: resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-6.0.0.tgz#d8cc44d7a9eff2a2a210e9b2442edf3824f2d227" integrity sha512-tdt4aFn9QamlhdN3HV2D2ccpBwO5/fyjjbXUxYA6uBjyekMZcZvDq0aSj9t5Jo+tih6AYFnt/cuIRn9013e0Uw== -npm-run-all2@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-9.0.2.tgz#20f84cae47f0de98041bfbdca40c6349340c0724" - integrity sha512-+dd4SO2jAlLE06OzmJKzIe6QvvjXezcbmobnh8usR0a8BzQCABTdqTXqVPji0ICOhSQpIIrkGd7IzNl5iDaRSA== +npm-run-all2@^9.0.3: + version "9.0.3" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-9.0.3.tgz#2e7f3979b30c019e5b2dbf846ec9aca1478a0c02" + integrity sha512-BQAEdU1PtYc48qYRdghW2BVTQT3VqWCoFQmO87NlM1h1PYwMCKQpUWaNyB20V26caNzFsXQDfyOdznLlHCih6g== dependencies: - ansi-styles "^6.2.1" + ansi-styles "^7.0.0" cross-spawn "^7.0.6" memorystream "^0.3.1" picomatch "^4.0.2" From 6f9cc23410038c5b57b21abe500751210fa95035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Aug 2026 13:29:36 +0000 Subject: [PATCH 2/2] build(flake): recompute fetchYarnDeps hash [dependabot skip] --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 66e180009..502ef621a 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ offlineCache = pkgs.fetchYarnDeps { yarnLock = ./yarn.lock; - hash = "sha256-WDK4ies6Adk/JdR7ofPUIeBjn6kTHeTGgK8qq3pbRUE="; + hash = "sha256-IsnM3lVeipktewTPkEIsYzrKxAt6/h/er/FxIdlcASM="; }; passthru.electronVersion = electron.version;