diff --git a/@shanzhai/output-zip-content-plugin/package-lock.json b/@shanzhai/output-zip-content-plugin/package-lock.json index 1753f8d0..2340852a 100644 --- a/@shanzhai/output-zip-content-plugin/package-lock.json +++ b/@shanzhai/output-zip-content-plugin/package-lock.json @@ -13,7 +13,7 @@ "@shanzhai/delete-step": "0.0.10", "@shanzhai/keyed-store-get-input": "0.0.5", "@shanzhai/serial-step": "0.0.11", - "@shanzhai/write-file-step": "0.0.10" + "@shanzhai/write-file-step": "0.0.11" }, "devDependencies": { "@shanzhai/interfaces": "0.0.25", @@ -85,16 +85,24 @@ } }, "node_modules/@shanzhai/write-file-step": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@shanzhai/write-file-step/-/write-file-step-0.0.10.tgz", - "integrity": "sha512-TG2pQpSHe85mI4YhvIx2Z1ZnlUIu44/hjTCU35AD19q6+5ZXFgvZymytyKBUpScV3YBL9IDvCB9k7+rCqw1T+g==", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@shanzhai/write-file-step/-/write-file-step-0.0.11.tgz", + "integrity": "sha512-RMXc67xNQLvcsbj2U+BnAIjyZqZjifxyyq3cs0JFA597jR8PSqpSXz/ItZW5KgUFA/kHwdzY6Uy9x/6+HJrwQw==", "dependencies": { - "@shanzhai/interfaces": "0.0.25" + "@shanzhai/interfaces": "0.0.26" }, "engines": { "node": ">=17.6.0" } }, + "node_modules/@shanzhai/write-file-step/node_modules/@shanzhai/interfaces": { + "version": "0.0.26", + "resolved": "https://registry.npmjs.org/@shanzhai/interfaces/-/interfaces-0.0.26.tgz", + "integrity": "sha512-h0THCzCa63o0ZybdNJ0jwDH3Rpip5oNnRTgsHwuItO3CA6/yPIvZ8smI+mQkAYUE4W36sO8QgZddG5kLT/Qu+A==", + "engines": { + "node": ">=17.6.0" + } + }, "node_modules/@shanzhai/zip-content-store": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/@shanzhai/zip-content-store/-/zip-content-store-0.0.5.tgz", @@ -150,11 +158,18 @@ } }, "@shanzhai/write-file-step": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@shanzhai/write-file-step/-/write-file-step-0.0.10.tgz", - "integrity": "sha512-TG2pQpSHe85mI4YhvIx2Z1ZnlUIu44/hjTCU35AD19q6+5ZXFgvZymytyKBUpScV3YBL9IDvCB9k7+rCqw1T+g==", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@shanzhai/write-file-step/-/write-file-step-0.0.11.tgz", + "integrity": "sha512-RMXc67xNQLvcsbj2U+BnAIjyZqZjifxyyq3cs0JFA597jR8PSqpSXz/ItZW5KgUFA/kHwdzY6Uy9x/6+HJrwQw==", "requires": { - "@shanzhai/interfaces": "0.0.25" + "@shanzhai/interfaces": "0.0.26" + }, + "dependencies": { + "@shanzhai/interfaces": { + "version": "0.0.26", + "resolved": "https://registry.npmjs.org/@shanzhai/interfaces/-/interfaces-0.0.26.tgz", + "integrity": "sha512-h0THCzCa63o0ZybdNJ0jwDH3Rpip5oNnRTgsHwuItO3CA6/yPIvZ8smI+mQkAYUE4W36sO8QgZddG5kLT/Qu+A==" + } } }, "@shanzhai/zip-content-store": { diff --git a/@shanzhai/output-zip-content-plugin/package.json b/@shanzhai/output-zip-content-plugin/package.json index 1f1a0640..ced22849 100644 --- a/@shanzhai/output-zip-content-plugin/package.json +++ b/@shanzhai/output-zip-content-plugin/package.json @@ -26,7 +26,7 @@ "@shanzhai/delete-step": "0.0.10", "@shanzhai/keyed-store-get-input": "0.0.5", "@shanzhai/serial-step": "0.0.11", - "@shanzhai/write-file-step": "0.0.10" + "@shanzhai/write-file-step": "0.0.11" }, "devDependencies": { "@shanzhai/interfaces": "0.0.25",