From bab9d12e07ca942363641653bf35ab5fb5aff34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 03:05:01 +0000 Subject: [PATCH] chore(deps-dev): bump npm-run-all2 from 5.0.2 to 6.0.0 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/bcomnes/npm-run-all2/releases) - [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/npm-run-all2/compare/v5.0.2...v6.0.0) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba2ae48..381e55b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependency-check": "^4.1.0", "gh-release": "^6.0.0", "mkdirp": "^1.0.4", - "npm-run-all2": "^5.0.2", + "npm-run-all2": "^6.0.0", "standard": "^17.0.0" }, "homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",