From 1c3c85112e9b2a9ba266c5ae995287360cb9670d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:24:02 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.5.3 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae896db..6d00706 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "sass-loader": "13", "semantic-release": "^18.0.1", "style-loader": "^3.3.1", - "typescript": "^4.5.3" + "typescript": "^5.2.2" }, "config": { "commitizen": { diff --git a/yarn.lock b/yarn.lock index 9497d53..f9e1d5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13619,11 +13619,16 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" -typescript@^4.4.3, typescript@^4.5.3: +typescript@^4.4.3: version "4.5.3" resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz" integrity sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ== +typescript@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== + uglify-js@^3.1.4: version "3.14.4" resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.4.tgz"