Skip to content

Commit bb1d58b

Browse files
authoredDec 30, 2024··
fix(deps): update dependency p-map to v7 (#5968)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3774b9b commit bb1d58b

File tree

3 files changed

+8
-35
lines changed

3 files changed

+8
-35
lines changed
 

‎package-lock.json

+6-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"p-every": "^2.0.0",
105105
"p-filter": "^3.0.0",
106106
"p-locate": "^6.0.0",
107-
"p-map": "^6.0.0",
107+
"p-map": "^7.0.0",
108108
"p-reduce": "^3.0.0",
109109
"path-exists": "^5.0.0",
110110
"path-type": "^5.0.0",

‎packages/zip-it-and-ship-it/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"merge-options": "^3.0.4",
6464
"minimatch": "^9.0.0",
6565
"normalize-path": "^3.0.0",
66-
"p-map": "^5.0.0",
66+
"p-map": "^7.0.0",
6767
"path-exists": "^5.0.0",
6868
"precinct": "^11.0.0",
6969
"require-package-name": "^2.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.