Skip to content

Commit 58df2b6

Browse files
committed
chore(deps): update dependency npm-run-all2 to v5.0.2
1 parent b12c3e4 commit 58df2b6

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

Diff for: minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"graphql-cli": "2.17.0",
19-
"npm-run-all2": "5.0.0",
19+
"npm-run-all2": "5.0.2",
2020
"ts-node": "6.2.0",
2121
"typescript": "3.9.10"
2222
}

Diff for: minimal/yarn.lock

+9-23
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,10 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
190190
dependencies:
191191
color-convert "^1.9.0"
192192

193-
ansi-styles@^4.2.1:
194-
version "4.3.0"
195-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
196-
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
197-
dependencies:
198-
color-convert "^2.0.1"
193+
ansi-styles@^5.0.0:
194+
version "5.2.0"
195+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
196+
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
199197

200198
apollo-cache-control@^0.1.0:
201199
version "0.1.1"
@@ -571,22 +569,10 @@ color-convert@^1.9.0:
571569
dependencies:
572570
color-name "1.1.1"
573571

574-
color-convert@^2.0.1:
575-
version "2.0.1"
576-
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
577-
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
578-
dependencies:
579-
color-name "~1.1.4"
580-
581572
582573
version "1.1.1"
583574
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689"
584575

585-
color-name@~1.1.4:
586-
version "1.1.4"
587-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
588-
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
589-
590576
columnify@^1.5.4:
591577
version "1.5.4"
592578
resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb"
@@ -2116,12 +2102,12 @@ npm-paths@^1.0.0:
21162102
global-modules "^1.0.0"
21172103
is-windows "^1.0.1"
21182104

2119-
2120-
version "5.0.0"
2121-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
2122-
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
2105+
2106+
version "5.0.2"
2107+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
2108+
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
21232109
dependencies:
2124-
ansi-styles "^4.2.1"
2110+
ansi-styles "^5.0.0"
21252111
cross-spawn "^7.0.3"
21262112
memorystream "^0.3.1"
21272113
minimatch "^3.0.4"

0 commit comments

Comments
 (0)