Skip to content

Commit 9da23f3

Browse files
Bump typescript from 3.9.10 to 5.2.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.10...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23f018d commit 9da23f3

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
@@ -23,7 +23,7 @@
2323
"mocha": "^8.3.2",
2424
"prettier": "^2.2.1",
2525
"ts-node": "^10.9.1",
26-
"typescript": "^3.5.3"
26+
"typescript": "^5.2.2"
2727
},
2828
"dependencies": {}
2929
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,10 +2021,10 @@ typed-array-length@^1.0.4:
20212021
for-each "^0.3.3"
20222022
is-typed-array "^1.1.9"
20232023

2024-
typescript@^3.5.3:
2025-
version "3.9.10"
2026-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
2027-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
2024+
typescript@^5.2.2:
2025+
version "5.2.2"
2026+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
2027+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
20282028

20292029
unbox-primitive@^1.0.2:
20302030
version "1.0.2"

0 commit comments

Comments
 (0)