From c6bf5f8db1321bc182819da5d44a66f1ebe71c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:49:03 +0000 Subject: [PATCH] Build(deps-dev): bump typescript in /services/iconist Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5. - [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.3.3...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/iconist/package-lock.json | 8 ++++---- services/iconist/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/iconist/package-lock.json b/services/iconist/package-lock.json index 440329a7c..f78206fae 100644 --- a/services/iconist/package-lock.json +++ b/services/iconist/package-lock.json @@ -31,7 +31,7 @@ "@vercel/node": "^3.0.25", "micro": "^10.0.1", "micro-dev": "^3.0.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "engines": { "node": ">=18.x" @@ -3238,9 +3238,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/services/iconist/package.json b/services/iconist/package.json index 80d334d37..b4b51c52c 100644 --- a/services/iconist/package.json +++ b/services/iconist/package.json @@ -33,6 +33,6 @@ "@types/feather-icons": "^4.29.4", "micro": "^10.0.1", "micro-dev": "^3.0.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" } }