From d0452a1203079d2d58a2c666644f068551e89d37 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Oct 2022 13:31:22 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.8.4 --- actions/installer/package-lock.json | 14 +++++++------- actions/installer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/actions/installer/package-lock.json b/actions/installer/package-lock.json index 6cd5c3e07..372f2e082 100644 --- a/actions/installer/package-lock.json +++ b/actions/installer/package-lock.json @@ -22,7 +22,7 @@ "eslint-plugin-github": "4.4.0", "jasmine": "4.4.0", "prettier": "2.7.1", - "typescript": "4.8.2" + "typescript": "4.8.4" } }, "node_modules/@actions/core": { @@ -2931,9 +2931,9 @@ } }, "node_modules/typescript": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", - "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -5195,9 +5195,9 @@ "dev": true }, "typescript": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", - "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "dev": true }, "unbox-primitive": { diff --git a/actions/installer/package.json b/actions/installer/package.json index f72f1504c..2ac228822 100644 --- a/actions/installer/package.json +++ b/actions/installer/package.json @@ -28,6 +28,6 @@ "eslint-plugin-github": "4.4.0", "jasmine": "4.4.0", "prettier": "2.7.1", - "typescript": "4.8.2" + "typescript": "4.8.4" } }