Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.0.4 to 5.2.2 (#749)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump typescript from 5.0.4 to 5.2.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.0.4...v5.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore(database): bump sequelize version

* chore: yarn.lock update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Konstantinos Kopanidis <[email protected]>
  • Loading branch information
dependabot[bot] and kkopanidis authored Jan 18, 2024
1 parent 8647c02 commit c97d5ec
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion libraries/grpc-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion libraries/hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"@types/node": "20.10.3",
"@types/object-hash": "^3.0.6",
"rimraf": "^5.0.5",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion libraries/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
},
"peerDependencies": {
"@grpc/grpc-js": "^1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion libraries/node-2fa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"jest": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion libraries/testing-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
4 changes: 2 additions & 2 deletions modules/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"object-hash": "^3.0.0",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.35.1",
"sequelize": "^6.35.2",
"sequelize-auto": "^0.8.8",
"sqlite3": "^5.1.7"
},
Expand All @@ -56,6 +56,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"rimraf": "^5.0.5",
"smtp-server": "^3.11.0",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@types/node": "20.10.3",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/push-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"copyfiles": "^2.4.1",
"ts-proto": "^1.160.0",
"rimraf": "^5.0.5",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"express": "~4.18.2",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/sms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion modules/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"express": "~4.18.2",
"rimraf": "^5.0.5",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-proto": "^1.160.0",
"typescript": "~5.0.4"
"typescript": "~5.2.2"
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3769,11 +3769,16 @@
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.5.tgz#25a71eb73eba95ac0e559ff3dd018fc08294acf6"
integrity sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==

"@types/validator@^13.11.5", "@types/validator@^13.7.17":
"@types/validator@^13.11.5":
version "13.11.7"
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.11.7.tgz#99e19760297667ae46b7069ec8b96cbfe0a08b98"
integrity sha512-q0JomTsJ2I5Mv7dhHhQLGjMvX0JJm5dyZ1DXQySIUzU1UlwzB8bt+R6+LODUbz0UDIOvEzGc28tk27gBJw2N8Q==

"@types/validator@^13.7.17":
version "13.11.8"
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.11.8.tgz#bb1162ec0fe6f87c95ca812f15b996fcc5e1e2dc"
integrity sha512-c/hzNDBh7eRF+KbCf+OoZxKbnkpaK/cKp9iLQWqB7muXtM+MtL9SUUH8vCFcLn6dH1Qm05jiexK0ofWY7TfOhQ==

"@types/webidl-conversions@*":
version "6.1.1"
resolved "https://registry.yarnpkg.com/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz#e33bc8ea812a01f63f90481c666334844b12a09e"
Expand Down Expand Up @@ -9501,9 +9506,9 @@ modify-values@^1.0.0, modify-values@^1.0.1:
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==

moment-timezone@^0.5.43:
version "0.5.43"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.43.tgz#3dd7f3d0c67f78c23cd1906b9b2137a09b3c4790"
integrity sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==
version "0.5.44"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.44.tgz#a64a4e47b68a43deeab5ae4eb4f82da77cdf595f"
integrity sha512-nv3YpzI/8lkQn0U6RkLd+f0W/zy/JnoR5/EyPz/dNkPTBjA2jNLCVxaiQ8QpeLymhSZvX0wCL5s27NQWdOPwAw==
dependencies:
moment "^2.29.4"

Expand Down Expand Up @@ -11496,10 +11501,10 @@ sequelize-pool@^7.1.0:
resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-7.1.0.tgz#210b391af4002762f823188fd6ecfc7413020768"
integrity sha512-G9c0qlIWQSK29pR/5U2JF5dDQeqqHRragoyahj/Nx4KOOQ3CPPfzxnfqFPCSB7x5UgjOgnZ61nSxz+fjDpRlJg==

sequelize@^6.35.1:
version "6.35.1"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.35.1.tgz#e640bc11a7a37f6fa23a92974b5e5ca20affd150"
integrity sha512-UlP5k33nJsN11wCDLaWZXw9bB8w4ESKc5QmG6D04qMimwBwKVNeqRJiaaBlEJdtg8cRK+OJh95dliP+uEi+g9Q==
sequelize@^6.35.2:
version "6.35.2"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-6.35.2.tgz#9276d24055a9a07bd6812c89ab402659f5853e70"
integrity sha512-EdzLaw2kK4/aOnWQ7ed/qh3B6/g+1DvmeXr66RwbcqSm/+QRS9X0LDI5INBibsy4eNJHWIRPo3+QK0zL+IPBHg==
dependencies:
"@types/debug" "^4.1.8"
"@types/validator" "^13.7.17"
Expand Down Expand Up @@ -12666,16 +12671,11 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

"typescript@>=3 < 6", "typescript@^4.6.4 || ^5.0.0", typescript@^5.0.4:
"typescript@>=3 < 6", "typescript@^4.6.4 || ^5.0.0", typescript@^5.2.2, typescript@~5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

typescript@~5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==

uglify-js@^3.1.4:
version "3.17.4"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
Expand Down

0 comments on commit c97d5ec

Please sign in to comment.