Skip to content

Commit e9fd49c

Browse files
Bump typescript from 4.5.5 to 4.6.3 (#856)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.5...v4.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f4ba23 commit e9fd49c

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
@@ -60,7 +60,7 @@
6060
"prettier": "^2.6.2",
6161
"supertest": "^6.2.2",
6262
"ts-node": "^10.4.0",
63-
"typescript": "^4.5.5"
63+
"typescript": "^4.6.3"
6464
},
6565
"dependencies": {
6666
"aws-sdk": "^2.1116.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7106,10 +7106,10 @@ typeorm@^0.2.41:
71067106
yargs "^17.0.1"
71077107
zen-observable-ts "^1.0.0"
71087108

7109-
typescript@^4.5.5:
7110-
version "4.5.5"
7111-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
7112-
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
7109+
typescript@^4.6.3:
7110+
version "4.6.3"
7111+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
7112+
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
71137113

71147114
uglify-js@^3.1.4:
71157115
version "3.13.9"

0 commit comments

Comments
 (0)