Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e9c0c43

Browse files
build(deps-dev): bump typescript from 5.4.4 to 5.4.5 (#6566)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. - [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.4...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development 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>
1 parent 5c253f1 commit e9c0c43

File tree

13 files changed

+190
-190
lines changed

13 files changed

+190
-190
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"ts-jest-resolver": "^2.0.1",
9393
"ts-node": "^10.9.2",
9494
"typedoc": "^0.25.13",
95-
"typescript": "5.4.4"
95+
"typescript": "5.4.5"
9696
},
9797
"prettier": "@solana/prettier-config-solana"
9898
}

libraries/type-length-value/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"shx": "^0.3.4",
6464
"ts-node": "^10.9.2",
6565
"typedoc": "^0.25.13",
66-
"typescript": "^5.4.4"
66+
"typescript": "^5.4.5"
6767
}
6868
}

memo/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"ts-jest": "^29.1.2",
7474
"ts-node": "^10.9.2",
7575
"typedoc": "^0.25.13",
76-
"typescript": "^5.4.4"
76+
"typescript": "^5.4.5"
7777
}
7878
}

name-service/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"ts-jest": "^29.1.2",
6565
"ts-node": "^10.9.2",
6666
"typedoc": "^0.25.13",
67-
"typescript": "^5.4.4"
67+
"typescript": "^5.4.5"
6868
},
6969
"dependencies": {
7070
"@solana/web3.js": "^1.91.4",

0 commit comments

Comments
 (0)