0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0 (#4487)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-03 10:10:29 +01:00 committed by GitHub
parent 8755f01a97
commit 71d5326930
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 50 deletions

View file

@ -110,7 +110,7 @@
"lint-staged": "11.2.6",
"nock": "13.5.1",
"nodemon": "3.0.3",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"prettier": "3.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",

View file

@ -293,9 +293,9 @@ importers:
nodemon:
specifier: 3.0.3
version: 3.0.3
npm-run-all:
specifier: 4.1.5
version: 4.1.5
npm-run-all2:
specifier: 5.0.0
version: 5.0.0
prettier:
specifier: 3.2.2
version: 3.2.2
@ -6176,7 +6176,7 @@ packages:
dependencies:
'@babel/core': 7.23.7
'@babel/helper-plugin-utils': 7.22.5
'@babel/helper-validator-option': 7.23.5
'@babel/helper-validator-option': 7.22.15
'@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7)
'@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7)
'@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.7)
@ -8045,7 +8045,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.9
'@babel/runtime': 7.23.1
'@emotion/babel-plugin': 11.10.6
'@emotion/cache': 11.10.7
'@emotion/serialize': 1.1.1
@ -8102,7 +8102,7 @@ packages:
'@types/react':
optional: true
dependencies:
'@babel/runtime': 7.23.9
'@babel/runtime': 7.23.1
'@emotion/babel-plugin': 11.10.6
'@emotion/is-prop-valid': 1.2.0
'@emotion/react': 11.10.6(@types/react@18.2.48)(react@17.0.2)
@ -14351,7 +14351,7 @@ packages:
/call-bind@1.0.2:
resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==}
dependencies:
function-bind: 1.1.1
function-bind: 1.1.2
get-intrinsic: 1.2.1
/call-me-maybe@1.0.2:
@ -18728,9 +18728,6 @@ packages:
requiresBuild: true
optional: true
/function-bind@1.1.1:
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
/function-bind@1.1.2:
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
@ -21530,16 +21527,6 @@ packages:
dev: true
optional: true
/load-json-file@4.0.0:
resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==}
engines: {node: '>=4'}
dependencies:
graceful-fs: 4.2.11
parse-json: 4.0.0
pify: 3.0.0
strip-bom: 3.0.0
dev: true
/load-script@1.0.0:
resolution: {integrity: sha512-kPEjMFtZvwL9TaZo0uZ2ml+Ye9HUMmPwbYRJ324qF9tqMejwykJ5ggTyvzmrbBeapCAbk98BSbTeovHEEP1uCA==}
dev: false
@ -23301,20 +23288,18 @@ packages:
/normalize.css@8.0.1:
resolution: {integrity: sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==}
/npm-run-all@4.1.5:
resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==}
engines: {node: '>= 4'}
/npm-run-all2@5.0.0:
resolution: {integrity: sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==}
engines: {node: '>= 10'}
hasBin: true
dependencies:
ansi-styles: 3.2.1
chalk: 2.4.2
cross-spawn: 6.0.5
ansi-styles: 4.3.0
cross-spawn: 7.0.3
memorystream: 0.3.1
minimatch: 3.1.2
pidtree: 0.3.1
read-pkg: 3.0.0
pidtree: 0.5.0
read-pkg: 5.2.0
shell-quote: 1.8.1
string.prototype.padend: 3.1.4
dev: true
/npm-run-path@2.0.2:
@ -23975,14 +23960,6 @@ packages:
dev: true
optional: true
/parse-json@4.0.0:
resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==}
engines: {node: '>=4'}
dependencies:
error-ex: 1.3.2
json-parse-better-errors: 1.0.2
dev: true
/parse-json@5.2.0:
resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==}
engines: {node: '>=8'}
@ -24159,8 +24136,8 @@ packages:
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
/pidtree@0.3.1:
resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==}
/pidtree@0.5.0:
resolution: {integrity: sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==}
engines: {node: '>=0.10'}
hasBin: true
dev: true
@ -26170,15 +26147,6 @@ packages:
dev: true
optional: true
/read-pkg@3.0.0:
resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==}
engines: {node: '>=4'}
dependencies:
load-json-file: 4.0.0
normalize-package-data: 2.5.0
path-type: 3.0.0
dev: true
/read-pkg@5.2.0:
resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==}
engines: {node: '>=8'}
@ -30041,7 +30009,7 @@ packages:
portfinder: 1.0.32(supports-color@6.1.0)
schema-utils: 1.0.0
selfsigned: 1.10.14
semver: 6.3.0
semver: 6.3.1
serve-index: 1.9.1(supports-color@6.1.0)
sockjs: 0.3.24
sockjs-client: 1.6.1(supports-color@6.1.0)