Skip to content

Commit 4deff0d

Browse files
chore(deps): update dependency typescript to v4.9.5 (#2242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df7e2db commit 4deff0d

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"reflect-metadata": "0.1.13",
6969
"ts-jest": "27.1.5",
7070
"ts-node": "10.9.1",
71-
"typescript": "4.7.4",
71+
"typescript": "4.9.5",
7272
"ws": "8.9.0"
7373
},
7474
"prettier": {

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@types/node": "18.7.18",
3737
"@types/react": "18.0.28",
3838
"cross-env": "7.0.3",
39-
"typescript": "4.8.3"
39+
"typescript": "4.9.5"
4040
}
4141
}

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11879,15 +11879,10 @@ typedarray-to-buffer@^3.1.5:
1187911879
dependencies:
1188011880
is-typedarray "^1.0.0"
1188111881

11882-
11883-
version "4.7.4"
11884-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
11885-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
11886-
11887-
11888-
version "4.8.3"
11889-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
11890-
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==
11882+
11883+
version "4.9.5"
11884+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
11885+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1189111886

1189211887
unbox-primitive@^1.0.2:
1189311888
version "1.0.2"

0 commit comments

Comments
 (0)