From 4b5822606a0c949473f8d5afef7a1b7ad21de845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 07:01:22 +0000 Subject: [PATCH] chore(deps-dev): bump npm-run-all2 from 6.0.1 to 6.0.2 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.0.1 to 6.0.2. - [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/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8702cc..8597f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-jest": "26.8.3", "husky": "8.0.1", "jest": "27.2.2", - "npm-run-all2": "6.0.1", + "npm-run-all2": "6.0.2", "prettier": "2.7.1", "ts-jest": "27.0.5", "typescript": "4.7.4" @@ -5271,9 +5271,9 @@ } }, "node_modules/npm-run-all2": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.1.tgz", - "integrity": "sha512-FbuTcpA2OOzMfubRaqII1hpHp0zxSl2BC6QPxVwdqsN38GyN1ohPqqm8KELK7vyvJByHVjuXvc7QpkluXM8EZA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.2.tgz", + "integrity": "sha512-WqGO5qbXEhf3uF3vKZteue8cxa06E3yp5WixL+OBV0HWmkxFHJhK7NGZ2x/cDRklJ08w5iCVjoFCsIv5pEGxpw==", "dev": true, "dependencies": { "ansi-styles": "^5.0.0", @@ -5282,7 +5282,7 @@ "minimatch": "^5.0.0", "pidtree": "^0.6.0", "read-pkg": "^5.2.0", - "shell-quote": "^1.6.1" + "shell-quote": "^1.7.3" }, "bin": { "npm-run-all": "bin/npm-run-all/index.js", @@ -10850,9 +10850,9 @@ "dev": true }, "npm-run-all2": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.1.tgz", - "integrity": "sha512-FbuTcpA2OOzMfubRaqII1hpHp0zxSl2BC6QPxVwdqsN38GyN1ohPqqm8KELK7vyvJByHVjuXvc7QpkluXM8EZA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.2.tgz", + "integrity": "sha512-WqGO5qbXEhf3uF3vKZteue8cxa06E3yp5WixL+OBV0HWmkxFHJhK7NGZ2x/cDRklJ08w5iCVjoFCsIv5pEGxpw==", "dev": true, "requires": { "ansi-styles": "^5.0.0", @@ -10861,7 +10861,7 @@ "minimatch": "^5.0.0", "pidtree": "^0.6.0", "read-pkg": "^5.2.0", - "shell-quote": "^1.6.1" + "shell-quote": "^1.7.3" }, "dependencies": { "ansi-styles": { diff --git a/package.json b/package.json index 1bbfa92..04875c4 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-plugin-jest": "26.8.3", "husky": "8.0.1", "jest": "27.2.2", - "npm-run-all2": "6.0.1", + "npm-run-all2": "6.0.2", "prettier": "2.7.1", "ts-jest": "27.0.5", "typescript": "4.7.4"