Skip to content

Commit 7cac76f

Browse files
fix(deps): replace dependency read-pkg-up with read-package-up ^11.0.0
1 parent d39503b commit 7cac76f

File tree

3 files changed

+130
-28
lines changed

3 files changed

+130
-28
lines changed

package-lock.json

Lines changed: 128 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"pkg-dir": "^7.0.0",
112112
"pretty-ms": "^8.0.0",
113113
"ps-list": "^8.0.0",
114-
"read-pkg-up": "^9.0.0",
114+
"read-package-up": "^11.0.0",
115115
"readdirp": "^3.4.0",
116116
"resolve": "^2.0.0-next.1",
117117
"rfdc": "^1.3.0",

packages/framework-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"p-filter": "^3.0.0",
6868
"p-locate": "^6.0.0",
6969
"process": "^0.11.10",
70-
"read-pkg-up": "^9.0.0",
70+
"read-package-up": "^11.0.0",
7171
"semver": "^7.3.8"
7272
},
7373
"devDependencies": {

0 commit comments

Comments
 (0)