Skip to content

Commit

Permalink
chore(deps): update dependency npm-run-all2 to v5.0.2
Browse files Browse the repository at this point in the history
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| npm        | npm-run-all2 | 5.0.0 | 5.0.2 |
  • Loading branch information
renovate[bot] committed Jan 28, 2024
1 parent 1f46eee commit d5872e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-json": "3.1.0",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"npm-run-all2": "5.0.0",
"npm-run-all2": "5.0.2",
"prettier": "2.8.8",
"prettier-plugin-package": "1.4.0",
"rimraf": "5.0.5",
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Expand Up @@ -1026,13 +1026,18 @@ ansi-styles@^3.2.1:
dependencies:
color-convert "^1.9.0"

ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1, ansi-styles@^4.3.0:
ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
dependencies:
color-convert "^2.0.1"

ansi-styles@^5.0.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==

ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
Expand Down Expand Up @@ -3241,12 +3246,12 @@ npm-registry-fetch@^16.0.0, npm-registry-fetch@^16.1.0:
npm-package-arg "^11.0.0"
proc-log "^3.0.0"

npm-run-all2@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
npm-run-all2@5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.2.tgz#7dae8e11ba90be9edd05379414a01407416b336c"
integrity sha512-S2G6FWZ3pNWAAKm2PFSOtEAG/N+XO/kz3+9l6V91IY+Y3XFSt7Lp7DV92KCgEboEW0hRTu0vFaMe4zXDZYaOyA==
dependencies:
ansi-styles "^4.2.1"
ansi-styles "^5.0.0"
cross-spawn "^7.0.3"
memorystream "^0.3.1"
minimatch "^3.0.4"
Expand Down

0 comments on commit d5872e9

Please sign in to comment.