From 53d77d186a271951303d8fe22de9a8932f2ab4e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 03:01:30 +0000 Subject: [PATCH] chore(deps): update dependency npm-run-all2 to v5.0.2 --- package-lock.json | 39 +++++++++------------------------------ package.json | 2 +- 2 files changed, 10 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index baab44b..14a9536 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "lockfile-lint": "4.12.0", "mocha": "10.2.0", "mock-fs": "5.2.0", - "npm-run-all2": "5.0.0", + "npm-run-all2": "5.0.2", "package-preview": "4.0.0", "publint": "0.2.2", "remark-cli": "11.0.0", @@ -10981,12 +10981,12 @@ } }, "node_modules/npm-run-all2": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-5.0.0.tgz", - "integrity": "sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-5.0.2.tgz", + "integrity": "sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==", "dev": true, "dependencies": { - "ansi-styles": "^4.2.1", + "ansi-styles": "^5.0.0", "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", "minimatch": "^3.0.4", @@ -11004,38 +11004,17 @@ } }, "node_modules/npm-run-all2/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/npm-run-all2/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/npm-run-all2/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/npm-run-all2/node_modules/hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", diff --git a/package.json b/package.json index 7d2af63..3ea3fd3 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "lockfile-lint": "4.12.0", "mocha": "10.2.0", "mock-fs": "5.2.0", - "npm-run-all2": "5.0.0", + "npm-run-all2": "5.0.2", "package-preview": "4.0.0", "publint": "0.2.2", "remark-cli": "11.0.0",