Skip to content

Commit d5a3c67

Browse files
authored
Merge pull request #1159 from maxmind/dependabot/npm_and_yarn/snakecase-keys-5.5.0
Bump snakecase-keys from 5.4.6 to 5.5.0
2 parents 0aa6958 + 97d39d7 commit d5a3c67

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/request/transaction-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ export default class TransactionReport {
8484
}
8585

8686
public toString(): string {
87-
return JSON.stringify(snakecaseKeys(this));
87+
return JSON.stringify(snakecaseKeys(this as Record<string, unknown>));
8888
}
8989
}

0 commit comments

Comments
 (0)