Skip to content

Commit fbac7f5

Browse files
chore(dev-deps): bump typescript from 5.5.2 to 5.5.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.2...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f7fe9b commit fbac7f5

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
@@ -63,7 +63,7 @@
6363
"@types/cli-progress": "^3.11.6",
6464
"eslint-plugin-sf-plugin": "^1.18.8",
6565
"ts-node": "^10.9.2",
66-
"typescript": "^5.5.2"
66+
"typescript": "^5.5.4"
6767
},
6868
"publishConfig": {
6969
"access": "public"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5105,10 +5105,10 @@ typedoc@^0.25.13:
51055105
minimatch "^9.0.3"
51065106
shiki "^0.14.7"
51075107

5108-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.5.2:
5109-
version "5.5.2"
5110-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
5111-
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
5108+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.5.4:
5109+
version "5.5.4"
5110+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
5111+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
51125112

51135113
unbox-primitive@^1.0.2:
51145114
version "1.0.2"

0 commit comments

Comments
 (0)