-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: revert mongoose v6.0.13 and related dependency update, update mo…
…ngoose to v5.13.13 (#3219) * Revert "feat(deps): update mongoose to v6.0.13, update mongoose dependencies likewise (#3093)" This reverts commit d5ada10. # Conflicts: # package-lock.json # package.json # src/app/models/form.server.model.ts * fix: update package-lock pinned mongoose to prior version before unlocking it due to type changes in minor patch versions of mongoose... * fix: add missing ClientSession import * feat: update mongoose v5.13.5 to v5.13.13 snyk doesn't allow vulnerabilities....... which 5.13.5 contains oops * fix: mongoose v5.13.13 type updates in models * fix(test): convert mockingoose mocks to normal jest spy mocks * feat: remove unused mockingoose package
- Loading branch information
Showing
59 changed files
with
39,159 additions
and
14,166 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.