diff --git a/@shanzhai/output-zip-content-plugin/package-lock.json b/@shanzhai/output-zip-content-plugin/package-lock.json index 1753f8d0..25f187b0 100644 --- a/@shanzhai/output-zip-content-plugin/package-lock.json +++ b/@shanzhai/output-zip-content-plugin/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@shanzhai/create-directory-step": "0.0.10", "@shanzhai/delete-step": "0.0.10", - "@shanzhai/keyed-store-get-input": "0.0.5", + "@shanzhai/keyed-store-get-input": "0.0.6", "@shanzhai/serial-step": "0.0.11", "@shanzhai/write-file-step": "0.0.10" }, @@ -66,9 +66,9 @@ } }, "node_modules/@shanzhai/keyed-store-get-input": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@shanzhai/keyed-store-get-input/-/keyed-store-get-input-0.0.5.tgz", - "integrity": "sha512-6mwPFRo7IRJGr2At4X/8t6ld3hLgKGO9XKNFHOlwgLMkpZjpadpSBCHEMkuyzrTjSaYhC0Lvic4spYoClDe/Uw==", + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@shanzhai/keyed-store-get-input/-/keyed-store-get-input-0.0.6.tgz", + "integrity": "sha512-QrZdhSJPBRHg2yv1ryIW2SI64drIIEHEZ4zZjRwfPG1Z1/WIGAcw2zEROSMcKdCSTIxfqI/0C+EtWWDTUGnpgg==", "engines": { "node": ">=17.6.0" } @@ -137,9 +137,9 @@ "integrity": "sha512-Fak4C4y0+RpL1U7V+ohcZPqzv/vdqW27oEePFin7Tdpnnk9RncPjinFppFxNhw5umvGk5xLRB1oGE67YFI/7Bg==" }, "@shanzhai/keyed-store-get-input": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/@shanzhai/keyed-store-get-input/-/keyed-store-get-input-0.0.5.tgz", - "integrity": "sha512-6mwPFRo7IRJGr2At4X/8t6ld3hLgKGO9XKNFHOlwgLMkpZjpadpSBCHEMkuyzrTjSaYhC0Lvic4spYoClDe/Uw==" + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/@shanzhai/keyed-store-get-input/-/keyed-store-get-input-0.0.6.tgz", + "integrity": "sha512-QrZdhSJPBRHg2yv1ryIW2SI64drIIEHEZ4zZjRwfPG1Z1/WIGAcw2zEROSMcKdCSTIxfqI/0C+EtWWDTUGnpgg==" }, "@shanzhai/serial-step": { "version": "0.0.11", diff --git a/@shanzhai/output-zip-content-plugin/package.json b/@shanzhai/output-zip-content-plugin/package.json index 1f1a0640..dfdb28da 100644 --- a/@shanzhai/output-zip-content-plugin/package.json +++ b/@shanzhai/output-zip-content-plugin/package.json @@ -24,7 +24,7 @@ "dependencies": { "@shanzhai/create-directory-step": "0.0.10", "@shanzhai/delete-step": "0.0.10", - "@shanzhai/keyed-store-get-input": "0.0.5", + "@shanzhai/keyed-store-get-input": "0.0.6", "@shanzhai/serial-step": "0.0.11", "@shanzhai/write-file-step": "0.0.10" },