From 0e7fbcc8ba93498989dc57132395cdb104335660 Mon Sep 17 00:00:00 2001 From: Julia Afeltra Date: Tue, 3 Sep 2024 11:29:24 -0400 Subject: [PATCH] Update DEPENDENCY-NOTES for outstanding updates --- DEPENDENCY-NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEPENDENCY-NOTES.md b/DEPENDENCY-NOTES.md index 0eeedd5..c913d90 100644 --- a/DEPENDENCY-NOTES.md +++ b/DEPENDENCY-NOTES.md @@ -1,3 +1,5 @@ The `npm outdated` command reports some dependencies as outdated. They are not being updated at this time for the reasons given below: -- `@types/node`: don't update until Node 22 is LTS version (currently Node 20). +- `@types/node`: Don't update until Node 22 is LTS version (currently Node 20). +- `antlr4` and `@types/antlr4`: Updating ANLTR requires additional updates. Revisit this upgrade when time permits. +- `chai`: Chai v5 is an esmodule.