Skip to content

Commit 87c5f9e

Browse files
chore(deps): update dependency npm-run-all2 to v5.0.2 (#936)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5bf232 commit 87c5f9e

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"enzyme-adapter-react-16": "1.9.1",
7272
"gh-pages": "3.2.3",
7373
"light-ts-loader": "1.1.2",
74-
"npm-run-all2": "5.0.0",
74+
"npm-run-all2": "5.0.2",
7575
"prettier": "2.6.2",
7676
"react": "16.14.0",
7777
"react-dom": "16.14.0",

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -4704,7 +4704,7 @@ ansi-styles@^3.2.1:
47044704
dependencies:
47054705
color-convert "^1.9.0"
47064706

4707-
ansi-styles@^4.0.0, ansi-styles@^4.2.1:
4707+
ansi-styles@^4.0.0:
47084708
version "4.3.0"
47094709
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
47104710
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -4719,6 +4719,11 @@ ansi-styles@^4.1.0:
47194719
"@types/color-name" "^1.1.1"
47204720
color-convert "^2.0.1"
47214721

4722+
ansi-styles@^5.0.0:
4723+
version "5.2.0"
4724+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
4725+
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
4726+
47224727
ansi-to-html@^0.6.11:
47234728
version "0.6.13"
47244729
resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.13.tgz#c72eae8b63e5ca0643aab11bfc6e6f2217425833"
@@ -10204,12 +10209,12 @@ npm-packlist@^1.1.6:
1020410209
ignore-walk "^3.0.1"
1020510210
npm-bundled "^1.0.1"
1020610211

10207-
10208-
version "5.0.0"
10209-
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
10210-
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
10212+
10213+
version "5.0.2"
10214+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
10215+
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
1021110216
dependencies:
10212-
ansi-styles "^4.2.1"
10217+
ansi-styles "^5.0.0"
1021310218
cross-spawn "^7.0.3"
1021410219
memorystream "^0.3.1"
1021510220
minimatch "^3.0.4"

0 commit comments

Comments
 (0)