From f8cc70e9b063fde272b65bb3fa02ebb159171a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 05:14:02 +0000 Subject: [PATCH] Bump micromatch from 4.0.5 to 4.0.8 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 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.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: direct:production ... 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 9f3223186..f09a16d36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "iconv-lite": "0.6.3", "latex-utensils": "6.2.0", "mathjax-full": "3.2.2", - "micromatch": "4.0.5", + "micromatch": "4.0.8", "pdfjs-dist": "4.3.136", "tmp": "0.2.3", "workerpool": "9.1.1", @@ -4205,11 +4205,11 @@ "integrity": "sha512-kYmyrCirqJf3zZ9t/0wGgRZ4/ZJw//VwaRVGA75C4nhE60vtnIzhl9J9ndkX/h6hxSN7pjg/cE0VxbnNM+bnDQ==" }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { diff --git a/package.json b/package.json index a1732caad..ab830bd94 100644 --- a/package.json +++ b/package.json @@ -2580,7 +2580,7 @@ "iconv-lite": "0.6.3", "latex-utensils": "6.2.0", "mathjax-full": "3.2.2", - "micromatch": "4.0.5", + "micromatch": "4.0.8", "pdfjs-dist": "4.3.136", "tmp": "0.2.3", "workerpool": "9.1.1",