-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Update dependencies due critical warnings (#86)
**User-Facing Changes** N/A **Description** Those dependencies were flagged as outdated due critical security issues during dependabot runnings: - protobufjs - @babel/traverse (it is part of @babel/core) **Checklist** - [x] The web version was tested and it is running ok - [x] The desktop version was tested and it is running ok - [x] The release version was updated on package.json files If you face some errors when running the web application, proceed clean install to solve them.
- Loading branch information
1 parent
ef068b7
commit dcf89e4
Showing
4 changed files
with
187 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,6 @@ | |
"@protobufjs/base64": "1.1.2", | ||
"flatbuffers": "23.5.26", | ||
"flatbuffers_reflection": "0.0.7", | ||
"protobufjs": "patch:[email protected].4#../../patches/protobufjs.patch" | ||
"protobufjs": "patch:[email protected].5#../../patches/protobufjs.patch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.