Skip to content

Commit

Permalink
fix(deps): bump read-pkg from 8.1.0 to 9.0.1 (#238)
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.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/read-pkg/releases">read-pkg's
releases</a>.</em></p>
<blockquote>
<h2>v9.0.1</h2>
<ul>
<li>Internal changes  dadadd1</li>
</ul>
<p><a
href="https://github.com/sindresorhus/read-pkg/compare/v9.0.0...v9.0.1">https://github.com/sindresorhus/read-pkg/compare/v9.0.0...v9.0.1</a></p>
<h2>v9.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 18  c7aa6cd</li>
</ul>
<p><a
href="https://github.com/sindresorhus/read-pkg/compare/v8.1.0...v9.0.0">https://github.com/sindresorhus/read-pkg/compare/v8.1.0...v9.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/read-pkg/commit/a3732e2307e6a47d22600fa769debfa557b3690a"><code>a3732e2</code></a>
9.0.1</li>
<li><a
href="https://github.com/sindresorhus/read-pkg/commit/dadadd1305f842e90e02a9b071526f62dcaa4bc5"><code>dadadd1</code></a>
Minor tweaks</li>
<li><a
href="https://github.com/sindresorhus/read-pkg/commit/896b075b66bc3d410edb9ba52caa5e81569f24b6"><code>896b075</code></a>
9.0.0</li>
<li><a
href="https://github.com/sindresorhus/read-pkg/commit/c7aa6cd6c0620a8bfa82affaea4f3f039216f128"><code>c7aa6cd</code></a>
Require Node.js 18</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/read-pkg/compare/v8.1.0...v9.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=read-pkg&package-manager=npm_and_yarn&previous-version=8.1.0&new-version=9.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 288d15c commit 03864dc
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 03864dc

Please sign in to comment.