mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix(deps): update dependency npm to v10.2.5 (#4247)
This commit is contained in:
parent
995355f9c7
commit
c42f2d06bc
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.4"
|
||||
"npm": "10.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
|
|
|
@ -385,8 +385,8 @@ importers:
|
|||
specifier: workspace:1.1.0
|
||||
version: link:../cli-commons
|
||||
npm:
|
||||
specifier: 10.2.4
|
||||
version: 10.2.4
|
||||
specifier: 10.2.5
|
||||
version: 10.2.5
|
||||
|
||||
e2e/cli/e2e-npm6:
|
||||
dependencies:
|
||||
|
@ -22325,8 +22325,8 @@ packages:
|
|||
engines: {node: '>=6.0.0'}
|
||||
dev: false
|
||||
|
||||
/npm@10.2.4:
|
||||
resolution: {integrity: sha512-umEuYneVEYO9KoEEI8n2sSGmNQeqco/3BSeacRlqIkCzw4E7XGtYSWMeJobxzr6hZ2n9cM+u5TsMTcC5bAgoWA==}
|
||||
/npm@10.2.5:
|
||||
resolution: {integrity: sha512-lXdZ7titEN8CH5YJk9C/aYRU9JeDxQ4d8rwIIDsvH3SMjLjHTukB2CFstMiB30zXs4vCrPN2WH6cDq1yHBeJAw==}
|
||||
engines: {node: ^18.17.0 || >=20.5.0}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
|
Loading…
Reference in a new issue