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; 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"