Skip to content

Commit c4b396f

Browse files
chore(dev-deps): bump typescript from 5.9.2 to 5.9.3 (#737)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6271e76 commit c4b396f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-sf-plugin": "^1.20.32",
2727
"oclif": "^4",
2828
"ts-node": "^10.9.2",
29-
"typescript": "^5.9.2"
29+
"typescript": "^5.9.3"
3030
},
3131
"config": {
3232
"commitizen": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8607,10 +8607,10 @@ typedoc@^0.25.12:
86078607
minimatch "^9.0.3"
86088608
shiki "^0.14.7"
86098609

8610-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.9.2:
8611-
version "5.9.2"
8612-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
8613-
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
8610+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.9.3:
8611+
version "5.9.3"
8612+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
8613+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
86148614

86158615
typescript@~5.4.2:
86168616
version "5.4.5"

0 commit comments

Comments
 (0)