Skip to content

Commit ed1b217

Browse files
Bump typescript from 4.6.2 to 4.6.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.6.2...v4.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9807ee commit ed1b217

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
@@ -103,6 +103,6 @@
103103
"shx": "^0.3.3",
104104
"ts-jest": "^27.0.7",
105105
"tslib": "^2.3.1",
106-
"typescript": "^4.6.2"
106+
"typescript": "^4.6.3"
107107
}
108108
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6896,10 +6896,10 @@ typedarray-to-buffer@^3.1.5:
68966896
dependencies:
68976897
is-typedarray "^1.0.0"
68986898

6899-
typescript@^4.6.2:
6900-
version "4.6.2"
6901-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
6902-
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
6899+
typescript@^4.6.3:
6900+
version "4.6.3"
6901+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
6902+
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
69036903

69046904
unicode-canonical-property-names-ecmascript@^1.0.4:
69056905
version "1.0.4"

0 commit comments

Comments
 (0)