Skip to content

Commit

Permalink
chore(deps): Bump the all group across 3 directories with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [ts-jest](https://github.com/kulshekhar/ts-jest), [axios](https://github.com/axios/axios) and [swagger-typescript-api](https://github.com/acacode/swagger-typescript-api) to permit the latest version.

Updates `ts-jest` from 29.2.4 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.4...v29.2.5)

Updates `axios` from 1.7.4 to 1.7.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.5)

Updates `swagger-typescript-api` from 13.0.21 to 13.0.22
- [Release notes](https://github.com/acacode/swagger-typescript-api/releases)
- [Commits](acacode/swagger-typescript-api@13.0.21...13.0.22)

Updates `ts-jest` to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.4...v29.2.5)

Updates `axios` to 1.7.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.5)

Updates `swagger-typescript-api` to 13.0.22
- [Release notes](https://github.com/acacode/swagger-typescript-api/releases)
- [Commits](acacode/swagger-typescript-api@13.0.21...13.0.22)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: swagger-typescript-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ts-jest
  dependency-type: direct:production
  dependency-group: all
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: all
- dependency-name: swagger-typescript-api
  dependency-type: direct:development
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 78eb8c4 commit 5cb9228
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 61 deletions.
2 changes: 1 addition & 1 deletion packages/config-jest-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node/jest-preset.js"
],
"dependencies": {
"ts-jest": "^29.2.4"
"ts-jest": "^29.2.5"
},
"devDependencies": {
"jest-environment-jsdom": "^29.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
"@types/jest": "^29.5.12",
"@types/node": "^22.5.0",
"jest": "^29.7.0",
"swagger-typescript-api": "^13.0.21",
"swagger-typescript-api": "^13.0.22",
"tsc-watch": "^6.2.0",
"tsup": "^8.2.4",
"typescript": "latest"
},
"dependencies": {
"@figmarine/cache": "workspace:*",
"@figmarine/logger": "workspace:*",
"axios": "^1.7.4",
"axios": "^1.7.5",
"axios-cache-interceptor": "^1.5.3"
}
}
80 changes: 22 additions & 58 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 5cb9228

Please sign in to comment.