diff --git a/apps/desktop/main/package.json b/apps/desktop/main/package.json index 952e9f82..6ecc3368 100644 --- a/apps/desktop/main/package.json +++ b/apps/desktop/main/package.json @@ -18,7 +18,7 @@ "@babel/preset-env": "^7.16.4", "@babel/preset-react": "^7.16.0", "@nestjs/common": "^8.2.3", - "@nestjs/core": "^8.2.3", + "@nestjs/core": "^9.0.5", "@nestjs/event-emitter": "^1.0.0", "@nestjs/platform-express": "^8.2.3", "@nestjs/platform-socket.io": "^8.2.3", diff --git a/apps/desktop/main/yarn.lock b/apps/desktop/main/yarn.lock index c9b978dc..973ffe37 100644 --- a/apps/desktop/main/yarn.lock +++ b/apps/desktop/main/yarn.lock @@ -1004,17 +1004,17 @@ tslib "2.3.1" uuid "8.3.2" -"@nestjs/core@^8.2.3": - version "8.2.3" - resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-8.2.3.tgz#26fb3858df586b00362d1bd492ba432698590d67" - integrity sha512-CP/Z+uTEdblTZQXRf+xvZHvESZ6v2vxX/YaRcpJDv/ytgxxOafmOJ/RDKSzNOGBkt8kVwYNFpWXzzll4P5AJ0g== +"@nestjs/core@^9.0.5": + version "9.0.5" + resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.0.5.tgz#b4cb8f8b0c1d234a840f06e265717d4a24f8d224" + integrity sha512-41BBJlsquasVrGeRWNYb74Fwsc+oB5EmKC/hioQJAhGqIw5Kr5AcdEoEFaMKFzNLAPbU6c/nVW8T8CrvtQbQww== dependencies: "@nuxtjs/opencollective" "0.3.2" fast-safe-stringify "2.1.1" iterare "1.2.1" - object-hash "2.2.0" + object-hash "3.0.0" path-to-regexp "3.2.0" - tslib "2.3.1" + tslib "2.4.0" uuid "8.3.2" "@nestjs/event-emitter@^1.0.0": @@ -3280,6 +3280,11 @@ object-hash@2.2.0: resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== +object-hash@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" + integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== + object-inspect@^1.9.0: version "1.11.0" resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1" @@ -4094,11 +4099,16 @@ truncate-utf8-bytes@^1.0.0: dependencies: utf8-byte-length "^1.0.1" -tslib@2.3.1, tslib@^2.3.1: +tslib@2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== +tslib@2.4.0, tslib@^2.3.1: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== + tslib@~2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"