Skip to content

Commit

Permalink
fix(deps): bump read-pkg from 8.1.0 to 9.0.1
Browse files Browse the repository at this point in the history
Bumps [read-pkg](https://github.com/sindresorhus/read-pkg) from 8.1.0 to 9.0.1.
- [Release notes](https://github.com/sindresorhus/read-pkg/releases)
- [Commits](sindresorhus/read-pkg@v8.1.0...v9.0.1)

---
updated-dependencies:
- dependency-name: read-pkg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 776d56e commit 4d0d7f2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"nerf-dart": "^1.0.0",
"read-pkg": "^8.0.0",
"read-pkg": "^9.0.1",
"semver": "^7.3.8"
},
"devDependencies": {
Expand Down
22 changes: 21 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6222,6 +6222,19 @@ __metadata:
languageName: node
linkType: hard

"read-pkg@npm:^9.0.1":
version: 9.0.1
resolution: "read-pkg@npm:9.0.1"
dependencies:
"@types/normalize-package-data": "npm:^2.4.3"
normalize-package-data: "npm:^6.0.0"
parse-json: "npm:^8.0.0"
type-fest: "npm:^4.6.0"
unicorn-magic: "npm:^0.1.0"
checksum: 5544bea2a58c6e5706db49a96137e8f0768c69395f25363f934064fbba00bdcdaa326fcd2f4281741df38cf81dbf27b76138240dc6de0ed718cf650475e0de3c
languageName: node
linkType: hard

"read@npm:^2.0.0":
version: 2.0.0
resolution: "read@npm:2.0.0"
Expand Down Expand Up @@ -6527,7 +6540,7 @@ __metadata:
nerf-dart: "npm:^1.0.0"
p-retry: "npm:6.1.0"
prettier: "npm:3.1.0"
read-pkg: "npm:^8.0.0"
read-pkg: "npm:^9.0.1"
semantic-release: "npm:22.0.8"
semver: "npm:^7.3.8"
sinon: "npm:17.0.1"
Expand Down Expand Up @@ -7502,6 +7515,13 @@ __metadata:
languageName: node
linkType: hard

"unicorn-magic@npm:^0.1.0":
version: 0.1.0
resolution: "unicorn-magic@npm:0.1.0"
checksum: 9b4d0e9809807823dc91d0920a4a4c0cff2de3ebc54ee87ac1ee9bc75eafd609b09d1f14495e0173aef26e01118706196b6ab06a75fe0841028b3983a8af313f
languageName: node
linkType: hard

"unified@npm:^9.2.2":
version: 9.2.2
resolution: "unified@npm:9.2.2"
Expand Down

0 comments on commit 4d0d7f2

Please sign in to comment.