Skip to content

Commit 82e27a1

Browse files
build(deps-dev): bump typescript from 4.9.5 to 5.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f07d85e commit 82e27a1

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
@@ -35,7 +35,7 @@
3535
"prettier": "^2.8.8",
3636
"rollup": "^2.79.1",
3737
"tslib": "^2.6.2",
38-
"typescript": "^4.9.5"
38+
"typescript": "^5.3.2"
3939
},
4040
"dependencies": {
4141
"@expressms/smartapp-bridge": "^1.2.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,10 +1836,10 @@ typed-array-length@^1.0.4:
18361836
for-each "^0.3.3"
18371837
is-typed-array "^1.1.9"
18381838

1839-
typescript@^4.9.5:
1840-
version "4.9.5"
1841-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
1842-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1839+
typescript@^5.3.2:
1840+
version "5.3.2"
1841+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
1842+
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==
18431843

18441844
unbox-primitive@^1.0.2:
18451845
version "1.0.2"

0 commit comments

Comments
 (0)