From a4487ab0331cc7024b31c2e753e21b1914415f0e Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Thu, 21 Mar 2024 05:09:07 -0700 Subject: [PATCH] chore(deps): upgrade compiler dependencies (#2333) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-core/actions/runs/8374583629 ------ *Automatically created by projen via the "upgrade-compiler-dependencies-2.x" workflow* --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 56b528e68d..e1575c3cdd 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "projen": "^0.80.11", "standard-version": "^9", "ts-jest": "^27", - "typescript": "~5.4.2" + "typescript": "~5.4.3" }, "peerDependencies": { "constructs": "^10" diff --git a/yarn.lock b/yarn.lock index 63f4eead8c..ab2f7b3e16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5900,10 +5900,10 @@ typescript@~5.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== -typescript@~5.4.2: - version "5.4.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" - integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== +typescript@~5.4.3: + version "5.4.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" + integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== uglify-js@^3.1.4: version "3.17.4"