From 34b5c6e4dad5c0adfef1ec52fa004d528a3ec165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:16:24 +0000 Subject: [PATCH] Bump npm-run-all2 from 6.0.4 to 6.0.5 Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.0.4 to 6.0.5. - [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.4...v6.0.5) --- 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 | 21 ++++++++++++--------- package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44974c6..ba4fcf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-fail-on-console": "^3.1.1", - "npm-run-all2": "^6.0.4", + "npm-run-all2": "^6.0.5", "rimraf": "^4.4.1", "rollup": "^3.20.2", "rollup-plugin-copy": "^3.4.0", @@ -9581,15 +9581,15 @@ } }, "node_modules/npm-run-all2": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.4.tgz", - "integrity": "sha512-/St+bDHysVO4CtXKpWDFP0oscvx3sp/Fmf5UddtF3QIfA4Rf6S5qoyOepLGyFXtky/i9PRj4n/TkA4OTUpwMFw==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.0.5.tgz", + "integrity": "sha512-YfYsybLmMLeHK00shmIrArZbbqSov/0o692j8PAJTqZGpWy2bJMnMO00Xrex8S0ziePJUZy14CueF7rVMYAg/w==", "dev": true, "dependencies": { "ansi-styles": "^5.0.0", "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", - "minimatch": "^5.0.0", + "minimatch": "^8.0.2", "pidtree": "^0.6.0", "read-pkg": "^5.2.0", "shell-quote": "^1.7.3" @@ -9626,15 +9626,18 @@ } }, "node_modules/npm-run-all2/node_modules/minimatch": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz", - "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.3.tgz", + "integrity": "sha512-tEEvU9TkZgnFDCtpnrEYnPsjT7iUx42aXfs4bzmQ5sMA09/6hZY0jeZcGkXyDagiBOvkUjNo8Viom+Me6+2x7g==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/npm-run-path": { diff --git a/package.json b/package.json index 6e93c20..9cb2ea4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jest-fail-on-console": "^3.1.1", - "npm-run-all2": "^6.0.4", + "npm-run-all2": "^6.0.5", "rimraf": "^4.4.1", "rollup": "^3.20.2", "rollup-plugin-copy": "^3.4.0",