From 585539ab5fd5ebaa9464b4a7e18b9ee2b07b5268 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 28 Oct 2022 06:58:23 +0200 Subject: [PATCH] chore(deps): update dependency typescript to v4.8.4 (#270) Co-authored-by: Ian Lewis --- 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 b14b95d..1c0b66b 100644 --- a/actions/installer/package-lock.json +++ b/actions/installer/package-lock.json @@ -23,7 +23,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": { @@ -2947,9 +2947,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", @@ -5223,9 +5223,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 958da86..cb06acc 100644 --- a/actions/installer/package.json +++ b/actions/installer/package.json @@ -30,6 +30,6 @@ "eslint-plugin-github": "4.4.0", "jasmine": "4.4.0", "prettier": "2.7.1", - "typescript": "4.8.2" + "typescript": "4.8.4" } }