From be4ff8363efdfc65164f776fa7a20f56d6d4be7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:16:38 +0000 Subject: [PATCH] build(deps): bump picomatch from 3.0.1 to 4.0.1 Bumps [picomatch](https://github.com/micromatch/picomatch) from 3.0.1 to 4.0.1. - [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/3.0.1...4.0.1) --- updated-dependencies: - dependency-name: picomatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27df114..c7f2e04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "lilconfig": "3.1.1", "meow": "13.2.0", "nanospinner": "1.1.0", - "picomatch": "3.0.1" + "picomatch": "4.0.1" }, "bin": { "pure-index": "dist/bin/index.js" @@ -2015,11 +2015,11 @@ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, "node_modules/picomatch": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", - "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.1.tgz", + "integrity": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==", "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" diff --git a/package.json b/package.json index fbf9b3f..d3b36f0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "lilconfig": "3.1.1", "meow": "13.2.0", "nanospinner": "1.1.0", - "picomatch": "3.0.1" + "picomatch": "4.0.1" }, "engines": { "node": ">= 16"