Skip to content

Commit

Permalink
Update transitive dependencies (#1096)
Browse files Browse the repository at this point in the history
Update transitive dependencies and the packages ignored by licensee:

- `atomically`: available under MIT but this is not specified in the
  manifest. Fix contributed at:
  <fabiospampinato/atomically#11>
- `stubborn-fs`: available under MIT but this is not specified in the
  manifest. Fix contributed at:
  <fabiospampinato/stubborn-fs#2>
- `when-exit`: available under MIT but this is not specified in the
  manifest. Fix contributed at:
  <fabiospampinato/when-exit#3>

Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
ec-automation-bot[bot] and ericcornelissen authored Jul 27, 2024
1 parent 12d7996 commit ed3fd16
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 325 deletions.
5 changes: 4 additions & 1 deletion .licensee.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@
]
},
"packages": {
"atomically": "2.0.3",
"deep-freeze": "0.0.1",
"filter-iterator": "0.0.1",
"identity-function": "1.0.0"
"identity-function": "1.0.0",
"stubborn-fs": "1.2.5",
"when-exit": "2.1.3"
},
"corrections": true
}
Loading

0 comments on commit ed3fd16

Please sign in to comment.