From b01d9ee305319396f56786fb2b738bc6404a35ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 02:31:48 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v6.2.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec5a7d1495..dc1e0f5be2 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "14.0.1", - "npm-run-all2": "6.2.2", + "npm-run-all2": "6.2.3", "nyc": "15.1.0", "prettier": "3.2.5", "prettier-config-standard": "7.0.0", diff --git a/yarn.lock b/yarn.lock index b73940d524..d3c0099bdd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13848,10 +13848,10 @@ npm-normalize-package-bin@^3.0.0: resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz#25447e32a9a7de1f51362c61a559233b89947832" integrity sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ== -npm-run-all2@6.2.2: - version "6.2.2" - resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.2.tgz#cd98d7c94dfa92e36724a1064609cca7a8991f5f" - integrity sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw== +npm-run-all2@6.2.3: + version "6.2.3" + resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-6.2.3.tgz#ea0c0987337b828eaa78c2f5488e70de0969917b" + integrity sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg== dependencies: ansi-styles "^6.2.1" cross-spawn "^7.0.3"