-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump mongoose from 5.13.10 to 6.0.10 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.10 to 6.0.10. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@5.13.10...6.0.10) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update workflow * Bump @open-template-hub/common from 2.1.15 to 3.0.1 Bumps [@open-template-hub/common](https://github.com/open-template-hub/common) from 2.1.15 to 3.0.1. - [Release notes](https://github.com/open-template-hub/common/releases) - [Commits](open-template-hub/common@2.1.15...3.0.1) --- updated-dependencies: - dependency-name: "@open-template-hub/common" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump typescript from 3.9.10 to 4.4.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 4.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.10...v4.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update readme * update description * update workflow * Workflow/dependency check * Bump nodemon from 1.19.4 to 2.0.14 Bumps [nodemon](https://github.com/remy/nodemon) from 1.19.4 to 2.0.14. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v1.19.4...v2.0.14) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Workflow/dependency check * Workflow/dependency check * Workflow/dependency check * Workflow/dependency check * Bump express-promise-router from 3.0.3 to 4.1.1 Bumps [express-promise-router](https://github.com/express-promise-router/express-promise-router) from 3.0.3 to 4.1.1. - [Release notes](https://github.com/express-promise-router/express-promise-router/releases) - [Changelog](https://github.com/express-promise-router/express-promise-router/blob/trunk/CHANGELOG.md) - [Commits](express-promise-router/express-promise-router@v3.0.3...v4.1.1) --- updated-dependencies: - dependency-name: express-promise-router dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Add app.json for Heroku Express Deploy * type def fix * update common * Workflow/dependency check * update dependencies Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent
7249196
commit 0103326
Showing
10 changed files
with
52 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ updates: | |
target-branch: 'workflow/dependency-update' | ||
labels: | ||
- 'workflow' | ||
milestone: 1 | ||
milestone: 2 |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "file-storage-server-template", | ||
"description": "File Storage Server Template is a generic open-source file storage server that has a simple yet powerful design to connect your business with third-party file storage provider companies (like AWS S3).", | ||
"website": "https://opentemplatehub.com/product/server/file-storage-server-template", | ||
"repository": "https://github.com/open-template-hub/file-storage-server-template", | ||
"logo": "https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/file-storage-server-logo.png", | ||
"keywords": [ | ||
"file-sorage", | ||
"download", | ||
"upload", | ||
"server", | ||
"template", | ||
"nodejs", | ||
"typescript", | ||
"mongodb", | ||
"mongoose", | ||
"aws", | ||
"aws-s3", | ||
"amazon", | ||
"amazon-web-services", | ||
"s3", | ||
"open template hub" | ||
] | ||
} |
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,19 +1,18 @@ | ||
<p align="center"> | ||
<a href="https://opentemplatehub.com"> | ||
<a href="https://opentemplatehub.com"> | ||
<img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/file-storage-server-logo.png" alt="Logo" width=200> | ||
</a> | ||
</p> | ||
|
||
|
||
<h1 align="center"> | ||
Open Template Hub - File Storage Server Template v2 | ||
Open Template Hub - File Storage Server Template v3 | ||
<br/> | ||
(outdated packages) | ||
</h1> | ||
|
||
Following packages are not updated in the develop branch yet. So, if you want to update outdated packages on your own risk, update the package.json and install dependencies. | ||
|
||
| Package | Current | Wanted | Latest | Location | | ||
| --- | --- | --- | --- | --- | | ||
|
||
<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table> | ||
|
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