From b3e8a23bb5c422a1fdbea7c4d9e88c710ecd846c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:49:13 +0000 Subject: [PATCH] Build(deps-dev): bump typescript from 5.3.3 to 5.5.4 in /services/socky Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/socky/package-lock.json | 14 +++++++------- services/socky/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/socky/package-lock.json b/services/socky/package-lock.json index d4810f658..9819e8370 100644 --- a/services/socky/package-lock.json +++ b/services/socky/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@vercel/node": "^3.0.25", - "typescript": "^5.3.3" + "typescript": "^5.5.4" }, "engines": { "node": "20.x" @@ -2510,9 +2510,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -4459,9 +4459,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "dev": true }, "unbzip2-stream": { diff --git a/services/socky/package.json b/services/socky/package.json index 7d1c754c7..d862abf70 100644 --- a/services/socky/package.json +++ b/services/socky/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "@vercel/node": "^3.0.25", - "typescript": "^5.3.3" + "typescript": "^5.5.4" } }