Skip to content

Commit

Permalink
Workflow/version update (#112)
Browse files Browse the repository at this point in the history
* Release/dependency update (#111)

* Bump axios from 0.21.4 to 0.22.0

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.22.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v0.22.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update workflow

* Bump ts-node from 8.10.2 to 10.3.0

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 10.3.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v8.10.2...v10.3.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump axios from 0.22.0 to 0.23.0

Bumps [axios](https://github.com/axios/axios) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>

* 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>

* update readme

* update description

* fix typo

* update workflow

* Workflow/dependency check

* Workflow/dependency check

* Bump axios from 0.23.0 to 0.24.0

Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* 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>

* added app.json for Heroku Express Deploy

* axios header fix

* update common

* Workflow/dependency check

* dependency update

* update package.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: version bump to 3.1.0

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Automated Version Bump <gh-action-bump-version@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 13, 2021
1 parent 9668c82 commit 55e17e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auth-server-template",
"description": "Auth Server Template is a generic open-source authentication server that has a simple yet powerful design to connect your business with all OAuth 2.0 and OAuth supporting third-party companies (like Google, Facebook, Twitter, or LinkedIn). It also supports a basic username-password authentication system.",
"version": "3.0.1",
"version": "3.1.0",
"license": "MIT",
"main": "auth-server.main.ts",
"scripts": {
Expand Down

0 comments on commit 55e17e6

Please sign in to comment.