From 1d1fa5b07f9e32aeedfd3804b7795b42da00b314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 09:07:12 +0000 Subject: [PATCH] Bump @tsed/core from 6.33.1 to 6.133.1 Bumps [@tsed/core](https://github.com/tsedio/tsed) from 6.33.1 to 6.133.1. - [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.133.1) --- updated-dependencies: - dependency-name: "@tsed/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d60f5c23..3708aa53 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@tsed/ajv": "^6.33.1", "@tsed/common": "^6.33.1", - "@tsed/core": "^6.33.1", + "@tsed/core": "^6.133.1", "@tsed/di": "^6.33.1", "@tsed/exceptions": "^6.33.1", "@tsed/json-mapper": "^6.33.1", diff --git a/yarn.lock b/yarn.lock index eb9d2737..c175ef11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1727,7 +1727,7 @@ tslib "2.0.1" uuid "8.3.2" -"@tsed/core@6.33.1", "@tsed/core@^6.33.1": +"@tsed/core@6.33.1": version "6.33.1" resolved "https://registry.yarnpkg.com/@tsed/core/-/core-6.33.1.tgz#09feb2fa023d372d129ecb004f3456b95ffad49e" integrity sha512-AXh3YM7OurdepHYJnC6sNc4gLRJX4UFJGr1RYMo2r8PBk+8h0VRnYkL/mtSu2InVFfk+SnXbd8eu9gw3axkNfg== @@ -1737,6 +1737,14 @@ source-map-support "0.5.19" tslib "2.0.1" +"@tsed/core@^6.133.1": + version "6.133.1" + resolved "https://registry.yarnpkg.com/@tsed/core/-/core-6.133.1.tgz#d3fefaefa03aa48c1b6158ae2feea77962564481" + integrity sha512-IzdNjHIPbnMVg+JH7etOVYErA25Blf1RMk+grKplbt3nMuOjeXLcH2oUxZt6T7nZsi2+SFL3Ty97BBu4dWPuCQ== + dependencies: + reflect-metadata "^0.1.13" + tslib "2.4.0" + "@tsed/di@6.33.1", "@tsed/di@^6.33.1": version "6.33.1" resolved "https://registry.yarnpkg.com/@tsed/di/-/di-6.33.1.tgz#5b28826e0d3748196f514ae9c0bf8b1cb73c0ee5" @@ -8770,16 +8778,16 @@ tslib@2.1.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a" integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A== +tslib@2.4.0, tslib@^2.0.3: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== + 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"