From 3bffef58aba52c42c912c32c5e6df0a9a5fcb3a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 09:10:34 +0000 Subject: [PATCH] Bump @tsed/json-mapper from 6.33.1 to 6.102.4 Bumps [@tsed/json-mapper](https://github.com/tsedio/tsed) from 6.33.1 to 6.102.4. - [Release notes](https://github.com/tsedio/tsed/releases) - [Changelog](https://github.com/tsedio/tsed/blob/production/release.config.js) - [Commits](https://github.com/tsedio/tsed/compare/v6.33.1...v6.102.4) --- updated-dependencies: - dependency-name: "@tsed/json-mapper" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d60f5c23..a0d152f4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tsed/core": "^6.33.1", "@tsed/di": "^6.33.1", "@tsed/exceptions": "^6.33.1", - "@tsed/json-mapper": "^6.33.1", + "@tsed/json-mapper": "^6.102.4", "@tsed/platform-aws": "^6.33.1", "@tsed/platform-express": "^6.33.1", "@tsed/schema": "^6.33.1", diff --git a/yarn.lock b/yarn.lock index eb9d2737..f899e17a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1754,7 +1754,7 @@ "@tsed/schema" "6.33.1" tslib "2.0.1" -"@tsed/json-mapper@6.33.1", "@tsed/json-mapper@^6.33.1": +"@tsed/json-mapper@6.33.1": version "6.33.1" resolved "https://registry.yarnpkg.com/@tsed/json-mapper/-/json-mapper-6.33.1.tgz#c0f5b61c1298513d124639eed4890f995176d09f" integrity sha512-/B18DNStxHykdM90FgQ2CH5b73+34kKG9iae+zMfjIfaXCRPTBjWiWiyMRP4eakSa/ENslgW3nS8JDfH2tZ1qQ== @@ -1762,6 +1762,13 @@ "@tsed/core" "6.33.1" tslib "2.0.1" +"@tsed/json-mapper@^6.102.4": + version "6.102.4" + resolved "https://registry.yarnpkg.com/@tsed/json-mapper/-/json-mapper-6.102.4.tgz#564606dbfd3e8d3df33aff1f71f000189258d372" + integrity sha512-LLHcUio0oxKkz9/1cnMGUQGUBs6Fq1xjMDP8lLE3guLPhjtYWzGGV2ddp0hZXy1KgP3W4beCY1x5+NLQ2DTvGw== + dependencies: + tslib "2.2.0" + "@tsed/logger@^5.12.0": version "5.12.0" resolved "https://registry.yarnpkg.com/@tsed/logger/-/logger-5.12.0.tgz#e67146151b368678cf34b57a82e93b5f46b757d9" @@ -8770,16 +8777,16 @@ tslib@2.1.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== +tslib@2.2.0, tslib@^2.0.3: + version "2.2.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c" + integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w== + tslib@^1.10.0, tslib@^1.9.0: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" - integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ== - tunnel-agent@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"