diff --git a/My_client/package-lock.json b/My_client/package-lock.json index dc3ce2c..fd2e822 100644 --- a/My_client/package-lock.json +++ b/My_client/package-lock.json @@ -1,22 +1,22 @@ { "name": "carptms-client", - "version": "1.9.0", + "version": "1.91.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "carptms-client", - "version": "1.9.0", + "version": "1.91.0", "license": "Apache-2.0", "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "@types/hls.js": "^0.13.3", + "@types/hls.js": "^1.0.0", "axios": "^1.7.9", "dompurify": "^3.4.1", "echarts": "^5.6.0", "element-plus": "^2.13.7", "flv.js": "^1.6.2", - "hls.js": "^1.6.16", + "hls.js": "^1.7.1", "ol": "^10.7.0", "pinia": "^2.2.6", "vue": "^3.5.13", @@ -1921,10 +1921,14 @@ "license": "MIT" }, "node_modules/@types/hls.js": { - "version": "0.13.3", - "resolved": "https://registry.npmmirror.com/@types/hls.js/-/hls.js-0.13.3.tgz", - "integrity": "sha512-Po8ZPCsAcPPuf5OODPEkb6cdWJ/w4BdX1veP7IIOc2WG0x1SW4GEQ1+FHKN1AMG2AePJfNUceJbh5PKtP92yRQ==", - "license": "MIT" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/hls.js/-/hls.js-1.0.0.tgz", + "integrity": "sha512-EGY2QJefX+Z9XH4PAxI7RFoNqBlQEk16UpYR3kbr82CIgMX5SlMe0PjFdFV0JytRhyVPQCiwSyONuI6S1KdSag==", + "deprecated": "This is a stub types definition. hls.js provides its own type definitions, so you do not need this installed.", + "license": "MIT", + "dependencies": { + "hls.js": "*" + } }, "node_modules/@types/json-schema": { "version": "7.0.15", @@ -4160,9 +4164,9 @@ } }, "node_modules/hls.js": { - "version": "1.6.16", - "resolved": "https://registry.npmmirror.com/hls.js/-/hls.js-1.6.16.tgz", - "integrity": "sha512-VSIRpLfRwlAAdGL4wiTucx2ScRipo0ed1FBatWkyt832jC4CReKstga6yIhYVwGu9LOBjuX9wzmRMeQdBJtzEA==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.7.1.tgz", + "integrity": "sha512-DlzIkeBAS9IIQ432k3BUf3HlwbsR0+trB1i2lDdN2gUkNkrehFurh0/48M5c1/EjlDkdGng1gwZIpwyPxvdZ/g==", "license": "Apache-2.0" }, "node_modules/html-encoding-sniffer": { diff --git a/My_client/package.json b/My_client/package.json index a123291..27252d1 100644 --- a/My_client/package.json +++ b/My_client/package.json @@ -25,13 +25,13 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "@types/hls.js": "^0.13.3", + "@types/hls.js": "^1.0.0", "axios": "^1.7.9", "dompurify": "^3.4.1", "echarts": "^5.6.0", "element-plus": "^2.13.7", "flv.js": "^1.6.2", - "hls.js": "^1.6.16", + "hls.js": "^1.7.1", "ol": "^10.7.0", "pinia": "^2.2.6", "vue": "^3.5.13",