diff --git a/@shanzhai/output-zip-content-plugin/package-lock.json b/@shanzhai/output-zip-content-plugin/package-lock.json index 1753f8d0..3ede6610 100644 --- a/@shanzhai/output-zip-content-plugin/package-lock.json +++ b/@shanzhai/output-zip-content-plugin/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.10", "license": "MIT", "dependencies": { - "@shanzhai/create-directory-step": "0.0.10", + "@shanzhai/create-directory-step": "0.0.11", "@shanzhai/delete-step": "0.0.10", "@shanzhai/keyed-store-get-input": "0.0.5", "@shanzhai/serial-step": "0.0.11", @@ -27,16 +27,24 @@ } }, "node_modules/@shanzhai/create-directory-step": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@shanzhai/create-directory-step/-/create-directory-step-0.0.10.tgz", - "integrity": "sha512-pD/dBn2aFa+TyJr5B3E61gXMw1tOZtOjewbaQC0N3JHDnvimmgQ/DCOTcWiIkvWZFT53Z0T2KYkKm0cHnYNMfg==", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@shanzhai/create-directory-step/-/create-directory-step-0.0.11.tgz", + "integrity": "sha512-cspoV7XJPtw80hXhTJC/HhV9eT7jzxPjBOgA21+coqDhk6nhK81MXrzIvtSJ+4gSIIan/U5U2//yipOBINGmGQ==", "dependencies": { - "@shanzhai/interfaces": "0.0.25" + "@shanzhai/interfaces": "0.0.26" }, "engines": { "node": ">=17.6.0" } }, + "node_modules/@shanzhai/create-directory-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/delete-step": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/@shanzhai/delete-step/-/delete-step-0.0.10.tgz", @@ -110,11 +118,18 @@ }, "dependencies": { "@shanzhai/create-directory-step": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/@shanzhai/create-directory-step/-/create-directory-step-0.0.10.tgz", - "integrity": "sha512-pD/dBn2aFa+TyJr5B3E61gXMw1tOZtOjewbaQC0N3JHDnvimmgQ/DCOTcWiIkvWZFT53Z0T2KYkKm0cHnYNMfg==", + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/@shanzhai/create-directory-step/-/create-directory-step-0.0.11.tgz", + "integrity": "sha512-cspoV7XJPtw80hXhTJC/HhV9eT7jzxPjBOgA21+coqDhk6nhK81MXrzIvtSJ+4gSIIan/U5U2//yipOBINGmGQ==", "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/delete-step": { diff --git a/@shanzhai/output-zip-content-plugin/package.json b/@shanzhai/output-zip-content-plugin/package.json index 1f1a0640..68b3d516 100644 --- a/@shanzhai/output-zip-content-plugin/package.json +++ b/@shanzhai/output-zip-content-plugin/package.json @@ -22,7 +22,7 @@ }, "license": "MIT", "dependencies": { - "@shanzhai/create-directory-step": "0.0.10", + "@shanzhai/create-directory-step": "0.0.11", "@shanzhai/delete-step": "0.0.10", "@shanzhai/keyed-store-get-input": "0.0.5", "@shanzhai/serial-step": "0.0.11",