Skip to content

Commit

Permalink
build(deps): bump typescript from 5.4.2 to 5.4.3 (#752)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.2...v5.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fabiorigam <[email protected]>
  • Loading branch information
dependabot[bot] and fabiorigam authored Mar 27, 2024
1 parent b6cd3d8 commit eb14fa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.1",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"devDependencies": {
"expect": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"turbo": "^1.13.0",
"typedoc": "^0.25.11",
"typedoc-plugin-missing-exports": "^2.2.0",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"hardhat": "^2.22.2",
"ws": "^8.16.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7552,10 +7552,10 @@ typedoc@^0.25.11:
minimatch "^9.0.3"
shiki "^0.14.7"

typescript@^5.3.3:
version "5.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
typescript@^5.4.3:
version "5.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==

unbox-primitive@^1.0.2:
version "1.0.2"
Expand Down

1 comment on commit eb14fa6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 100%
100% (2916/2916) 100% (603/603) 100% (606/606)
Title Tests Skipped Failures Errors Time
core 431 0 💤 0 ❌ 0 🔥 1m 3s ⏱️
network 264 0 💤 0 ❌ 0 🔥 1m 46s ⏱️
errors 48 0 💤 0 ❌ 0 🔥 13.489s ⏱️

Please sign in to comment.