Skip to content

Commit

Permalink
feat: upgrade p-limit from 1.1.0 to 6.1.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade p-limit from 1.1.0 to 6.1.0.

See this package in yarn:
p-limit

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/44f2d339-9e8a-4055-b04e-640b2f7ec92d?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 1, 2024
1 parent a70fb2c commit ffe8fda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"meow": "^7.1.0",
"minimatch": "^3.0.4",
"multimatch": "^2.1.0",
"p-limit": "^1.1.0",
"p-limit": "^6.1.0",
"parse-json": "^2.2.0",
"path-is-inside": "^1.0.2",
"pkg-up": "^2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3431,6 +3431,13 @@ p-limit@^2.2.0:
dependencies:
p-try "^2.0.0"

p-limit@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-6.1.0.tgz#d91f9364d3fdff89b0a45c70d04ad4e0df30a0e8"
integrity sha512-H0jc0q1vOzlEk0TqAKXKZxdl7kX3OFUzCnNVUnq5Pc3DGo0kpeaMuPqxQn235HibwBEb0/pm9dgKTjXy66fBkg==
dependencies:
yocto-queue "^1.1.1"

p-locate@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
Expand Down Expand Up @@ -4706,3 +4713,8 @@ yarn@^1.9.4:
version "1.9.4"
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.9.4.tgz#3b82d8446b652775723900b470d966861976924b"
integrity sha1-O4LYRGtlJ3VyOQC0cNlmhhl2kks=

yocto-queue@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.1.1.tgz#fef65ce3ac9f8a32ceac5a634f74e17e5b232110"
integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==

0 comments on commit ffe8fda

Please sign in to comment.