Skip to content

Commit

Permalink
Update dependency glob to v10.3.15 (#1932)
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://togithub.com/isaacs/node-glob) | [`10.3.14` -> `10.3.15`](https://renovatebot.com/diffs/npm/glob/10.3.12/10.3.15) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/10.3.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/10.3.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/glob/10.3.12/10.3.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/glob/10.3.12/10.3.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v10.3.15`](https://togithub.com/isaacs/node-glob/compare/v10.3.14...921c4b91d49a8b38c48087279bad42785503cfbb)

[Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.14...v10.3.15)

### [`v10.3.14`](https://togithub.com/isaacs/node-glob/compare/v10.3.13...4da30cd93831047441f726fd6335e607e9b03c4a)

[Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.13...v10.3.14)

### [`v10.3.13`](https://togithub.com/isaacs/node-glob/compare/v10.3.12...d6a9d05d150f18e9db4278dfb71ba104b2b5b7c0)

[Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.12...v10.3.13)

</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/Nextjs).
  • Loading branch information
renovate[bot] authored May 12, 2024
1 parent dd63a89 commit d1943aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"form-data": "4.0.0",
"fs-extra": "11.2.0",
"get-port": "7.1.0",
"glob": "10.3.14",
"glob": "10.3.15",
"gzip-size": "7.0.0",
"html-validator": "6.0.1",
"http-proxy": "1.18.1",
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.14"
"glob": "10.3.15"
},
"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 @@ -231,7 +231,7 @@
"find-up": "7.0.0",
"fresh": "0.5.2",
"get-orientation": "1.1.2",
"glob": "10.3.14",
"glob": "10.3.15",
"gzip-size": "7.0.0",
"http-proxy": "1.18.1",
"http-proxy-agent": "7.0.2",
Expand Down

0 comments on commit d1943aa

Please sign in to comment.