瀏覽代碼

chore(npm): fix audit 'react-scripts' warning

- update react-scripts
- add vulnerable 'minimist' package into resolutions
drac 5 年之前
父節點
當前提交
04c3c1bc9f
共有 2 個文件被更改,包括 390 次插入136 次删除
  1. 4 1
      webui/ovpm/package.json
  2. 386 135
      webui/ovpm/yarn.lock

+ 4 - 1
webui/ovpm/package.json

@@ -18,10 +18,13 @@
     "react-modal": "^3.11.2",
     "react-moment": "^0.9.7",
     "react-router-dom": "^5.1.2",
-    "react-scripts": "3.4.0",
+    "react-scripts": "3.4.1",
     "string-template": "^1.0.0",
     "validator": "^12.2.0"
   },
+  "resolutions": {
+    "minimist": "^1.2.3"
+  },
   "scripts": {
     "start": "react-scripts start",
     "build": "react-scripts build",

文件差異過大導致無法顯示
+ 386 - 135
webui/ovpm/yarn.lock


部分文件因文件數量過多而無法顯示