mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update dependency npm to v10.3.0 (#4421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
269ff273e5
commit
61eff4c007
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
"version": "1.0.1",
|
||||
"dependencies": {
|
||||
"@verdaccio/test-cli-commons": "workspace:1.1.0",
|
||||
"npm": "10.2.5"
|
||||
"npm": "10.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
|
|
|
@ -381,8 +381,8 @@ importers:
|
|||
specifier: workspace:1.1.0
|
||||
version: link:../cli-commons
|
||||
npm:
|
||||
specifier: 10.2.5
|
||||
version: 10.2.5
|
||||
specifier: 10.3.0
|
||||
version: 10.3.0
|
||||
|
||||
e2e/cli/e2e-npm6:
|
||||
dependencies:
|
||||
|
@ -22299,8 +22299,8 @@ packages:
|
|||
engines: {node: '>=6.0.0'}
|
||||
dev: false
|
||||
|
||||
/npm@10.2.5:
|
||||
resolution: {integrity: sha512-lXdZ7titEN8CH5YJk9C/aYRU9JeDxQ4d8rwIIDsvH3SMjLjHTukB2CFstMiB30zXs4vCrPN2WH6cDq1yHBeJAw==}
|
||||
/npm@10.3.0:
|
||||
resolution: {integrity: sha512-9u5GFc1UqI2DLlGI7QdjkpIaBs3UhTtY8KoCqYJK24gV/j/tByaI4BA4R7RkOc+ASqZMzFPKt4Pj2Z8JcGo//A==}
|
||||
engines: {node: ^18.17.0 || >=20.5.0}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
|
Loading…
Reference in a new issue