From d4b3ca632ed03d831fa16b4b9c9cf65a0280d8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:29:33 +0000 Subject: [PATCH] Build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /packages/server directory: [axios](https://github.com/axios/axios) and [micromatch](https://github.com/micromatch/micromatch). Updates `axios` from 1.6.8 to 1.7.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.8...v1.7.4) Updates `micromatch` from 4.0.5 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.5...4.0.8) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: micromatch dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/server/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/package.json b/packages/server/package.json index 459dbb8..04babe1 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -25,7 +25,7 @@ "@fastify/view": "^10.0.1", "@txtdot/plugins": "workspace:*", "@txtdot/sdk": "workspace:*", - "axios": "^1.6.8", + "axios": "^1.7.4", "dotenv": "^16.3.1", "ejs": "^3.1.10", "fastify": "^5.0.0", @@ -34,7 +34,7 @@ "isomorphic-dompurify": "^2.10.0", "json-schema-to-ts": "^3.1.0", "linkedom": "^0.18.0", - "micromatch": "^4.0.5", + "micromatch": "^4.0.8", "sharp": "^0.33.3" }, "devDependencies": {