From ecba3171bddab21d314fe3d1a4a4ebbb09ad8bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:19:41 +0000 Subject: [PATCH] chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /apps/documentation 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/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- apps/documentation/package-lock.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/documentation/package-lock.json b/apps/documentation/package-lock.json index d71f3c597..21c9a3356 100644 --- a/apps/documentation/package-lock.json +++ b/apps/documentation/package-lock.json @@ -21,7 +21,8 @@ "sharp": "^0.32.5", "swagger-ui-react": "^5.17.14", "tailwindcss": "^3.4.10", - "typescript": "^5.5.4" + "typescript": "^5.5.4", + "zod": "^3.23.8" } }, "node_modules/@alloc/quick-lru": { @@ -6390,9 +6391,9 @@ ] }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1"