From 093004d28d3527868a7c7bb5cd4af6af95a4cfc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 11:10:02 +0000 Subject: [PATCH] Bump ts-type from 1.2.40 to 3.0.1 Bumps [ts-type](https://github.com/bluelovers/ws-ts-type/tree/HEAD/packages/ts-type) from 1.2.40 to 3.0.1. - [Release notes](https://github.com/bluelovers/ws-ts-type/releases) - [Changelog](https://github.com/bluelovers/ws-ts-type/blob/master/packages/ts-type/CHANGELOG.md) - [Commits](https://github.com/bluelovers/ws-ts-type/commits/ts-type@3.0.1/packages/ts-type) --- updated-dependencies: - dependency-name: ts-type dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 609a9adb..dbe36f5e 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "random-words": "^1.1.1", "rimraf": "^3.0.2", "ts-node": "^9.1.1", - "ts-type": "^1.2.16", + "ts-type": "^3.0.1", "typescript": "^4.5.4" }, "lint-staged": { diff --git a/yarn.lock b/yarn.lock index 13e45cff..9f1832a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5050,24 +5050,25 @@ ts-node@^9.1.1: source-map-support "^0.5.17" yn "3.1.1" -ts-type@^1.2.16: - version "1.2.40" - resolved "https://registry.yarnpkg.com/ts-type/-/ts-type-1.2.40.tgz#db3ceb95281567fe72591b9a904488e85c5b74fe" - integrity sha512-Ux5e7Frys5pX7w8gYchEd0KfhG1H5puXOQC8yOBgMJ1aEwDSypeHLwxIUpKjecni1IGwtLI3JrxCVZaQO9JKmw== +ts-type@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ts-type/-/ts-type-3.0.1.tgz#b52e7623065e0beb43c77c426347d85cf81dff84" + integrity sha512-cleRydCkBGBFQ4KAvLH0ARIkciduS745prkGVVxPGvcRGhMMoSJUB7gNR1ByKhFTEYrYRg2CsMRGYnqp+6op+g== dependencies: - tslib "^2.3.0" + "@types/node" "*" + tslib ">=2" typedarray-dts "^1.0.0" +tslib@>=2, tslib@^2.0.0, tslib@^2.3.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@^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.0, tslib@^2.3.0, 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.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"