-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4686 from coralproject/develop
v9.5.0
- Loading branch information
Showing
84 changed files
with
846 additions
and
611 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@coralproject/talk", | ||
"version": "9.4.1", | ||
"version": "9.5.0", | ||
"author": "The Coral Project", | ||
"homepage": "https://coralproject.net/", | ||
"sideEffects": [ | ||
|
@@ -126,7 +126,7 @@ | |
"metascraper-description": "^5.22.5", | ||
"metascraper-image": "^5.22.5", | ||
"metascraper-title": "^5.22.5", | ||
"mongodb": "^3.5.9", | ||
"mongodb": "^6.9.0", | ||
"mongodb-core": "^3.2.7", | ||
"ms": "^2.1.2", | ||
"node-fetch": "^2.6.1", | ||
|
@@ -201,7 +201,6 @@ | |
"@types/luxon": "^1.22.0", | ||
"@types/marked": "^0.7.3", | ||
"@types/mini-css-extract-plugin": "^1.4.3", | ||
"@types/mongodb": "3.1.22", | ||
"@types/ms": "^0.7.31", | ||
"@types/node": "^12.12.34", | ||
"@types/node-fetch": "^2.5.5", | ||
|
@@ -363,11 +362,6 @@ | |
"Newer versions has problems with using nunjucks.", | ||
"Update when the following issue is resolved:", | ||
"https://github.com/tj/consolidate.js/issues/244" | ||
], | ||
"@types/[email protected]": [ | ||
"Newer versions has problems with optional fields when querying with null", | ||
"Update when the following issue is resolved:", | ||
"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/47686" | ||
] | ||
}, | ||
"graphql-schema-linter": { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
3 changes: 3 additions & 0 deletions
3
server/src/core/server/app/middleware/passport/strategies/verifiers/jwt.spec.ts
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
3 changes: 3 additions & 0 deletions
3
server/src/core/server/app/middleware/passport/strategies/verifiers/sso.spec.ts
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.