Skip to content

Commit 3b7b680

Browse files
fix: update dependency read-pkg to v7.1.0 (#3015)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9130b5e commit 3b7b680

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

@packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"execa": "^5.0.0",
4545
"fs-extra": "^10.0.0",
46-
"read-pkg": "7.0.0",
46+
"read-pkg": "7.1.0",
4747
"require-from-string": "2.0.2",
4848
"tar-fs": "2.1.1",
4949
"tmp": "0.2.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7980,10 +7980,10 @@ read-pkg-up@^7.0.1:
79807980
read-pkg "^5.2.0"
79817981
type-fest "^0.8.1"
79827982

7983-
read-pkg@7.0.0:
7984-
version "7.0.0"
7985-
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-7.0.0.tgz#7009094a9cd58c7efc325d31f1f6cfce1928fa00"
7986-
integrity sha512-oG2cKegOo2gjy/hrAM+KFHD9IqKdQvWcpWBBxuHbaucziM9PY45EuF6YbenLF7tL9ekXgB6Lfruo9hwdHQZUrA==
7983+
read-pkg@7.1.0:
7984+
version "7.1.0"
7985+
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-7.1.0.tgz#438b4caed1ad656ba359b3e00fd094f3c427a43e"
7986+
integrity sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==
79877987
dependencies:
79887988
"@types/normalize-package-data" "^2.4.1"
79897989
normalize-package-data "^3.0.2"

0 commit comments

Comments
 (0)