0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(deps): update dependency p-limit to v5 (#4800)

Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
renovate[bot] 2023-12-26 04:14:20 +00:00 committed by GitHub
parent 1787503c78
commit afdbbd0b52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View file

@ -59,7 +59,7 @@
"inquirer": "^9.0.0",
"nanoid": "^5.0.1",
"ora": "^6.1.2",
"p-limit": "^4.0.0",
"p-limit": "^5.0.0",
"p-queue": "^8.0.0",
"p-retry": "^6.0.0",
"pg-protocol": "^1.6.0",

View file

@ -152,8 +152,8 @@ importers:
specifier: ^6.1.2
version: 6.1.2
p-limit:
specifier: ^4.0.0
version: 4.0.0
specifier: ^5.0.0
version: 5.0.0
p-queue:
specifier: ^8.0.0
version: 8.0.1
@ -17716,6 +17716,13 @@ packages:
yocto-queue: 1.0.0
dev: false
/p-limit@5.0.0:
resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==}
engines: {node: '>=18'}
dependencies:
yocto-queue: 1.0.0
dev: false
/p-locate@4.1.0:
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
engines: {node: '>=8'}