Skip to content

Commit ae53f5b

Browse files
chore(dev-deps): bump typescript from 5.4.5 to 5.5.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2. - [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.5...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d69d558 commit ae53f5b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-sf-plugin": "^1.18.8",
2929
"oclif": "^4.13.6",
3030
"ts-node": "^10.9.2",
31-
"typescript": "^5.4.5"
31+
"typescript": "^5.5.2"
3232
},
3333
"config": {},
3434
"engines": {

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -8001,7 +8001,12 @@ typedoc@^0.25.13:
80018001
minimatch "^9.0.3"
80028002
shiki "^0.14.7"
80038003

8004-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
8004+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.5.2:
8005+
version "5.5.2"
8006+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
8007+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
8008+
8009+
typescript@~5.4.2:
80058010
version "5.4.5"
80068011
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
80078012
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

0 commit comments

Comments
 (0)