mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update dependency npm to v9.5.0 (#3628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
08ff0aef3c
commit
9e3abf9830
2 changed files with 5 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
"version": "1.0.1-6-next.6",
|
||||
"dependencies": {
|
||||
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6",
|
||||
"npm": "9.2.0"
|
||||
"npm": "9.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
|
|
|
@ -259,10 +259,10 @@ importers:
|
|||
e2e/cli/e2e-npm9:
|
||||
specifiers:
|
||||
'@verdaccio/test-cli-commons': workspace:1.1.0-6-next.6
|
||||
npm: 9.2.0
|
||||
npm: 9.5.0
|
||||
dependencies:
|
||||
'@verdaccio/test-cli-commons': link:../cli-commons
|
||||
npm: 9.2.0
|
||||
npm: 9.5.0
|
||||
|
||||
e2e/cli/e2e-pnpm6:
|
||||
specifiers:
|
||||
|
@ -24192,8 +24192,8 @@ packages:
|
|||
- which
|
||||
- write-file-atomic
|
||||
|
||||
/npm/9.2.0:
|
||||
resolution: {integrity: sha512-oypVdaWGHDuV79RXLvp+B9gh6gDyAmoHKrQ0/JBYTWWx5D8/+AAxFdZC84fSIiyDdyW4qfrSyYGKhekxDOaMXQ==}
|
||||
/npm/9.5.0:
|
||||
resolution: {integrity: sha512-GqVETDu5xX4+drrjdZmWyxl3BVLToDamB0Wz1+k0mLcraYRVb80gOYSnSEZbHvulw4RyU/Hq6AiUfUBxmm/2gw==}
|
||||
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
@ -24236,7 +24236,6 @@ packages:
|
|||
- minimatch
|
||||
- minipass
|
||||
- minipass-pipeline
|
||||
- mkdirp
|
||||
- ms
|
||||
- node-gyp
|
||||
- nopt
|
||||
|
@ -24256,7 +24255,6 @@ packages:
|
|||
- read
|
||||
- read-package-json
|
||||
- read-package-json-fast
|
||||
- rimraf
|
||||
- semver
|
||||
- ssri
|
||||
- tar
|
||||
|
|
Loading…
Reference in a new issue