0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore(deps): update yarn to v4.0.1 (#4096)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-28 18:58:43 +02:00 committed by GitHub
parent 8bb974c4f6
commit 920ad82af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 322 additions and 322 deletions

File diff suppressed because one or more lines are too long

View file

@ -9,4 +9,4 @@ npmRegistryServer: "https://registry.npmjs.org"
plugins:
- ./yarn-plugins/plugin-postinstall.js
yarnPath: .yarn/releases/yarn-4.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs

View file

@ -168,5 +168,5 @@
"url": "https://opencollective.com/verdaccio",
"logo": "https://opencollective.com/verdaccio/logo.txt"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.0.1"
}