Skip to content

Commit

Permalink
fix(deps): bump module-alias and @types/module-alias
Browse files Browse the repository at this point in the history
Bumps [module-alias](https://github.com/ilearnio/module-alias) and [@types/module-alias](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/module-alias). These dependencies needed to be updated together.

Updates `module-alias` from 2.2.2 to 2.2.3
- [Commits](https://github.com/ilearnio/module-alias/commits)

Updates `@types/module-alias` from 2.0.1 to 2.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/module-alias)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and baumandm committed Jan 5, 2024
1 parent 543d050 commit d48605a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lodash": "4.17.21",
"luxon": "3.2.1",
"mime": "3.0.0",
"module-alias": "2.2.2",
"module-alias": "2.2.3",
"nanoid": "3.3.4",
"node-cache": "5.1.2",
"node-html-parser": "3.3.6",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@types/lodash": "4.14.202",
"@types/luxon": "3.2.0",
"@types/mime": "2.0.3",
"@types/module-alias": "2.0.1",
"@types/module-alias": "2.0.4",
"@types/node": "18.15.11",
"@types/parsimmon": "1.10.9",
"@types/supertest": "6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/convertbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"express-async-errors": "3.1.1",
"helmet": "5.1.0",
"http-status-codes": "2.2.0",
"module-alias": "2.2.2",
"module-alias": "2.2.3",
"reflect-metadata": "0.1.13",
"tmp-promise": "3.0.3"
},
Expand All @@ -38,7 +38,7 @@
"@types/dotenv-flow": "3.2.0",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/module-alias": "2.0.1",
"@types/module-alias": "2.0.4",
"@types/node": "18.15.11",
"@types/tmp": "0.2.6",
"@typescript-eslint/eslint-plugin": "5.30.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@slack/bolt": "3.17.0",
"dotenv-flow": "3.2.0",
"express": "4.18.1",
"module-alias": "2.2.2",
"module-alias": "2.2.3",
"reflect-metadata": "0.1.13",
"tmp-promise": "3.0.3"
},
"devDependencies": {
"@types/dotenv-flow": "3.2.0",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/module-alias": "2.0.1",
"@types/module-alias": "2.0.4",
"@types/node": "18.15.11",
"@types/tmp": "0.2.6",
"@typescript-eslint/eslint-plugin": "5.30.6",
Expand Down

0 comments on commit d48605a

Please sign in to comment.