From 752d5aee4578eb2f7fa3ad258df140ef16bf7098 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:37:36 +0000 Subject: [PATCH] Update dependency typescript to v5.4.4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89d20e407..9a982fb5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -112,7 +112,7 @@ "stylelint-config-standard-scss": "13.1.0", "stylelint-prettier": "5.0.0", "tracked-built-ins": "3.3.0", - "typescript": "5.4.3", + "typescript": "5.4.4", "webpack": "5.91.0", "webpack-subresource-integrity-embroider": "0.1.3" }, @@ -50461,9 +50461,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 0c6a6c961..2dead7116 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "stylelint-config-standard-scss": "13.1.0", "stylelint-prettier": "5.0.0", "tracked-built-ins": "3.3.0", - "typescript": "5.4.3", + "typescript": "5.4.4", "webpack": "5.91.0", "webpack-subresource-integrity-embroider": "0.1.3" },