diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 2565b59..e20ca6f 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -37,6 +37,6 @@ "dependencies": { "argue-cli": "^2.0.0", "dotenv": "^16.0.0", - "p-limit": "^4.0.0" + "p-limit": "^5.0.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9674fcd..0a312f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -221,8 +221,8 @@ importers: specifier: ^16.0.0 version: 16.3.1 p-limit: - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^5.0.0 + version: 5.0.0 publishDirectory: package packages: @@ -7214,6 +7214,14 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: yocto-queue: 1.0.0 + dev: true + + /p-limit@5.0.0: + resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} + engines: {node: '>=18'} + dependencies: + yocto-queue: 1.0.0 + dev: false /p-locate@2.0.0: resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==}