Skip to content

Commit cd2d28c

Browse files
fix(deps): update dependency typescript to ~4.9.0
1 parent cc2b4e7 commit cd2d28c

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
"jsesc": "^3.0.2",
2424
"prettier": "^2.3.1",
2525
"runtypes": "^6.2.1",
26-
"typescript": "~4.3.2"
26+
"typescript": "~4.9.0"
2727
},
2828
"devDependencies": {
2929
"@types/faker": "^5.5.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4181,10 +4181,10 @@ typedoc@^0.21.2:
41814181
shiki "^0.9.3"
41824182
typedoc-default-themes "^0.12.10"
41834183

4184-
typescript@~4.3.2:
4185-
version "4.3.2"
4186-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
4187-
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
4184+
typescript@~4.9.0:
4185+
version "4.9.5"
4186+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
4187+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
41884188

41894189
uglify-js@^3.1.4:
41904190
version "3.13.1"

0 commit comments

Comments
 (0)