From 32427fa272936c41425aef619b25895c00386b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 14:12:26 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v4.7.4 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c61fdb3..917e48e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13804,9 +13804,9 @@ } }, "typescript": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz", - "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 5026798..558725d 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "sinon": "9.0.3", "stream-buffers": "3.0.2", "tempy": "0.7.0", - "typescript": "4.0.3" + "typescript": "4.7.4" }, "peerDependencies": { "semantic-release": ">=11.0.0 <18.0.0"