Skip to content

Commit

Permalink
chore(deps): bump axios from 1.7.7 to 1.7.8
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.8.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.8)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 980b999 commit 2faf5c4
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@middy/http-json-body-parser": "~6",
"@middy/http-response-serializer": "~6",
"aws-lambda": "^1.0.7",
"axios": "^1.7.7",
"axios": "^1.7.8",
"axios-retry": "^4.5.0",
"chalk": "^5.3.0",
"d3-array": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion gen/geojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"generate-openapi": "pwd && openapi-generator-cli generate && pnpm install && pnpm build"
},
"dependencies": {
"axios": "^1.7.7"
"axios": "^1.7.8"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.14.0",
Expand Down
2 changes: 1 addition & 1 deletion gen/met.no/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"generate-openapi": "openapi-generator-cli generate && pnpm install && pnpm build"
},
"dependencies": {
"axios": "^1.7.7"
"axios": "^1.7.8"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.14.0",
Expand Down
2 changes: 1 addition & 1 deletion gen/nominatim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"generate-openapi": "openapi-generator-cli generate && pnpm install && pnpm build"
},
"dependencies": {
"axios": "^1.7.7"
"axios": "^1.7.8"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.14.0",
Expand Down
41 changes: 26 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2faf5c4

Please sign in to comment.