435 Commits

Author SHA1 Message Date
5d6caedc1d
Merge pull request #190 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.7.0
Bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.7.0
2023-09-18 07:12:46 +02:00
dependabot[bot]
b5a19dbd49
Bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.7.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.4.1 to 6.7.0.
- [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/v6.7.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 04:28:10 +00:00
8d80de02fc
Merge pull request #189 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/parser-6.7.0
Bump @typescript-eslint/parser from 6.6.0 to 6.7.0
2023-09-18 06:25:19 +02:00
e2217870ea
Merge pull request #186 from LicenseAPI/dependabot/npm_and_yarn/nodemailer-and-types/nodemailer-6.9.5
Bump nodemailer and @types/nodemailer
2023-09-18 06:25:08 +02:00
dependabot[bot]
28bd63d6de
Bump nodemailer and @types/nodemailer
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) and [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer). These dependencies needed to be updated together.

Updates `nodemailer` from 6.9.4 to 6.9.5
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.4...v6.9.5)

Updates `@types/nodemailer` from 6.4.9 to 6.4.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 04:59:49 +00:00
dependabot[bot]
95d11e6a34
Bump @typescript-eslint/parser from 6.6.0 to 6.7.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 04:58:54 +00:00
89ea345301
Merge pull request #188 from LicenseAPI/dependabot/npm_and_yarn/mongoose-7.5.1
Bump mongoose from 7.4.5 to 7.5.1
2023-09-12 06:58:09 +02:00
dependabot[bot]
be97c93517
Bump mongoose from 7.4.5 to 7.5.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.5 to 7.5.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.4.5...7.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-12 04:55:42 +00:00
cc83c78fc8
Updated the license.ts 2023-09-10 13:39:18 +02:00
83e4c7b70e
Fixed a bug in the account.ts controller 2023-09-09 18:52:01 +02:00
5e4028b48b
Updated the account.ts controller 2023-09-09 18:48:35 +02:00
96a0b418f2
Enabled cors inside the server.ts 2023-09-09 16:18:09 +02:00
119446d563
Added the cors dependency to the package.json 2023-09-09 16:17:56 +02:00
17cdba6b65
Merge pull request #182 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/parser-6.6.0
Bump @typescript-eslint/parser from 6.4.1 to 6.6.0
2023-09-09 14:26:14 +02:00
dependabot[bot]
79d0eff200
Bump @typescript-eslint/parser from 6.4.1 to 6.6.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.1 to 6.6.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-09 12:24:35 +00:00
4c2c2d2ad5
Merge pull request #183 from LicenseAPI/dependabot/npm_and_yarn/eslint-8.49.0
Bump eslint from 8.47.0 to 8.49.0
2023-09-09 14:23:50 +02:00
dependabot[bot]
f94e7f95cf
Bump eslint from 8.47.0 to 8.49.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.49.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.47.0...v8.49.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-09-09 12:18:31 +00:00
f0f58a7c92
Merge pull request #181 from LicenseAPI/dependabot/npm_and_yarn/types/node-20.5.9
Bump @types/node from 20.5.6 to 20.5.9
2023-09-09 14:17:48 +02:00
34eadd816d
Merge pull request #180 from LicenseAPI/dependabot/npm_and_yarn/joi-17.10.1
Bump joi from 17.9.2 to 17.10.1
2023-09-09 14:16:04 +02:00
a98dcf3589
Merge pull request #176 from LicenseAPI/dependabot/npm_and_yarn/typescript-5.2.2
Bump typescript from 5.1.6 to 5.2.2
2023-09-09 14:12:25 +02:00
b1cb24957f
Updated the release.yml 2023-09-09 14:05:01 +02:00
916c81db42
Updated the release.yml 2023-09-09 13:59:06 +02:00
3b688ec7f9
Updated the release.yml 2023-09-09 13:54:30 +02:00
5f3122349f
Created the release.yml workflow 2023-09-09 13:45:58 +02:00
62f9831a05
Created a Dockerfile 2023-09-09 13:40:17 +02:00
12dbec32cb
Migrated the info.ts route to the PROJECT_VERSION env variable 2023-09-09 13:39:45 +02:00
445edc9853
Added the PROJECT_VERSION variable in the package.json 2023-09-09 13:38:34 +02:00
e55fca06e7
Added the rootDir in the tsconfig.json 2023-09-09 13:33:24 +02:00
dependabot[bot]
7df71e0826
Bump @types/node from 20.5.6 to 20.5.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.6 to 20.5.9.
- [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-09-04 04:11:21 +00:00
dependabot[bot]
fc43344f65
Bump joi from 17.9.2 to 17.10.1
Bumps [joi](https://github.com/hapijs/joi) from 17.9.2 to 17.10.1.
- [Commits](https://github.com/hapijs/joi/compare/v17.9.2...v17.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 04:14:13 +00:00
dependabot[bot]
df8703820d
Bump typescript from 5.1.6 to 5.2.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 04:26:51 +00:00
5ea0324415
Merge pull request #174 from LicenseAPI/dependabot/npm_and_yarn/mongoose-7.4.5
Bump mongoose from 7.4.3 to 7.4.5
2023-08-27 10:53:20 +02:00
20cad5e9af
Merge pull request #173 from LicenseAPI/dependabot/npm_and_yarn/types/node-20.5.6
Bump @types/node from 20.5.1 to 20.5.6
2023-08-27 10:52:34 +02:00
dependabot[bot]
4c085b4aa3
Bump @types/node from 20.5.1 to 20.5.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.1 to 20.5.6.
- [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-08-27 08:50:27 +00:00
75191361ad
Merge pull request #169 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/parser-6.4.1
Bump @typescript-eslint/parser from 6.4.0 to 6.4.1
2023-08-27 10:49:40 +02:00
dependabot[bot]
0dfc89d3bc
Bump @typescript-eslint/parser from 6.4.0 to 6.4.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.1/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-27 08:45:58 +00:00
b457c6542a
Merge pull request #168 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.4.1
Bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.4.1
2023-08-27 10:45:09 +02:00
dependabot[bot]
6b7e282324
Bump mongoose from 7.4.3 to 7.4.5
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.3 to 7.4.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.4.3...7.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-27 08:43:28 +00:00
77441f241c
Merge pull request #167
Bump bcrypt from 5.1.0 to 5.1.1
2023-08-27 10:42:37 +02:00
dependabot[bot]
9d7bbb933f
Bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.4.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.4.0 to 6.4.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/v6.4.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-08-22 04:35:50 +00:00
dependabot[bot]
e402d57b0f
Bump bcrypt from 5.1.0 to 5.1.1
Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases)
- [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v5.1.0...v5.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-22 04:35:22 +00:00
eab1334416
Merge pull request #164 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.4.0
Bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.4.0
2023-08-21 16:28:40 +02:00
dependabot[bot]
95aaf0bce6
Bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.4.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.3.0 to 6.4.0.
- [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/v6.4.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 14:26:48 +00:00
ac509f1270
Merge pull request #165 from LicenseAPI/dependabot/npm_and_yarn/typescript-eslint/parser-6.4.0
Bump @typescript-eslint/parser from 6.3.0 to 6.4.0
2023-08-21 16:25:00 +02:00
dependabot[bot]
aa477e08a4
Bump @typescript-eslint/parser from 6.3.0 to 6.4.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 14:22:26 +00:00
84c56128a3
Merge pull request #166 from LicenseAPI/dependabot/npm_and_yarn/types/node-20.5.1
Bump @types/node from 20.4.10 to 20.5.1
2023-08-21 16:22:01 +02:00
ec430e35b5
Merge pull request #162 from LicenseAPI/dependabot/npm_and_yarn/mongoose-7.4.3
Bump mongoose from 7.4.2 to 7.4.3
2023-08-21 16:21:42 +02:00
5a222abc1f
Merge pull request #161 from LicenseAPI/dependabot/npm_and_yarn/eslint-8.47.0
Bump eslint from 8.46.0 to 8.47.0
2023-08-21 16:21:12 +02:00
dependabot[bot]
4ad7853095
Bump @types/node from 20.4.10 to 20.5.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.10 to 20.5.1.
- [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-08-21 04:46:49 +00:00
dependabot[bot]
52c1e7a820
Bump mongoose from 7.4.2 to 7.4.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.4.2 to 7.4.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.4.2...7.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 04:35:24 +00:00