Skip to content

Commit 38ed839

Browse files
Bump typescript from 4.4.4 to 4.5.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.4.4...v4.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71654fa commit 38ed839

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
@@ -101,6 +101,6 @@
101101
"shx": "^0.3.3",
102102
"ts-jest": "^27.0.7",
103103
"tslib": "^2.3.1",
104-
"typescript": "^4.4.4"
104+
"typescript": "^4.5.2"
105105
}
106106
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6971,10 +6971,10 @@ typedarray-to-buffer@^3.1.5:
69716971
dependencies:
69726972
is-typedarray "^1.0.0"
69736973

6974-
typescript@^4.4.4:
6975-
version "4.4.4"
6976-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
6977-
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
6974+
typescript@^4.5.2:
6975+
version "4.5.2"
6976+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
6977+
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==
69786978

69796979
unicode-canonical-property-names-ecmascript@^1.0.4:
69806980
version "1.0.4"

0 commit comments

Comments
 (0)