0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

fix(deps): update all package managers (#4768)

This commit is contained in:
renovate[bot] 2024-08-03 17:15:28 +02:00 committed by GitHub
parent 0ab8fd92bd
commit 29b1c39169
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 18 deletions

View file

@ -4,7 +4,7 @@
"version": "1.0.1", "version": "1.0.1",
"dependencies": { "dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.1.0", "@verdaccio/test-cli-commons": "workspace:1.1.0",
"npm": "10.5.0" "npm": "10.8.2"
}, },
"scripts": { "scripts": {
"test": "jest" "test": "jest"

View file

@ -4,7 +4,7 @@
"version": "1.0.1", "version": "1.0.1",
"dependencies": { "dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.1.0", "@verdaccio/test-cli-commons": "workspace:1.1.0",
"@yarnpkg/cli-dist": "3.8.1" "@yarnpkg/cli-dist": "3.8.3"
}, },
"scripts": { "scripts": {
"test": "jest" "test": "jest"

View file

@ -3,7 +3,7 @@
"name": "@verdaccio/e2e-cli-yarn4", "name": "@verdaccio/e2e-cli-yarn4",
"version": "1.0.1", "version": "1.0.1",
"dependencies": { "dependencies": {
"@yarnpkg/cli-dist": "4.1.1", "@yarnpkg/cli-dist": "4.4.0",
"@verdaccio/test-cli-commons": "workspace:1.1.0" "@verdaccio/test-cli-commons": "workspace:1.1.0"
}, },
"scripts": { "scripts": {

View file

@ -390,8 +390,8 @@ importers:
specifier: workspace:1.1.0 specifier: workspace:1.1.0
version: link:../cli-commons version: link:../cli-commons
npm: npm:
specifier: 10.5.0 specifier: 10.8.2
version: 10.5.0 version: 10.8.2
e2e/cli/e2e-npm6: e2e/cli/e2e-npm6:
dependencies: dependencies:
@ -471,8 +471,8 @@ importers:
specifier: workspace:1.1.0 specifier: workspace:1.1.0
version: link:../cli-commons version: link:../cli-commons
'@yarnpkg/cli-dist': '@yarnpkg/cli-dist':
specifier: 3.8.1 specifier: 3.8.3
version: 3.8.1 version: 3.8.3
e2e/cli/e2e-yarn4: e2e/cli/e2e-yarn4:
dependencies: dependencies:
@ -480,8 +480,8 @@ importers:
specifier: workspace:1.1.0 specifier: workspace:1.1.0
version: link:../cli-commons version: link:../cli-commons
'@yarnpkg/cli-dist': '@yarnpkg/cli-dist':
specifier: 4.1.1 specifier: 4.4.0
version: 4.1.1 version: 4.4.0
e2e/ui: e2e/ui:
devDependencies: devDependencies:
@ -12073,14 +12073,14 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/@yarnpkg/cli-dist@3.8.1: /@yarnpkg/cli-dist@3.8.3:
resolution: {integrity: sha512-+0VUqfgpgkobLgADqMXqQ5IvRTJntgcj9UamFgXuiYNSFZANOdLgZ21AgzH4QNIK1Idj4OGFxyWOPpt0E5VfBQ==} resolution: {integrity: sha512-w88oPqVTjfQcUskPehmPGiEJy/QTOb+bUdGBWMFr1HIqW98L2MRUxxi9kJujGKKie+izsoIh6EJktuaD77s9hA==}
engines: {node: '>=12 <14 || 14.2 - 14.9 || >14.10.0'} engines: {node: '>=12 <14 || 14.2 - 14.9 || >14.10.0'}
hasBin: true hasBin: true
dev: false dev: false
/@yarnpkg/cli-dist@4.1.1: /@yarnpkg/cli-dist@4.4.0:
resolution: {integrity: sha512-5qXVUB1jKY+AHZLjti6gaxxL3Fnog0axt5B6EqTCE5JW/+XL/rz/RqL1fI9T7FVBbaqC7wpvdgqy5t11igZG2Q==} resolution: {integrity: sha512-1YMvFokdlHHG+xzB4d7NyzRAnfIZjfnkbY35SK3kU417WRoR9C2IKmW/ePI/WeQ2S9mxOBkETjbluD+A2K0eYg==}
engines: {node: '>=18.12.0'} engines: {node: '>=18.12.0'}
hasBin: true hasBin: true
dev: false dev: false
@ -23420,8 +23420,8 @@ packages:
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
dev: false dev: false
/npm@10.5.0: /npm@10.8.2:
resolution: {integrity: sha512-Ejxwvfh9YnWVU2yA5FzoYLTW52vxHCz+MHrOFg9Cc8IFgF/6f5AGPAvb5WTay5DIUP1NIfN3VBZ0cLlGO0Ys+A==} resolution: {integrity: sha512-x/AIjFIKRllrhcb48dqUNAAZl0ig9+qMuN91RpZo3Cb2+zuibfh+KISl6+kVVyktDz230JKc208UkQwwMqyB+w==}
engines: {node: ^18.17.0 || >=20.5.0} engines: {node: ^18.17.0 || >=20.5.0}
hasBin: true hasBin: true
dev: false dev: false
@ -23433,6 +23433,7 @@ packages:
- '@npmcli/map-workspaces' - '@npmcli/map-workspaces'
- '@npmcli/package-json' - '@npmcli/package-json'
- '@npmcli/promise-spawn' - '@npmcli/promise-spawn'
- '@npmcli/redact'
- '@npmcli/run-script' - '@npmcli/run-script'
- '@sigstore/tuf' - '@sigstore/tuf'
- abbrev - abbrev
@ -23441,8 +23442,6 @@ packages:
- chalk - chalk
- ci-info - ci-info
- cli-columns - cli-columns
- cli-table3
- columnify
- fastest-levenshtein - fastest-levenshtein
- fs-minipass - fs-minipass
- glob - glob
@ -23478,7 +23477,6 @@ packages:
- npm-profile - npm-profile
- npm-registry-fetch - npm-registry-fetch
- npm-user-validate - npm-user-validate
- npmlog
- p-map - p-map
- pacote - pacote
- parse-conflict-json - parse-conflict-json