From 3fda9467828c6b9b49b39d21da991dbb040f555d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:22:35 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v5.4.4 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 00817ca0..88e9a6d8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "styled-components": "^6.0.8", "sweetalert2": "^11.7.28", "tinymce": "^6.6.0", - "typescript": "5.0.4" + "typescript": "5.4.4" }, "devDependencies": { "@commitlint/cli": "^17.3.0", diff --git a/yarn.lock b/yarn.lock index aa7f0ec3..5cf67041 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1834,7 +1834,7 @@ integrity sha512-MOkzsEp1Jk5bXuAsHsUi6BVv0zCO+7/2PTiZMXWDSsMXvNU6w/PLMQT2vHn8hy2i0JqojPz1Sz6rsFjHtsU0lA== dependencies: graphql "*" - + "@types/hast@^2.0.0": version "2.3.8" resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.8.tgz#4ac5caf38b262b7bd5ca3202dda71f0271635660" @@ -10061,10 +10061,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" - integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== +typescript@5.4.4: + version "5.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952" + integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw== typescript@^4.1.2: version "4.9.5"