From 2cf9dcd83643bf60f62f9e7adc1c646552cff5ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Dec 2021 17:19:15 +0000 Subject: [PATCH] deps:chore - update dependency typescript to v4.5.4 Signed-off-by: Renovate Bot --- e2e/cypress/package-lock.json | 14 +++++++------- e2e/cypress/package.json | 2 +- manager/package.json | 2 +- manager/yarn.lock | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/e2e/cypress/package-lock.json b/e2e/cypress/package-lock.json index 0d56de69f..22e632ef5 100644 --- a/e2e/cypress/package-lock.json +++ b/e2e/cypress/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "cypress": "7.7.0", "tslint": "6.1.3", - "typescript": "4.4.4" + "typescript": "4.5.4" } }, "node_modules/@babel/code-frame": { @@ -2082,9 +2082,9 @@ } }, "node_modules/typescript": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", - "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -3794,9 +3794,9 @@ "dev": true }, "typescript": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", - "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true }, "universalify": { diff --git a/e2e/cypress/package.json b/e2e/cypress/package.json index fdff23a73..ded7ff580 100644 --- a/e2e/cypress/package.json +++ b/e2e/cypress/package.json @@ -13,7 +13,7 @@ "devDependencies": { "cypress": "7.7.0", "tslint": "6.1.3", - "typescript": "4.4.4" + "typescript": "4.5.4" }, "dependencies": { "axios": "0.24.0", diff --git a/manager/package.json b/manager/package.json index 303af8f1d..98cf3aab6 100644 --- a/manager/package.json +++ b/manager/package.json @@ -88,7 +88,7 @@ "eslint-plugin-styled-components-a11y": "0.0.34", "eslint-plugin-testing-library": "5.0.1", "prettier": "2.5.1", - "typescript": "4.4.4" + "typescript": "4.5.4" }, "resolutions": { "immer": "9.0.7", diff --git a/manager/yarn.lock b/manager/yarn.lock index 5fb955625..9b74cd1cc 100644 --- a/manager/yarn.lock +++ b/manager/yarn.lock @@ -12867,10 +12867,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.4.4: - version "4.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" - integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== +typescript@4.5.4: + version "4.5.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" + integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== uc.micro@^1.0.1: version "1.0.6"