Skip to content

Commit 07ecbfb

Browse files
Bump typescript from 5.5.3 to 5.5.4 (#1389)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.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](microsoft/TypeScript@v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99fb6c3 commit 07ecbfb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"ts-jest": "^29.2.2",
8383
"ts-node-dev": "^2.0.0",
8484
"tslint": "^6.1.3",
85-
"typescript": "^5.5.3"
85+
"typescript": "^5.5.4"
8686
},
8787
"packageManager": "[email protected]"
8888
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5169,10 +5169,10 @@ typedarray-to-buffer@^3.1.5:
51695169
dependencies:
51705170
is-typedarray "^1.0.0"
51715171

5172-
typescript@^5.5.3:
5173-
version "5.5.3"
5174-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
5175-
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
5172+
typescript@^5.5.4:
5173+
version "5.5.4"
5174+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
5175+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
51765176

51775177
uberproto@^2.0.6:
51785178
version "2.0.6"

0 commit comments

Comments
 (0)