From 62ec22579dd7ea923de06a5e6d656c7e97b07ec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 21:09:29 +0000 Subject: [PATCH] Update dependency glob to v10.4.3 (#2227) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.4.2` -> `10.4.3`](https://renovatebot.com/diffs/npm/glob/10.3.12/10.4.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/10.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/10.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/glob/10.3.12/10.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/glob/10.3.12/10.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
isaacs/node-glob (glob) ### [`v10.4.3`](https://togithub.com/isaacs/node-glob/compare/v10.4.2...c14b787771f269651f27f6207aaf410fe171f0b6) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.2...v10.4.3) ### [`v10.4.2`](https://togithub.com/isaacs/node-glob/compare/v10.4.1...eef7ea35afe511079c5bf83862ed57ece2bbf7fa) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) ### [`v10.4.1`](https://togithub.com/isaacs/node-glob/compare/v10.4.0...v10.4.1) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.4.0...v10.4.1) ### [`v10.4.0`](https://togithub.com/isaacs/node-glob/compare/v10.3.16...v10.4.0) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.16...v10.4.0) ### [`v10.3.16`](https://togithub.com/isaacs/node-glob/compare/v10.3.15...v10.3.16) [Compare Source](https://togithub.com/isaacs/node-glob/compare/v10.3.15...v10.3.16) ### [`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)
--- ### 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). --- package.json | 2 +- packages/eslint-plugin-next/package.json | 2 +- packages/next/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8e25fe645f..901a406984 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "form-data": "4.0.0", "fs-extra": "11.2.0", "get-port": "7.1.0", - "glob": "10.4.2", + "glob": "10.4.3", "gzip-size": "7.0.0", "html-validator": "6.0.1", "http-proxy": "1.18.1", diff --git a/packages/eslint-plugin-next/package.json b/packages/eslint-plugin-next/package.json index 88b417e3b8..79d83a74ec 100644 --- a/packages/eslint-plugin-next/package.json +++ b/packages/eslint-plugin-next/package.json @@ -12,7 +12,7 @@ "dist" ], "dependencies": { - "glob": "10.4.2" + "glob": "10.4.3" }, "devDependencies": { "@types/glob": "8.1.0", diff --git a/packages/next/package.json b/packages/next/package.json index 2da73acc78..8c6a631fdb 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -231,7 +231,7 @@ "find-up": "7.0.0", "fresh": "0.5.2", "get-orientation": "1.1.2", - "glob": "10.4.2", + "glob": "10.4.3", "gzip-size": "7.0.0", "http-proxy": "1.18.1", "http-proxy-agent": "7.0.2",