Skip to content

Commit 3cb3c9c

Browse files
chore(deps-dev): bump typescript from 4.5.3 to 4.5.4 (#126)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba24fcf commit 3cb3c9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@
102102
"ts-jest": "27.1.1",
103103
"ts-node": "10.4.0",
104104
"tslib": "2.3.1",
105-
"typescript": "4.5.3"
105+
"typescript": "4.5.4"
106106
}
107107
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@
15981598
set-cookie-parser "^2.4.8"
15991599
utf8-byte-length "^1.0.4"
16001600

1601-
"@pollyjs/utils@^6.0.0", "@pollyjs/utils@^6.0.1":
1601+
"@pollyjs/utils@^6.0.1":
16021602
version "6.0.1"
16031603
resolved "https://registry.yarnpkg.com/@pollyjs/utils/-/utils-6.0.1.tgz#215f53d6af71c44911c9e760c0669922bbcf04a6"
16041604
integrity sha512-vTdtYhZs/HcBQM3Po85BDmuOpjMwvuQPkSdd9Cd4lUSc8HEO4d52dljtmwlwW83zVuQvlEu5xFIZJUYhX8HxLA==
@@ -10784,10 +10784,10 @@ typedarray@^0.0.6:
1078410784
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1078510785
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1078610786

10787-
typescript@4.5.3, typescript@^4.4.3, typescript@^4.5.2:
10788-
version "4.5.3"
10789-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.3.tgz#afaa858e68c7103317d89eb90c5d8906268d353c"
10790-
integrity sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==
10787+
typescript@4.5.4, typescript@^4.4.3, typescript@^4.5.2:
10788+
version "4.5.4"
10789+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
10790+
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
1079110791

1079210792
umd@^3.0.0:
1079310793
version "3.0.3"

0 commit comments

Comments
 (0)