Skip to content

Commit 4f4fadb

Browse files
committed
chore(deps): update dependency npm-run-all2 to v5.0.2
1 parent 39e461b commit 4f4fadb

File tree

4 files changed

+20
-48
lines changed

4 files changed

+20
-48
lines changed

advanced/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dotenv": "5.0.1",
1717
"graphql-cli": "2.17.0",
1818
"nodemon": "1.19.4",
19-
"npm-run-all2": "5.0.0",
19+
"npm-run-all2": "5.0.2",
2020
"prisma": "1.7.0"
2121
}
2222
}

advanced/server/yarn.lock

+9-23
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,10 @@ ansi-styles@^3.2.1:
223223
dependencies:
224224
color-convert "^1.9.0"
225225

226-
ansi-styles@^4.2.1:
227-
version "4.3.0"
228-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
229-
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
230-
dependencies:
231-
color-convert "^2.0.1"
226+
ansi-styles@^5.0.0:
227+
version "5.2.0"
228+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
229+
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
232230

233231
ansicolors@~0.2.1:
234232
version "0.2.1"
@@ -965,22 +963,10 @@ color-convert@^1.9.0:
965963
dependencies:
966964
color-name "^1.1.1"
967965

968-
color-convert@^2.0.1:
969-
version "2.0.1"
970-
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
971-
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
972-
dependencies:
973-
color-name "~1.1.4"
974-
975966
color-name@^1.1.1:
976967
version "1.1.3"
977968
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
978969

979-
color-name@~1.1.4:
980-
version "1.1.4"
981-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
982-
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
983-
984970
985971
version "1.0.3"
986972
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
@@ -3983,12 +3969,12 @@ npm-paths@^1.0.0:
39833969
global-modules "^1.0.0"
39843970
is-windows "^1.0.1"
39853971

3986-
3987-
version "5.0.0"
3988-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
3989-
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
3972+
3973+
version "5.0.2"
3974+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
3975+
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
39903976
dependencies:
3991-
ansi-styles "^4.2.1"
3977+
ansi-styles "^5.0.0"
39923978
cross-spawn "^7.0.3"
39933979
memorystream "^0.3.1"
39943980
minimatch "^3.0.4"

basic/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"graphql-cli": "2.17.0",
15-
"npm-run-all2": "5.0.0",
15+
"npm-run-all2": "5.0.2",
1616
"prisma": "1.7.0"
1717
}
1818
}

basic/server/yarn.lock

+9-23
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,10 @@ ansi-styles@^3.2.1:
218218
dependencies:
219219
color-convert "^1.9.0"
220220

221-
ansi-styles@^4.2.1:
222-
version "4.3.0"
223-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
224-
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
225-
dependencies:
226-
color-convert "^2.0.1"
221+
ansi-styles@^5.0.0:
222+
version "5.2.0"
223+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
224+
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
227225

228226
ansicolors@~0.2.1:
229227
version "0.2.1"
@@ -826,22 +824,10 @@ color-convert@^1.9.0:
826824
dependencies:
827825
color-name "^1.1.1"
828826

829-
color-convert@^2.0.1:
830-
version "2.0.1"
831-
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
832-
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
833-
dependencies:
834-
color-name "~1.1.4"
835-
836827
color-name@^1.1.1:
837828
version "1.1.3"
838829
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
839830

840-
color-name@~1.1.4:
841-
version "1.1.4"
842-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
843-
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
844-
845831
846832
version "1.0.3"
847833
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
@@ -3407,12 +3393,12 @@ npm-paths@^1.0.0:
34073393
global-modules "^1.0.0"
34083394
is-windows "^1.0.1"
34093395

3410-
3411-
version "5.0.0"
3412-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
3413-
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
3396+
3397+
version "5.0.2"
3398+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
3399+
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
34143400
dependencies:
3415-
ansi-styles "^4.2.1"
3401+
ansi-styles "^5.0.0"
34163402
cross-spawn "^7.0.3"
34173403
memorystream "^0.3.1"
34183404
minimatch "^3.0.4"

0 commit comments

Comments
 (0)