From 91b4931b76203aaf05fb2dc35d0d5b43ad7840c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Oct 2024 22:09:46 +0000 Subject: [PATCH] Update dependency typescript to v5.6.3 --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e505bc..3be8e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "copyfiles": "^2.4.1", "eslint": "^9.5.0", - "typescript": "^5.4.5" + "typescript": "^5.6.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -2258,9 +2258,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "license": "Apache-2.0", "bin": { @@ -2445,8 +2445,8 @@ "devDependencies": { "@types/express": "^5.0.0", "@types/ws": "^8.5.10", - "express": "^4.21.1", - "typescript": "^5.4.5", + "express": "^4.19.2", + "typescript": "^5.6.3", "ws": "^8.17.1" } } -- 2.45.2