From b5edef3ccff961d1d6b5ff51642223116c660df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 09:09:47 +0000 Subject: [PATCH] Bump @tsed/ajv from 6.33.1 to 6.68.1 Bumps [@tsed/ajv](https://github.com/tsedio/tsed) from 6.33.1 to 6.68.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.68.1) --- updated-dependencies: - dependency-name: "@tsed/ajv" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index d60f5c23..47a2cd43 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start:bundle": "cross-env NODE_ENV=production node dist/app.bundle.js" }, "dependencies": { - "@tsed/ajv": "^6.33.1", + "@tsed/ajv": "^6.68.1", "@tsed/common": "^6.33.1", "@tsed/core": "^6.33.1", "@tsed/di": "^6.33.1", diff --git a/yarn.lock b/yarn.lock index eb9d2737..5d952c2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1697,13 +1697,13 @@ request "^2.88.0" request-promise-native "^1.0.8" -"@tsed/ajv@^6.33.1": - version "6.33.1" - resolved "https://registry.yarnpkg.com/@tsed/ajv/-/ajv-6.33.1.tgz#128c30abdefb6a373d1d90c7eb2aee75d563ba37" - integrity sha512-bglGmaw1JgAkiwFPp+nCL2O+RijS6Vw+UttAw1+CW8OB+G54NS1kMM6YsRIDcJ0kstiFaP+zX+hcmPsU1aeXvA== +"@tsed/ajv@^6.68.1": + version "6.68.1" + resolved "https://registry.yarnpkg.com/@tsed/ajv/-/ajv-6.68.1.tgz#dedba8e9149cf52d7f82e0a6692ca431f3ad38da" + integrity sha512-5sHy0vUhtQ3GUiVYwvm4ytKUdt0hH7L5O0tCE6q8I0U/3MP2Ljx6oP6qmKX7JxeFD2vHahaAqMUCHIfJ2HwhmQ== dependencies: ajv-formats "1.5.1" - tslib "2.0.1" + tslib "2.2.0" "@tsed/common@^6.33.1": version "6.33.1" @@ -8770,16 +8770,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"