Skip to content

Commit ba1140f

Browse files
deps: bump typescript from 5.4.2 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 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.2...v5.4.5) --- 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 5d5c43b commit ba1140f

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

yarn.lock

+21-7
Original file line numberDiff line numberDiff line change
@@ -2726,8 +2726,16 @@ source-map@^0.7.3:
27262726
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
27272727
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
27282728

2729-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
2730-
name string-width-cjs
2729+
"string-width-cjs@npm:string-width@^4.2.0":
2730+
version "4.2.3"
2731+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2732+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2733+
dependencies:
2734+
emoji-regex "^8.0.0"
2735+
is-fullwidth-code-point "^3.0.0"
2736+
strip-ansi "^6.0.1"
2737+
2738+
string-width@^4.1.0:
27312739
version "4.2.3"
27322740
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
27332741
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2752,8 +2760,14 @@ string_decoder@^1.1.1:
27522760
dependencies:
27532761
safe-buffer "~5.2.0"
27542762

2755-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2756-
name strip-ansi-cjs
2763+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2764+
version "6.0.1"
2765+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2766+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2767+
dependencies:
2768+
ansi-regex "^5.0.1"
2769+
2770+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
27572771
version "6.0.1"
27582772
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
27592773
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -2963,9 +2977,9 @@ typed-rest-client@^1.8.4:
29632977
underscore "^1.12.1"
29642978

29652979
typescript@^5:
2966-
version "5.4.2"
2967-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
2968-
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
2980+
version "5.4.5"
2981+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
2982+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
29692983

29702984
uc.micro@^1.0.1, uc.micro@^1.0.5:
29712985
version "1.0.6"

0 commit comments

Comments
 (0)