Browse Source

fix(deps): bad colors.js (#3831)

Andelf 3 years ago
parent
commit
2c18a651f1
2 changed files with 6 additions and 0 deletions
  1. 1 0
      package.json
  2. 5 0
      resources/package.json

+ 1 - 0
package.json

@@ -113,6 +113,7 @@
         "yargs-parser": "20.2.4"
     },
     "resolutions": {
+        "@playwright/test/colors": "1.4.0",
         "pixi-graph-fork/@pixi/app": "6.2.0",
         "pixi-graph-fork/@pixi/constants": "6.2.0",
         "pixi-graph-fork/@pixi/core": "6.2.0",

+ 5 - 0
resources/package.json

@@ -43,5 +43,10 @@
     "electron-builder": "^22.11.7",
     "electron-forge-maker-appimage": "trusktr/electron-forge-maker-appimage#patch-1",
     "electron-rebuild": "3.2.5"
+  },
+  "resolutions": {
+    "@electron-forge/cli/**/colors": "1.4.0",
+    "electron-rebuild/**/colors": "1.4.0",
+    "electron-builder/**/colors": "1.4.0"
   }
 }