From 2c20fa651b3278c468d85647cf0872ebec711000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:01:17 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.4.3 to 5.4.4 in /templates (#9838) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- templates/package-lock.json | 14 +++++++------- templates/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/package-lock.json b/templates/package-lock.json index 32fce9665b4..29321036352 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -43,7 +43,7 @@ "stylelint": "^15.10.3", "stylelint-config-standard-scss": "^11.1.0", "ts-jest": "^29.1.2", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "yargs": "^17.7.2" } }, @@ -10285,9 +10285,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", @@ -17951,9 +17951,9 @@ } }, "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 }, "ua-parser-js": { diff --git a/templates/package.json b/templates/package.json index e85ec55740f..45f3da808b3 100644 --- a/templates/package.json +++ b/templates/package.json @@ -52,7 +52,7 @@ "stylelint": "^15.10.3", "stylelint-config-standard-scss": "^11.1.0", "ts-jest": "^29.1.2", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "yargs": "^17.7.2" } }