From 84ef0e9523d9e77eb5daca26427f1c1aad0c2a90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:22:02 +0000 Subject: [PATCH] Update dependency typescript to ^5.6.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ccbcd0c6..78e49fcd 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "prettier-plugin-astro": "^0.14.1", "stylelint": "^16.8.2", "stylelint-config-standard": "^36.0.1", - "typescript": "^5.5.3" + "typescript": "^5.6.2" } } diff --git a/yarn.lock b/yarn.lock index e08690ab..156daa0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5176,10 +5176,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@^5.5.3: - version "5.5.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" - integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== +typescript@^5.6.2: + version "5.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" + integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== unbox-primitive@^1.0.2: version "1.0.2"