From b6495bbaa788868de9f35470da70a2efdae5cc05 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Apr 2022 11:37:09 +0000 Subject: [PATCH] Update dependency @shanzhai/serial-step to v0.0.12 --- .../package-lock.json | 33 ++++++++++++++----- .../output-zip-content-plugin/package.json | 2 +- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/@shanzhai/output-zip-content-plugin/package-lock.json b/@shanzhai/output-zip-content-plugin/package-lock.json index 1753f8d0..7d6f0e24 100644 --- a/@shanzhai/output-zip-content-plugin/package-lock.json +++ b/@shanzhai/output-zip-content-plugin/package-lock.json @@ -12,7 +12,7 @@ "@shanzhai/create-directory-step": "0.0.10", "@shanzhai/delete-step": "0.0.10", "@shanzhai/keyed-store-get-input": "0.0.5", - "@shanzhai/serial-step": "0.0.11", + "@shanzhai/serial-step": "0.0.12", "@shanzhai/write-file-step": "0.0.10" }, "devDependencies": { @@ -74,16 +74,24 @@ } }, "node_modules/@shanzhai/serial-step": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@shanzhai/serial-step/-/serial-step-0.0.11.tgz", - "integrity": "sha512-VzEK8weKabRD1oWOQMYAspfyKL5+v6uW6G/HuczNKe6BdpICfVUJvAgX2D0RHh3oZvRc7YxE41B6u1AC13R/eA==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@shanzhai/serial-step/-/serial-step-0.0.12.tgz", + "integrity": "sha512-f3BwGiEda4PqTrqPDpGPuc2+qy7ZV7Ot9PcaU1AW7mlwkyKl/4IcoCAI28gzVxd1PSYiWG8+Q0nNRenHGyn3Jg==", "dependencies": { - "@shanzhai/interfaces": "0.0.25" + "@shanzhai/interfaces": "0.0.26" }, "engines": { "node": ">=17.6.0" } }, + "node_modules/@shanzhai/serial-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/write-file-step": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/@shanzhai/write-file-step/-/write-file-step-0.0.10.tgz", @@ -142,11 +150,18 @@ "integrity": "sha512-6mwPFRo7IRJGr2At4X/8t6ld3hLgKGO9XKNFHOlwgLMkpZjpadpSBCHEMkuyzrTjSaYhC0Lvic4spYoClDe/Uw==" }, "@shanzhai/serial-step": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@shanzhai/serial-step/-/serial-step-0.0.11.tgz", - "integrity": "sha512-VzEK8weKabRD1oWOQMYAspfyKL5+v6uW6G/HuczNKe6BdpICfVUJvAgX2D0RHh3oZvRc7YxE41B6u1AC13R/eA==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@shanzhai/serial-step/-/serial-step-0.0.12.tgz", + "integrity": "sha512-f3BwGiEda4PqTrqPDpGPuc2+qy7ZV7Ot9PcaU1AW7mlwkyKl/4IcoCAI28gzVxd1PSYiWG8+Q0nNRenHGyn3Jg==", "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/write-file-step": { diff --git a/@shanzhai/output-zip-content-plugin/package.json b/@shanzhai/output-zip-content-plugin/package.json index 1f1a0640..e62018d2 100644 --- a/@shanzhai/output-zip-content-plugin/package.json +++ b/@shanzhai/output-zip-content-plugin/package.json @@ -25,7 +25,7 @@ "@shanzhai/create-directory-step": "0.0.10", "@shanzhai/delete-step": "0.0.10", "@shanzhai/keyed-store-get-input": "0.0.5", - "@shanzhai/serial-step": "0.0.11", + "@shanzhai/serial-step": "0.0.12", "@shanzhai/write-file-step": "0.0.10" }, "devDependencies": {