Skip to content

Commit

Permalink
fix: add missing iban depdenceny
Browse files Browse the repository at this point in the history
fixes #69
  • Loading branch information
drodil committed Jan 4, 2024
1 parent e71f61b commit e68db07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"color-convert": "^2.0.1",
"crypto-hash": "^3.0.0",
"csvtojson": "^2.0.10",
"iban": "^0.0.14",
"jose": "^5.2.0",
"js-beautify": "^1.14.9",
"js-md2": "^0.2.2",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2704,6 +2704,7 @@ __metadata:
cross-fetch: ^3.1.5
crypto-hash: ^3.0.0
csvtojson: ^2.0.10
iban: ^0.0.14
jose: ^5.2.0
js-beautify: ^1.14.9
js-md2: ^0.2.2
Expand Down Expand Up @@ -11708,6 +11709,13 @@ __metadata:
languageName: node
linkType: hard

"iban@npm:^0.0.14":
version: 0.0.14
resolution: "iban@npm:0.0.14"
checksum: 91a94aa0bc461767e20b31677361d54778b8a3ab209db220950d7487c409e756a69bd683fab7f673ec782cee9bb1613bbba126f1fe351af2918acc549f232960
languageName: node
linkType: hard

"iconv-lite@npm:0.4.24, iconv-lite@npm:^0.4.24":
version: 0.4.24
resolution: "iconv-lite@npm:0.4.24"
Expand Down

0 comments on commit e68db07

Please sign in to comment.