From a693f5cd67e43fd60d6a02579b5056d70b9a4838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:51:23 +0000 Subject: [PATCH] Bump typescript from 5.3.3 to 5.5.3 in /.emacs.d/bin Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.5.3. - [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.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .emacs.d/bin/package.json | 2 +- .emacs.d/bin/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.emacs.d/bin/package.json b/.emacs.d/bin/package.json index c4fa456..1eb6f7b 100644 --- a/.emacs.d/bin/package.json +++ b/.emacs.d/bin/package.json @@ -9,7 +9,7 @@ "bash-language-server": "^5.3.3", "copilot-node-server": "^1.32.0", "dockerfile-language-server-nodejs": "^0.11.0", - "typescript": "^5.3.3", + "typescript": "^5.5.3", "typescript-language-server": "^4.3.3", "vscode-langservers-extracted": "^4.8.0", "yaml-language-server": "^1.14.0" diff --git a/.emacs.d/bin/yarn.lock b/.emacs.d/bin/yarn.lock index b7b2596..dce59be 100644 --- a/.emacs.d/bin/yarn.lock +++ b/.emacs.d/bin/yarn.lock @@ -824,9 +824,10 @@ typescript@^4.0.5: version "4.8.4" resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz" -typescript@^5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" +typescript@^5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== unbzip2-stream@1.4.3: version "1.4.3"