Skip to content

Commit f2904e1

Browse files
Bump typescript from 3.9.10 to 5.3.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.10...v5.3.3) --- 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 a20b272 commit f2904e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
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.3.3"
2727
},
2828
"dependencies": {}
2929
}

yarn.lock

+4-4
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.3.3:
2025+
version "5.3.3"
2026+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
2027+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
20282028

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

0 commit comments

Comments
 (0)