diff --git a/@shanzhai/output-zip-content-plugin/package-lock.json b/@shanzhai/output-zip-content-plugin/package-lock.json index 1753f8d0..6f53ebe8 100644 --- a/@shanzhai/output-zip-content-plugin/package-lock.json +++ b/@shanzhai/output-zip-content-plugin/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@shanzhai/create-directory-step": "0.0.10", - "@shanzhai/delete-step": "0.0.10", + "@shanzhai/delete-step": "0.0.11", "@shanzhai/keyed-store-get-input": "0.0.5", "@shanzhai/serial-step": "0.0.11", "@shanzhai/write-file-step": "0.0.10" @@ -38,16 +38,24 @@ } }, "node_modules/@shanzhai/delete-step": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@shanzhai/delete-step/-/delete-step-0.0.10.tgz", - "integrity": "sha512-kw5ock4B0wAiS1DQ++RmcE4mHuB5qy7hyOG8wLKzzRwwIr/BmZ+MeGcKfWTuiFtEzDzDs5DvKqgefXH7R/OyaQ==", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@shanzhai/delete-step/-/delete-step-0.0.11.tgz", + "integrity": "sha512-Dw8nhnuyX57or882sNyFIy7Bz+WOZqm71gIOTFId6ysNy1yGO5o9sEnQlWWRkQ6Dru1/4w0ww3IyCSm/rLB95g==", "dependencies": { - "@shanzhai/interfaces": "0.0.25" + "@shanzhai/interfaces": "0.0.26" }, "engines": { "node": ">=17.6.0" } }, + "node_modules/@shanzhai/delete-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/ephemeral-keyed-store": { "version": "0.0.4", "resolved": "https://registry.npmjs.org/@shanzhai/ephemeral-keyed-store/-/ephemeral-keyed-store-0.0.4.tgz", @@ -118,11 +126,18 @@ } }, "@shanzhai/delete-step": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@shanzhai/delete-step/-/delete-step-0.0.10.tgz", - "integrity": "sha512-kw5ock4B0wAiS1DQ++RmcE4mHuB5qy7hyOG8wLKzzRwwIr/BmZ+MeGcKfWTuiFtEzDzDs5DvKqgefXH7R/OyaQ==", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@shanzhai/delete-step/-/delete-step-0.0.11.tgz", + "integrity": "sha512-Dw8nhnuyX57or882sNyFIy7Bz+WOZqm71gIOTFId6ysNy1yGO5o9sEnQlWWRkQ6Dru1/4w0ww3IyCSm/rLB95g==", "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/ephemeral-keyed-store": { diff --git a/@shanzhai/output-zip-content-plugin/package.json b/@shanzhai/output-zip-content-plugin/package.json index 1f1a0640..0823a2c3 100644 --- a/@shanzhai/output-zip-content-plugin/package.json +++ b/@shanzhai/output-zip-content-plugin/package.json @@ -23,7 +23,7 @@ "license": "MIT", "dependencies": { "@shanzhai/create-directory-step": "0.0.10", - "@shanzhai/delete-step": "0.0.10", + "@shanzhai/delete-step": "0.0.11", "@shanzhai/keyed-store-get-input": "0.0.5", "@shanzhai/serial-step": "0.0.11", "@shanzhai/write-file-step": "0.0.10"