ソースを参照

Switch to `yarn` which supports overriding resolutions to address vulnerabilities in dependencies of dependencies (#3242)

* Switch to `yarn` which supports overriding resolutions to address vulnerabilities in dependencies of dependencies

* Go back to npm and use `overrides`
Alexandru Dima 3 年 前
コミット
35eb0efbc0
3 ファイル変更253 行追加355 行削除
  1. 4 1
      .vscode/settings.json
  2. 246 354
      samples/package-lock.json
  3. 3 0
      samples/package.json

+ 4 - 1
.vscode/settings.json

@@ -9,5 +9,8 @@
 		"**/release": true,
 		"**/out": true
 	},
-	"typescript.tsdk": "./node_modules/typescript/lib"
+	"typescript.tsdk": "./node_modules/typescript/lib",
+	"git.branchProtection": ["main", "release/*"],
+	"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
+	"git.branchRandomName.enable": true
 }

ファイルの差分が大きいため隠しています
+ 246 - 354
samples/package-lock.json


+ 3 - 0
samples/package.json

@@ -25,5 +25,8 @@
 		"webpack-dev-server": "^4.7.4",
 		"webpack": "^5.68.0",
 		"yaserver": "^0.4.0"
+	},
+	"overrides": {
+		"@electron/get": "2.0.0"
 	}
 }

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません