From bb901564e3cb3915b01096017f30eba02d866024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:21:16 +0000 Subject: [PATCH] Update dependency typescript to ^5.5.3 --- commafeed-client/package-lock.json | 8 ++++---- commafeed-client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 98e4541b..854c72be 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -63,7 +63,7 @@ "@vitejs/plugin-react": "^4.3.1", "babel-plugin-macros": "^3.1.0", "rollup-plugin-visualizer": "^5.12.0", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "vite": "^5.3.2", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0", @@ -8062,9 +8062,9 @@ } }, "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==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index fcfc051c..db4c5049 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -70,7 +70,7 @@ "@vitejs/plugin-react": "^4.3.1", "babel-plugin-macros": "^3.1.0", "rollup-plugin-visualizer": "^5.12.0", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "vite": "^5.3.2", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0",