diff --git a/package-lock.json b/package-lock.json index da287beb5b..3d782ccd98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "ls-engines": "0.9.0", "nock": "13.3.3", "nodemon": "3.0.1", - "npm-run-all2": "5.0.0", + "npm-run-all2": "5.0.2", "prettier-standard": "16.4.1", "smee-client": "1.2.3", "standard": "17.1.0" @@ -12092,12 +12092,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", @@ -12114,6 +12114,18 @@ "node": ">= 10" } }, + "node_modules/npm-run-all2/node_modules/ansi-styles": { + "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, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", @@ -26467,18 +26479,26 @@ } }, "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, "requires": { - "ansi-styles": "^4.2.1", + "ansi-styles": "^5.0.0", "cross-spawn": "^7.0.3", "memorystream": "^0.3.1", "minimatch": "^3.0.4", "pidtree": "^0.5.0", "read-pkg": "^5.2.0", "shell-quote": "^1.6.1" + }, + "dependencies": { + "ansi-styles": { + "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 + } } }, "npm-run-path": { diff --git a/package.json b/package.json index 6518890ce8..635eced51d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "ls-engines": "0.9.0", "nock": "13.3.3", "nodemon": "3.0.1", - "npm-run-all2": "5.0.0", + "npm-run-all2": "5.0.2", "prettier-standard": "16.4.1", "smee-client": "1.2.3", "standard": "17.1.0"