Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
deps: update dependency p-limit to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent 8afbfcc commit 7498b17
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"conventional-changelog-writer": "^5.0.1",
"conventional-commits-parser": "^3.2.4",
"p-limit": "^3.1.0"
"p-limit": "^4.0.0"
},
"devDependencies": {
"@monodeploy/git": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prepack": "run workspace:build \"$(pwd)\""
},
"dependencies": {
"p-limit": "^3.1.0"
"p-limit": "^4.0.0"
},
"devDependencies": {
"@monodeploy/dependencies": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"conventional-commits-parser": "^3.2.4",
"micromatch": "^4.0.5",
"p-limit": "^3.1.0",
"p-limit": "^4.0.0",
"semver": "^7.3.8"
},
"devDependencies": {
Expand Down
22 changes: 19 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ __metadata:
"@yarnpkg/fslib": ^2.10.1
conventional-changelog-writer: ^5.0.1
conventional-commits-parser: ^3.2.4
p-limit: ^3.1.0
p-limit: ^4.0.0
peerDependencies:
"@monodeploy/git": "workspace:^3.7.4"
"@monodeploy/io": "workspace:^3.7.4"
Expand Down Expand Up @@ -2887,7 +2887,7 @@ __metadata:
"@yarnpkg/fslib": ^2.10.1
"@yarnpkg/plugin-npm": ^2.7.3
"@yarnpkg/plugin-pack": ^3.1.4
p-limit: ^3.1.0
p-limit: ^4.0.0
peerDependencies:
"@monodeploy/dependencies": "workspace:^3.7.4"
"@monodeploy/git": "workspace:^3.7.4"
Expand Down Expand Up @@ -3000,7 +3000,7 @@ __metadata:
"@yarnpkg/plugin-pack": ^3.1.4
conventional-commits-parser: ^3.2.4
micromatch: ^4.0.5
p-limit: ^3.1.0
p-limit: ^4.0.0
semver: ^7.3.8
peerDependencies:
"@monodeploy/changelog": "workspace:^3.7.4"
Expand Down Expand Up @@ -16423,6 +16423,15 @@ __metadata:
languageName: node
linkType: hard

"p-limit@npm:^4.0.0":
version: 4.0.0
resolution: "p-limit@npm:4.0.0"
dependencies:
yocto-queue: ^1.0.0
checksum: 01d9d70695187788f984226e16c903475ec6a947ee7b21948d6f597bed788e3112cc7ec2e171c1d37125057a5f45f3da21d8653e04a3a793589e12e9e80e756b
languageName: node
linkType: hard

"p-locate@npm:^3.0.0":
version: 3.0.0
resolution: "p-locate@npm:3.0.0"
Expand Down Expand Up @@ -21844,6 +21853,13 @@ __metadata:
languageName: node
linkType: hard

"yocto-queue@npm:^1.0.0":
version: 1.0.0
resolution: "yocto-queue@npm:1.0.0"
checksum: 2cac84540f65c64ccc1683c267edce396b26b1e931aa429660aefac8fbe0188167b7aee815a3c22fa59a28a58d898d1a2b1825048f834d8d629f4c2a5d443801
languageName: node
linkType: hard

"yoga-layout-prebuilt@npm:^1.10.0":
version: 1.10.0
resolution: "yoga-layout-prebuilt@npm:1.10.0"
Expand Down

0 comments on commit 7498b17

Please sign in to comment.