Skip to content

Commit f47774f

Browse files
committed
Upgrade typescript
1 parent bf8c8de commit f47774f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"supertest": "^6.1.4",
9797
"sync-dotenv": "^2.6.2",
9898
"ts-jest": "^28.0.5",
99-
"ts-node": "^10.8.1",
99+
"ts-node": "^10.9.1",
100100
"tslib": "^2.4.0",
101-
"typescript": "^4.7.4"
101+
"typescript": "^4.8.4"
102102
}
103103
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5696,10 +5696,10 @@ ts-jest@^28.0.5:
56965696
semver "7.x"
56975697
yargs-parser "^21.0.1"
56985698

5699-
ts-node@^10.8.1:
5700-
version "10.8.1"
5701-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
5702-
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
5699+
ts-node@^10.9.1:
5700+
version "10.9.1"
5701+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
5702+
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
57035703
dependencies:
57045704
"@cspotcode/source-map-support" "^0.8.0"
57055705
"@tsconfig/node10" "^1.0.7"
@@ -5774,10 +5774,10 @@ typedarray-to-buffer@^3.1.5:
57745774
dependencies:
57755775
is-typedarray "^1.0.0"
57765776

5777-
typescript@^4.7.4:
5778-
version "4.7.4"
5779-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
5780-
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
5777+
typescript@^4.8.4:
5778+
version "4.8.4"
5779+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
5780+
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
57815781

57825782
undefsafe@^2.0.5:
57835783
version "2.0.5"

0 commit comments

Comments
 (0)