20 Commits

Author SHA1 Message Date
971089c7e8
Merge pull request #6 from QuickByteHosting/dependabot/npm_and_yarn/joi-17.9.2
Bump joi from 17.9.1 to 17.9.2
2023-04-26 07:58:36 +02:00
1db6022f12
Merge pull request #5 from QuickByteHosting/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.1
Bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1
2023-04-26 07:49:46 +02:00
dependabot[bot]
54e6bad5ab
Bump joi from 17.9.1 to 17.9.2
Bumps [joi](https://github.com/hapijs/joi) from 17.9.1 to 17.9.2.
- [Release notes](https://github.com/hapijs/joi/releases)
- [Commits](https://github.com/hapijs/joi/compare/v17.9.1...v17.9.2)

---
updated-dependencies:
- dependency-name: joi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 00:09:45 +00:00
dependabot[bot]
06417ad38c
Bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.0 to 5.59.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 00:09:28 +00:00
3ab28d4359
Merge pull request #4 from QuickByteHosting/dependabot/npm_and_yarn/types/node-18.16.0
Bump @types/node from 18.15.12 to 18.16.0
2023-04-23 13:16:53 +02:00
dependabot[bot]
37e09f978d
Bump @types/node from 18.15.12 to 18.16.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.12 to 18.16.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-23 11:15:40 +00:00
097ac8c4a1
Merge pull request #2 from QuickByteHosting/dependabot/npm_and_yarn/eslint-8.39.0
Bump eslint from 8.38.0 to 8.39.0
2023-04-23 13:14:48 +02:00
dependabot[bot]
ceee3fd073
Bump eslint from 8.38.0 to 8.39.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.39.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-22 00:03:51 +00:00
7ede70c405
Merge pull request #1 from QuickByteHosting/dependabot/npm_and_yarn/types/node-18.15.12
Bump @types/node from 18.15.11 to 18.15.12
2023-04-20 13:05:03 +02:00
dependabot[bot]
16ac190200
Bump @types/node from 18.15.11 to 18.15.12
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 18.15.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 00:04:39 +00:00
5b4ddd1693 Created the ci workflow 2023-04-18 21:04:13 +00:00
0ecc0fb301 Created the dependabot.yml 2023-04-18 21:03:58 +00:00
c6acd32178 Created the .eslintrc.json 2023-04-18 21:02:48 +00:00
675e01a5d0 Created the prettierrc.json 2023-04-18 21:02:19 +00:00
63fdd636c6 Created the server.ts 2023-04-18 21:01:49 +00:00
246e9f51dd Created the yarn.lock 2023-04-18 21:01:26 +00:00
2e77c90700 Created the package.json 2023-04-18 21:01:14 +00:00
8326c8e4a0 Created the tsconfig.json 2023-04-18 21:00:58 +00:00
bb00789ec3 Created the .gitignore 2023-04-18 21:00:00 +00:00
401411d77e
Initial commit 2023-04-17 19:31:51 +02:00