From 3bae3a2712a4388805cd74b1ac70713236f53d73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Apr 2023 23:08:21 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 Signed-off-by: Renovate Bot --- actions/installer/package-lock.json | 16 ++++++++-------- actions/installer/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/actions/installer/package-lock.json b/actions/installer/package-lock.json index 205452034..23861b961 100644 --- a/actions/installer/package-lock.json +++ b/actions/installer/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-github": "4.6.1", "jasmine": "4.5.0", "prettier": "2.8.4", - "typescript": "4.9.5" + "typescript": "5.0.4" } }, "node_modules/@actions/core": { @@ -3292,16 +3292,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", + "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=12.20" } }, "node_modules/unbox-primitive": { @@ -5860,9 +5860,9 @@ } }, "typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", + "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", "dev": true }, "unbox-primitive": { diff --git a/actions/installer/package.json b/actions/installer/package.json index 50e7b662e..31f053142 100644 --- a/actions/installer/package.json +++ b/actions/installer/package.json @@ -30,6 +30,6 @@ "eslint-plugin-github": "4.6.1", "jasmine": "4.5.0", "prettier": "2.8.4", - "typescript": "4.9.5" + "typescript": "5.0.4" } }