Skip to content

Commit e7a45e6

Browse files
authored
Fix bignumber.js dependency failure (#34)
### Description Inaccurate in clearlydefined: https://clearlydefined.io/definitions/npm/npmjs/-/bignumber.js/9.3.1 Tried to open an issue there to fix it, but it keeps failing so gave up. License is clearly just MIT Slack thread here: https://hex-tech-hq.slack.com/archives/C031PKY8CAZ/p1769205901050439 ### Testing
2 parents ab899d3 + 3d35ddc commit e7a45e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
# (https://github.com/clearlydefined/curated-data/pull/30203)
7878
# npm/canvas: Temporary addition due to ClearlyDefined error
7979
# (https://github.com/clearlydefined/curated-data/pull/32066)
80+
# npm/bignumber.js: ClearlyDefined error showing inaccurate license
8081
allow-dependencies-licenses: >-
8182
pkg:npm/%2540lancedb/lancedb,
8283
pkg:npm/%2540lancedb/lancedb-darwin-arm64,
@@ -99,6 +100,7 @@ jobs:
99100
pkg:npm/nested-obj,
100101
pkg:pypi/charset-normalizer,
101102
pkg:maven/com.google.errorprone/error_prone_annotations,
102-
pkg:npm/canvas
103+
pkg:npm/canvas,
104+
pkg:npm/bignumber.js
103105
104106
comment-summary-in-pr: on-failure

0 commit comments

Comments
 (0)