Quellcode durchsuchen

更新npm依赖包

zhontai vor 2 Jahren
Ursprung
Commit
8fc5411372
2 geänderte Dateien mit 29 neuen und 15 gelöschten Zeilen
  1. 26 12
      package-lock.json
  2. 3 3
      package.json

+ 26 - 12
package-lock.json

@@ -12,7 +12,7 @@
         "@element-plus/icons-vue": "^2.1.0",
         "@wangeditor/editor": "^5.1.23",
         "@wangeditor/editor-for-vue": "^5.1.12",
-        "axios": "^1.3.5",
+        "axios": "^1.3.6",
         "countup.js": "^2.6.0",
         "cropperjs": "^1.5.13",
         "echarts": "^5.4.2",
@@ -39,7 +39,7 @@
         "vue-router": "^4.1.6"
       },
       "devDependencies": {
-        "@types/node": "^18.15.11",
+        "@types/node": "^18.15.12",
         "@types/nprogress": "^0.2.0",
         "@types/sortablejs": "^1.15.1",
         "@typescript-eslint/eslint-plugin": "^5.59.0",
@@ -53,7 +53,7 @@
         "sass": "^1.62.0",
         "swagger-typescript-api": "12.0.4",
         "typescript": "^5.0.4",
-        "vite": "^4.2.1",
+        "vite": "^4.2.2",
         "vite-plugin-compression": "0.5.1",
         "vite-plugin-vue-setup-extend-plus": "^0.1.0",
         "vue-eslint-parser": "^9.1.1"
@@ -624,9 +624,9 @@
       }
     },
     "node_modules/@types/node": {
-      "version": "18.15.11",
-      "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.15.11.tgz",
-      "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==",
+      "version": "18.15.12",
+      "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.15.12.tgz",
+      "integrity": "sha512-Wha1UwsB3CYdqUm2PPzh/1gujGCNtWVUYF0mB00fJFoR4gTyWTDPjSm+zBF787Ahw8vSGgBja90MkgFwvB86Dg==",
       "dev": true
     },
     "node_modules/@types/nprogress": {
@@ -1257,9 +1257,9 @@
       "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
     },
     "node_modules/axios": {
-      "version": "1.3.5",
-      "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.5.tgz",
-      "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==",
+      "version": "1.3.6",
+      "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.6.tgz",
+      "integrity": "sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==",
       "dependencies": {
         "follow-redirects": "^1.15.0",
         "form-data": "^4.0.0",
@@ -2209,6 +2209,20 @@
       "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
       "dev": true
     },
+    "node_modules/fsevents": {
+      "version": "2.3.2",
+      "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
+      "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+      "dev": true,
+      "hasInstallScript": true,
+      "optional": true,
+      "os": [
+        "darwin"
+      ],
+      "engines": {
+        "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+      }
+    },
     "node_modules/function-bind": {
       "version": "1.1.1",
       "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
@@ -3838,9 +3852,9 @@
       "dev": true
     },
     "node_modules/vite": {
-      "version": "4.2.1",
-      "resolved": "https://registry.npmmirror.com/vite/-/vite-4.2.1.tgz",
-      "integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==",
+      "version": "4.2.2",
+      "resolved": "https://registry.npmmirror.com/vite/-/vite-4.2.2.tgz",
+      "integrity": "sha512-PcNtT5HeDxb3QaSqFYkEum8f5sCVe0R3WK20qxgIvNBZPXU/Obxs/+ubBMeE7nLWeCo2LDzv+8hRYSlcaSehig==",
       "dev": true,
       "dependencies": {
         "esbuild": "^0.17.5",

+ 3 - 3
package.json

@@ -16,7 +16,7 @@
     "@element-plus/icons-vue": "^2.1.0",
     "@wangeditor/editor": "^5.1.23",
     "@wangeditor/editor-for-vue": "^5.1.12",
-    "axios": "^1.3.5",
+    "axios": "^1.3.6",
     "countup.js": "^2.6.0",
     "cropperjs": "^1.5.13",
     "echarts": "^5.4.2",
@@ -43,7 +43,7 @@
     "vue-router": "^4.1.6"
   },
   "devDependencies": {
-    "@types/node": "^18.15.11",
+    "@types/node": "^18.15.12",
     "@types/nprogress": "^0.2.0",
     "@types/sortablejs": "^1.15.1",
     "@typescript-eslint/eslint-plugin": "^5.59.0",
@@ -57,7 +57,7 @@
     "sass": "^1.62.0",
     "swagger-typescript-api": "12.0.4",
     "typescript": "^5.0.4",
-    "vite": "^4.2.1",
+    "vite": "^4.2.2",
     "vite-plugin-vue-setup-extend-plus": "^0.1.0",
     "vue-eslint-parser": "^9.1.1",
     "vite-plugin-compression": "0.5.1"