From 9c673fa656f4886a424f198818073f41a001bc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 13:50:33 +0000 Subject: [PATCH] chore(deps): bump micromatch from 4.0.7 to 4.0.8 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 4f9d795..95a899f --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/mdx": "^2.0.13", "dayjs": "^1.11.13", "less": "^4.2.0", - "micromatch": "^4.0.7", + "micromatch": "^4.0.8", "next": "14.2.4", "next-plugin-less": "^1.0.2", "react": "18.3.1", diff --git a/yarn.lock b/yarn.lock index 4f6292c..12431ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6303,7 +6303,7 @@ __metadata: jest: "npm:^29.7.0" jest-environment-jsdom: "npm:^29.7.0" less: "npm:^4.2.0" - micromatch: "npm:^4.0.7" + micromatch: "npm:^4.0.8" next: "npm:14.2.4" next-plugin-less: "npm:^1.0.2" postcss: "npm:^8.4.38" @@ -6852,6 +6852,16 @@ __metadata: languageName: node linkType: hard +"micromatch@npm:^4.0.8": + version: 4.0.8 + resolution: "micromatch@npm:4.0.8" + dependencies: + braces: "npm:^3.0.3" + picomatch: "npm:^2.3.1" + checksum: 10c0/166fa6eb926b9553f32ef81f5f531d27b4ce7da60e5baf8c021d043b27a388fb95e46a8038d5045877881e673f8134122b59624d5cecbd16eb50a42e7a6b5ca8 + languageName: node + linkType: hard + "mime-db@npm:1.52.0": version: 1.52.0 resolution: "mime-db@npm:1.52.0"