diff --git a/package-lock.json b/package-lock.json index cc01a18..75dacf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -375,6 +375,13 @@ "integrity": "sha1-KGlFnZqjviRf6P4sofRuLn9U1z8=", "requires": { "pako": "~1.0.5" + }, + "dependencies": { + "pako": { + "version": "1.0.11", + "resolved": "https://registry.nlark.com/pako/download/pako-1.0.11.tgz?cache=0&sync_timestamp=1627560125189&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpako%2Fdownload%2Fpako-1.0.11.tgz", + "integrity": "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=" + } } }, "buffer": { @@ -2013,9 +2020,9 @@ "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=" }, "pako": { - "version": "1.0.11", - "resolved": "https://registry.nlark.com/pako/download/pako-1.0.11.tgz?cache=0&sync_timestamp=1627560125189&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpako%2Fdownload%2Fpako-1.0.11.tgz", - "integrity": "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8=" + "version": "2.0.4", + "resolved": "https://registry.nlark.com/pako/download/pako-2.0.4.tgz?cache=0&sync_timestamp=1627560125189&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fpako%2Fdownload%2Fpako-2.0.4.tgz", + "integrity": "sha1-bOvEu7C2xzsNW41+hHbisvvqV20=" }, "parse-asn1": { "version": "5.1.6", diff --git a/package.json b/package.json index 9ec433f..aa5d098 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "license": "ISC", "dependencies": { "hqchart": "^1.1.10351", - "jquery": "^3.6.0" + "jquery": "^3.6.0", + "pako": "^2.0.4" } } diff --git a/pages/index/index.vue b/pages/index/index.vue index 20d308d..0d4f79b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -19,6 +19,14 @@