Skip to content

Commit

Permalink
Update dependency glob to v10.4.1 (#1027)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [glob](https://github.com/isaacs/node-glob) | [`10.3.16` -> `10.4.1`](https://renovatebot.com/diffs/npm/glob/10.3.16/10.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/glob/10.3.16/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/glob/10.3.16/10.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>isaacs/node-glob (glob)</summary>

### [`v10.4.1`](https://github.com/isaacs/node-glob/compare/v10.4.0...3cb1ed75b2631a567030131f422b961818bedf76)

[Compare Source](https://github.com/isaacs/node-glob/compare/v10.4.0...v10.4.1)

### [`v10.4.0`](https://github.com/isaacs/node-glob/compare/v10.3.16...f0bd1e848c3c36c094f7613d114fd69fcc880f73)

[Compare Source](https://github.com/isaacs/node-glob/compare/v10.3.16...v10.4.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
  • Loading branch information
renovate[bot] committed May 25, 2024
1 parent c12ddae commit fd5c100
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"conf": "12.0.0",
"cpy": "11.0.1",
"cross-spawn": "7.0.3",
"glob": "10.3.16",
"glob": "10.4.1",
"got": "14.2.1",
"prompts": "2.4.2",
"tar": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dist"
],
"dependencies": {
"glob": "10.3.16"
"glob": "10.4.1"
},
"devDependencies": {
"@types/glob": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"find-up": "7.0.0",
"fresh": "0.5.2",
"get-orientation": "1.1.2",
"glob": "10.3.16",
"glob": "10.4.1",
"gzip-size": "7.0.0",
"http-proxy": "1.18.1",
"https-browserify": "1.0.0",
Expand Down

0 comments on commit fd5c100

Please sign in to comment.