|
|
@@ -11,8 +11,8 @@
|
|
|
"dependencies": {
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
|
"@liveqing/liveplayer-v3": "^3.7.24",
|
|
|
- "ant-design-vue": "^2.2.8",
|
|
|
- "axios": "^0.21.1",
|
|
|
+ "ant-design-vue": "2.2.8",
|
|
|
+ "axios": "^1.7.0",
|
|
|
"eventemitter3": "^5.0.0",
|
|
|
"mitt": "^3.0.0",
|
|
|
"moment": "^2.30.0",
|
|
|
@@ -975,12 +975,19 @@
|
|
|
"resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-3.5.2.tgz",
|
|
|
"integrity": "sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ=="
|
|
|
},
|
|
|
+ "node_modules/asynckit": {
|
|
|
+ "version": "0.4.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
|
|
|
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
|
|
|
+ },
|
|
|
"node_modules/axios": {
|
|
|
- "version": "0.21.4",
|
|
|
- "resolved": "https://registry.npmmirror.com/axios/-/axios-0.21.4.tgz",
|
|
|
- "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
|
|
|
+ "version": "1.7.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.7.tgz",
|
|
|
+ "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
|
"dependencies": {
|
|
|
- "follow-redirects": "^1.14.0"
|
|
|
+ "follow-redirects": "^1.15.6",
|
|
|
+ "form-data": "^4.0.0",
|
|
|
+ "proxy-from-env": "^1.1.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/balanced-match": {
|
|
|
@@ -1069,6 +1076,17 @@
|
|
|
"url": "https://paulmillr.com/funding/"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/combined-stream": {
|
|
|
+ "version": "1.0.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
|
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
|
+ "dependencies": {
|
|
|
+ "delayed-stream": "~1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/commist": {
|
|
|
"version": "1.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/commist/-/commist-1.1.0.tgz",
|
|
|
@@ -1144,6 +1162,14 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/delayed-stream": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/dom-align": {
|
|
|
"version": "1.12.4",
|
|
|
"resolved": "https://registry.npmmirror.com/dom-align/-/dom-align-1.12.4.tgz",
|
|
|
@@ -1252,6 +1278,19 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/form-data": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
|
|
|
+ "dependencies": {
|
|
|
+ "asynckit": "^0.4.0",
|
|
|
+ "combined-stream": "^1.0.8",
|
|
|
+ "mime-types": "^2.1.12"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/fs.realpath": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
|
@@ -1411,6 +1450,25 @@
|
|
|
"@jridgewell/sourcemap-codec": "^1.5.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/mime-db": {
|
|
|
+ "version": "1.52.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime-types": {
|
|
|
+ "version": "2.1.35",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
+ "dependencies": {
|
|
|
+ "mime-db": "1.52.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/minimatch": {
|
|
|
"version": "3.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
|
|
|
@@ -1594,6 +1652,11 @@
|
|
|
"resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
|
},
|
|
|
+ "node_modules/proxy-from-env": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
|
+ },
|
|
|
"node_modules/pump": {
|
|
|
"version": "3.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
|