From 1164114248f68ccc998c3940311e14dafd53f8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 06:21:50 +0000 Subject: [PATCH] build(deps): bump minimatch from 3.0.4 to 3.0.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. - [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.0.4...v3.0.5) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/framework/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/package.json b/packages/framework/package.json index 5c89000e..cc1c03d0 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -82,7 +82,7 @@ "keygrip": "1.1.0", "micromatch": "^4.0.5", "mime-types": "2.1.27", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "moment-timezone": "^0.5.40", "mysql2": "^2.2.5", "nodemailer": "^6.8.0",