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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-07 10:29:33 +00:00 committed by GitHub
parent 8241bed475
commit d4b3ca632e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
"@fastify/view": "^10.0.1", "@fastify/view": "^10.0.1",
"@txtdot/plugins": "workspace:*", "@txtdot/plugins": "workspace:*",
"@txtdot/sdk": "workspace:*", "@txtdot/sdk": "workspace:*",
"axios": "^1.6.8", "axios": "^1.7.4",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"ejs": "^3.1.10", "ejs": "^3.1.10",
"fastify": "^5.0.0", "fastify": "^5.0.0",
@ -34,7 +34,7 @@
"isomorphic-dompurify": "^2.10.0", "isomorphic-dompurify": "^2.10.0",
"json-schema-to-ts": "^3.1.0", "json-schema-to-ts": "^3.1.0",
"linkedom": "^0.18.0", "linkedom": "^0.18.0",
"micromatch": "^4.0.5", "micromatch": "^4.0.8",
"sharp": "^0.33.3" "sharp": "^0.33.3"
}, },
"devDependencies": { "devDependencies": {