From 80097951db50a74be9b1c4012fc5c7c089ff979b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:06:59 +0000 Subject: [PATCH] Update dependency typescript to ^5.5.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a796a5b..0889801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.24.0", "astro": "^4.0.1", "sharp": "^0.33.4", - "typescript": "^5.5.2" + "typescript": "^5.5.3" } }, "node_modules/@ampproject/remapping": { @@ -7605,9 +7605,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 742143b..6880822 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "@astrojs/starlight": "^0.24.0", "astro": "^4.0.1", "sharp": "^0.33.4", - "typescript": "^5.5.2" + "typescript": "^5.5.3" } } \ No newline at end of file