From 17acd2437b306572daf2b79626f3a0f0683f049e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:47:18 +0000 Subject: [PATCH] Update dependency typescript to v5.1.3 --- ghost/admin-x-settings/package.json | 2 +- ghost/collections/package.json | 2 +- ghost/i18n/package.json | 2 +- ghost/in-memory-repository/package.json | 2 +- ghost/post-revisions/package.json | 2 +- ghost/signup-form/package.json | 2 +- yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ghost/admin-x-settings/package.json b/ghost/admin-x-settings/package.json index 2e66a9fd6e..42b003c8a0 100644 --- a/ghost/admin-x-settings/package.json +++ b/ghost/admin-x-settings/package.json @@ -80,7 +80,7 @@ "storybook": "7.0.18", "stylelint": "15.6.1", "tailwindcss": "3.3.2", - "typescript": "5.0.4", + "typescript": "5.1.3", "vite": "4.3.9", "vite-plugin-svgr": "3.2.0", "vitest": "0.31.4" diff --git a/ghost/collections/package.json b/ghost/collections/package.json index 5967ac0bf8..564080d21d 100644 --- a/ghost/collections/package.json +++ b/ghost/collections/package.json @@ -25,7 +25,7 @@ "mocha": "10.2.0", "sinon": "15.0.4", "ts-node": "10.9.1", - "typescript": "5.0.4" + "typescript": "5.1.3" }, "dependencies": { "@tryghost/errors": "^1.2.25", diff --git a/ghost/i18n/package.json b/ghost/i18n/package.json index ddba8c0130..9ba1ef567f 100644 --- a/ghost/i18n/package.json +++ b/ghost/i18n/package.json @@ -28,7 +28,7 @@ "c8": "7.13.0", "i18next-parser": "8.0.0", "mocha": "10.2.0", - "typescript": "5.0.4" + "typescript": "5.1.3" }, "dependencies": { "i18next": "22.5.0" diff --git a/ghost/in-memory-repository/package.json b/ghost/in-memory-repository/package.json index 63e0397cc3..46e3e5d258 100644 --- a/ghost/in-memory-repository/package.json +++ b/ghost/in-memory-repository/package.json @@ -25,7 +25,7 @@ "mocha": "10.2.0", "sinon": "15.0.4", "ts-node": "10.9.1", - "typescript": "5.0.4" + "typescript": "5.1.3" }, "dependencies": { "@tryghost/nql": "^0.11.0" diff --git a/ghost/post-revisions/package.json b/ghost/post-revisions/package.json index 0238a25d08..d77d1f0d17 100644 --- a/ghost/post-revisions/package.json +++ b/ghost/post-revisions/package.json @@ -25,7 +25,7 @@ "mocha": "10.2.0", "sinon": "15.0.3", "ts-node": "10.9.1", - "typescript": "5.0.4" + "typescript": "5.1.3" }, "dependencies": {} } diff --git a/ghost/signup-form/package.json b/ghost/signup-form/package.json index a4ef91161c..56ca882f5a 100644 --- a/ghost/signup-form/package.json +++ b/ghost/signup-form/package.json @@ -70,7 +70,7 @@ "storybook": "7.0.18", "stylelint": "15.6.1", "tailwindcss": "3.3.2", - "typescript": "5.0.4", + "typescript": "5.1.3", "vite": "4.3.9", "vite-plugin-svgr": "3.2.0", "vitest": "0.31.4" diff --git a/yarn.lock b/yarn.lock index cdeba8b259..5129d1dc0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31927,10 +31927,10 @@ typescript-memoize@^1.0.0-alpha.3, typescript-memoize@^1.0.1: resolved "https://registry.yarnpkg.com/typescript-memoize/-/typescript-memoize-1.1.1.tgz#02737495d5df6ebf72c07ba0d002e8f4cf5ccfa0" integrity sha512-GQ90TcKpIH4XxYTI2F98yEQYZgjNMOGPpOgdjIBhaLaWji5HPWlRnZ4AeA1hfBxtY7bCGDJsqDDHk/KaHOl5bA== -typescript@5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" - integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== +typescript@5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== "typescript@^3 || ^4", typescript@^4.2.4: version "4.9.5"