Skip to content

Commit 02a37ef

Browse files
committed
Update dependency notes
1 parent f4df6b7 commit 02a37ef

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

DEPENDENCY-NOTES.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As of Feb Nov 21:
1+
As of Mar 8, 2026:
22

33
The `npm outdated` command reports some dependencies as outdated. They are not being updated at this time for the reasons given below:
44

@@ -11,10 +11,3 @@ The `npm outdated` command reports some dependencies as outdated. They are not b
1111
- `junk`: major version 4 is an esmodule.
1212
- `title-case`: major version 4 is an esmodule.
1313
- `yaml`: changes to `Document.toString()` behavior makes the comments in the config file produced by `sushi init` move around a bunch.
14-
15-
The `npm audit` command reports two vulnerabilities that we currently cannot resolve:
16-
17-
- `lodash`: bundled as a dependency in `fhir` and cannot be overridden. I've asked the maintainers to update the dependency.
18-
See: https://github.com/lantanagroup/FHIR.js/issues/72
19-
- `minimatch`: multiple dependencies use this (mainly dev dependencies) but have not updated yet. We cannot override because
20-
the API has changed and is not compatible with the dependencies that use it.

0 commit comments

Comments
 (0)