From d70da5cde3c82dbaeacc77c4f227a9b19bb6e5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 05:10:14 +0000 Subject: [PATCH] Bump minimatch from 3.1.2 to 7.4.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 7.4.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v7.4.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92bf0e7..ac3126b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "convert-source-map": "^1.9.0", - "minimatch": "^3.0.2", + "minimatch": "^7.4.2", "terser": "^5.15.1", "through2": "^4.0.2", "xtend": "^4.0.1"