• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway-nest / 6008966407

29 Aug 2023 06:59AM UTC coverage: 92.436% (+0.02%) from 92.419%
6008966407

push

github

web-flow
Bump axios from 1.4.0 to 1.5.0 (#668)

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.5.0.
- [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.4.0...v1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

972 of 1164 branches covered (0.0%)

Branch coverage included in aggregate %.

4515 of 4772 relevant lines covered (94.61%)

73.37 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/routes/common/utils/utils.ts
1
export function isHex(value: unknown): boolean {
×
2
  return typeof value === 'string' && value.startsWith('0x');
×
3
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc