Skip to content

Commit

Permalink
fix: update dependency read-pkg to v7.1.0 (#3015)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 8, 2022
1 parent 9130b5e commit 3b7b680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"read-pkg": "7.0.0",
"read-pkg": "7.1.0",
"require-from-string": "2.0.2",
"tar-fs": "2.1.1",
"tmp": "0.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7980,10 +7980,10 @@ read-pkg-up@^7.0.1:
read-pkg "^5.2.0"
type-fest "^0.8.1"

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

0 comments on commit 3b7b680

Please sign in to comment.