Skip to content

Commit 5b76c72

Browse files
authored
Merge pull request #630 from forcedotcom/dependabot-npm_and_yarn-typescript-5.5.3
chore(dev-deps): bump typescript from 5.5.2 to 5.5.3
2 parents c11a620 + a4419e1 commit 5b76c72

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-plugin-sf-plugin": "^1.18.9",
6868
"ts-node": "^10.9.2",
6969
"ts-patch": "^3.2.1",
70-
"typescript": "^5.5.2"
70+
"typescript": "^5.5.3"
7171
},
7272
"config": {},
7373
"publishConfig": {

yarn.lock

+32-7
Original file line numberDiff line numberDiff line change
@@ -5088,7 +5088,16 @@ srcset@^5.0.0:
50885088
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
50895089
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
50905090

5091-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5091+
"string-width-cjs@npm:string-width@^4.2.0":
5092+
version "4.2.3"
5093+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5094+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5095+
dependencies:
5096+
emoji-regex "^8.0.0"
5097+
is-fullwidth-code-point "^3.0.0"
5098+
strip-ansi "^6.0.1"
5099+
5100+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
50925101
version "4.2.3"
50935102
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
50945103
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5147,7 +5156,14 @@ string_decoder@~1.1.1:
51475156
dependencies:
51485157
safe-buffer "~5.1.0"
51495158

5150-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5159+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5160+
version "6.0.1"
5161+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5162+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5163+
dependencies:
5164+
ansi-regex "^5.0.1"
5165+
5166+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
51515167
version "6.0.1"
51525168
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
51535169
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5450,10 +5466,10 @@ typedoc@^0.25.13:
54505466
minimatch "^9.0.3"
54515467
shiki "^0.14.7"
54525468

5453-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.5.2:
5454-
version "5.5.2"
5455-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
5456-
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
5469+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.5.3:
5470+
version "5.5.3"
5471+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
5472+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
54575473

54585474
unbox-primitive@^1.0.2:
54595475
version "1.0.2"
@@ -5651,7 +5667,7 @@ workerpool@6.2.1:
56515667
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
56525668
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
56535669

5654-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5670+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
56555671
version "7.0.0"
56565672
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
56575673
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5669,6 +5685,15 @@ wrap-ansi@^6.2.0:
56695685
string-width "^4.1.0"
56705686
strip-ansi "^6.0.0"
56715687

5688+
wrap-ansi@^7.0.0:
5689+
version "7.0.0"
5690+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5691+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5692+
dependencies:
5693+
ansi-styles "^4.0.0"
5694+
string-width "^4.1.0"
5695+
strip-ansi "^6.0.0"
5696+
56725697
wrap-ansi@^8.1.0:
56735698
version "8.1.0"
56745699
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)