From 16badfbf8004cdff4f4ba4de5a59bc39d3eeba92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:58:14 +0000 Subject: [PATCH] Bump picomatch from 4.0.1 to 4.0.4 in /packages/next Bumps [picomatch](https://github.com/micromatch/picomatch) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/4.0.1...4.0.4) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index 72dfee764b80f0..cff402496bc959 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -292,7 +292,7 @@ "p-queue": "6.6.2", "path-browserify": "1.0.1", "path-to-regexp": "6.3.0", - "picomatch": "4.0.1", + "picomatch": "4.0.4", "postcss-flexbugs-fixes": "5.0.2", "postcss-modules-extract-imports": "3.0.0", "postcss-modules-local-by-default": "4.2.0",