revert client-zip to v1

This commit is contained in:
2024-04-09 13:59:53 +08:00
parent d2602c2583
commit cafab6a260
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@codemirror/lang-python": "^6.1.5",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"client-zip": "2.4.4",
"client-zip": "^1.6.3",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"fflate": "^0.8.2",
@@ -3039,9 +3039,9 @@
}
},
"node_modules/client-zip": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/client-zip/-/client-zip-2.4.4.tgz",
"integrity": "sha512-Ixk40BUI7VvNDxW7SCze20GbCuC+gjP4tGkXUpo6/W96bOf96HSed6cOQVeUOIe74SJAG/dIrBr7AtR4xBVnsA=="
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/client-zip/-/client-zip-1.6.3.tgz",
"integrity": "sha512-xn1boAEO+0qitRC7vr9i+4MlO0VqyXVsQpX/jKdbYhHGWRT7zCHHSV45mhfXPNnPinyhbC6dd8lOYQ1HDpL1pg=="
},
"node_modules/codemirror": {
"version": "6.0.1",
@@ -6237,9 +6237,9 @@
}
},
"client-zip": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/client-zip/-/client-zip-2.4.4.tgz",
"integrity": "sha512-Ixk40BUI7VvNDxW7SCze20GbCuC+gjP4tGkXUpo6/W96bOf96HSed6cOQVeUOIe74SJAG/dIrBr7AtR4xBVnsA=="
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/client-zip/-/client-zip-1.6.3.tgz",
"integrity": "sha512-xn1boAEO+0qitRC7vr9i+4MlO0VqyXVsQpX/jKdbYhHGWRT7zCHHSV45mhfXPNnPinyhbC6dd8lOYQ1HDpL1pg=="
},
"codemirror": {
"version": "6.0.1",

View File

@@ -13,7 +13,7 @@
"@codemirror/lang-python": "^6.1.5",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"client-zip": "2.4.4",
"client-zip": "^1.6.3",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"fflate": "^0.8.2",