chore(deps): update dependency npm-run-all2 to v5.0.2 (#726)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>main
parent
79147fcce8
commit
d448559c9e
|
@ -33,7 +33,7 @@
|
|||
"file-saver": "2.0.5",
|
||||
"html-webpack-plugin": "5.5.3",
|
||||
"jest": "28.1.3",
|
||||
"npm-run-all2": "5.0.0",
|
||||
"npm-run-all2": "5.0.2",
|
||||
"text-encoding": "0.7.0",
|
||||
"ts-loader": "9.4.2",
|
||||
"typescript": "4.9.3",
|
||||
|
|
|
@ -976,7 +976,7 @@ ansi-styles@^3.2.0, 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.0.0, ansi-styles@^4.1.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
|
||||
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
|
||||
|
@ -4393,12 +4393,12 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
|
|||
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
|
||||
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue