0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

fix(deps): update dependency pnpm to v6.20.3 (#2632)

This commit is contained in:
renovate[bot] 2021-11-06 10:20:20 +01:00 committed by GitHub
parent 136771eb39
commit ccdb8c7176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1244,7 +1244,7 @@ importers:
fs-extra: 10.0.0
get-port: 5.1.1
npm: 7.24.2
pnpm: 6.14.6
pnpm: 6.20.3
request: 2.87.0
semver: 7.3.5
wait-on: ^6.0.0
@ -1252,7 +1252,7 @@ importers:
dependencies:
debug: 4.3.2
npm: 7.24.2
pnpm: 6.14.6
pnpm: 6.20.3
request: 2.87.0
yarn: 1.22.17
devDependencies:
@ -16815,8 +16815,8 @@ packages:
resolution: {integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==}
dev: true
/pnpm/6.14.6:
resolution: {integrity: sha512-PwBdhK7q/QqM8erzDuNu8a85bPNLV4Q3X6G0AFItogwhjDKEtJGKSIIGnvtq8AqnB2r1S9DGAOrQ8yqRJHU8xA==}
/pnpm/6.20.3:
resolution: {integrity: sha512-t16XiTxKTO+QdpsT3hBnlNN33T1JDCi+dtcVrT8ckJHt8bDQW4ax9hOYe4jtz9tUIxT0JhzYeDiyd5fiGMnu+w==}
engines: {node: '>=12.17'}
hasBin: true
dev: false

View file

@ -5,7 +5,7 @@
"dependencies": {
"debug": "4.3.2",
"npm": "7.24.2",
"pnpm": "6.14.6",
"pnpm": "6.20.3",
"request": "2.87.0",
"yarn": "1.22.17"
},