mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix(deps): update dependency npm to v9.6.3 (#3711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7aaffdd197
commit
8d7df691ae
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
"version": "1.0.1-6-next.7",
|
"version": "1.0.1-6-next.7",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.7",
|
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.7",
|
||||||
"npm": "9.6.0"
|
"npm": "9.6.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
|
|
@ -261,10 +261,10 @@ importers:
|
||||||
e2e/cli/e2e-npm9:
|
e2e/cli/e2e-npm9:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@verdaccio/test-cli-commons': workspace:1.1.0-6-next.7
|
'@verdaccio/test-cli-commons': workspace:1.1.0-6-next.7
|
||||||
npm: 9.6.0
|
npm: 9.6.3
|
||||||
dependencies:
|
dependencies:
|
||||||
'@verdaccio/test-cli-commons': link:../cli-commons
|
'@verdaccio/test-cli-commons': link:../cli-commons
|
||||||
npm: 9.6.0
|
npm: 9.6.3
|
||||||
|
|
||||||
e2e/cli/e2e-pnpm6:
|
e2e/cli/e2e-pnpm6:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
@ -20307,8 +20307,8 @@ packages:
|
||||||
- which
|
- which
|
||||||
- write-file-atomic
|
- write-file-atomic
|
||||||
|
|
||||||
/npm/9.6.0:
|
/npm/9.6.3:
|
||||||
resolution: {integrity: sha512-BE7ZFIXSg5iiSrrFvcEDqZuCynfkKjIiLjq3vFgpogu0eMb7S6LUYSUPsSMp4m5ORRme7zDCRnaBdCWrxU3mVg==}
|
resolution: {integrity: sha512-KMAw6cJF5JGPJz/NtsU8H1sMqb34qPGnSMaSWrVO8bzxOdAXJNAtDXATvLl0lflrImIze1FZCqocM8wdIu3Sfg==}
|
||||||
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
Loading…
Reference in a new issue