Skip to content

Commit ef6b62d

Browse files
authored
Merge pull request #606 from forcedotcom/dependabot-npm_and_yarn-ts-patch-3.2.0
chore(dev-deps): bump ts-patch from 3.1.2 to 3.2.0
2 parents 473fda1 + cf695fc commit ef6b62d

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/graceful-fs": "^4.1.9",
6767
"eslint-plugin-sf-plugin": "^1.18.5",
6868
"ts-node": "^10.9.2",
69-
"ts-patch": "^3.1.2",
69+
"ts-patch": "^3.2.0",
7070
"typescript": "^5.4.5"
7171
},
7272
"config": {},

yarn.lock

+33-13
Original file line numberDiff line numberDiff line change
@@ -2429,11 +2429,6 @@ fast-safe-stringify@^2.1.1:
24292429
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
24302430
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
24312431

2432-
fast-uri@^2.3.0:
2433-
version "2.3.0"
2434-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-2.3.0.tgz#bdae493942483d299e7285dcb4627767d42e2793"
2435-
integrity sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==
2436-
24372432
fast-xml-parser@^4.3.6:
24382433
version "4.3.6"
24392434
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz#190f9d99097f0c8f2d3a0e681a10404afca052ff"
@@ -5105,7 +5100,16 @@ srcset@^5.0.0:
51055100
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
51065101
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
51075102

5108-
"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:
5103+
"string-width-cjs@npm:string-width@^4.2.0":
5104+
version "4.2.3"
5105+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5106+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5107+
dependencies:
5108+
emoji-regex "^8.0.0"
5109+
is-fullwidth-code-point "^3.0.0"
5110+
strip-ansi "^6.0.1"
5111+
5112+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
51095113
version "4.2.3"
51105114
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
51115115
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5164,7 +5168,14 @@ string_decoder@~1.1.1:
51645168
dependencies:
51655169
safe-buffer "~5.1.0"
51665170

5167-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5171+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5172+
version "6.0.1"
5173+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5174+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5175+
dependencies:
5176+
ansi-regex "^5.0.1"
5177+
5178+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
51685179
version "6.0.1"
51695180
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
51705181
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5330,10 +5341,10 @@ ts-node@^10.8.1, ts-node@^10.9.2:
53305341
v8-compile-cache-lib "^3.0.1"
53315342
yn "3.1.1"
53325343

5333-
ts-patch@^3.1.2:
5334-
version "3.1.2"
5335-
resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.1.2.tgz#9d4832eca34ed0b9eb1f8456cb00c941f50b442b"
5336-
integrity sha512-n58F5AqjUMdp9RAKq+E1YBkmONltPVbt1nN+wrmZXoYZek6QcvaTuqvKMhYhr5BxtC53kD/exxIPA1cP1RQxsA==
5344+
ts-patch@^3.2.0:
5345+
version "3.2.0"
5346+
resolved "https://registry.yarnpkg.com/ts-patch/-/ts-patch-3.2.0.tgz#537b0e19aa273da4a34e42be68240ef062646dd3"
5347+
integrity sha512-fUGMkjGIlD4BFibDM+6pLYLXRguzCUY6fhP1KQzSnFJfAtTDT7DKyX0yHn3CJqfBv4mia/o3ZRte31UVf9Dl1A==
53375348
dependencies:
53385349
chalk "^4.1.2"
53395350
global-prefix "^3.0.0"
@@ -5524,7 +5535,7 @@ upper-case@^2.0.2:
55245535
dependencies:
55255536
tslib "^2.0.3"
55265537

5527-
uri-js@^4.2.2:
5538+
uri-js@^4.2.2, uri-js@^4.4.1:
55285539
version "4.4.1"
55295540
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
55305541
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
@@ -5668,7 +5679,7 @@ workerpool@6.2.1:
56685679
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
56695680
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
56705681

5671-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5682+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
56725683
version "7.0.0"
56735684
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
56745685
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5686,6 +5697,15 @@ wrap-ansi@^6.2.0:
56865697
string-width "^4.1.0"
56875698
strip-ansi "^6.0.0"
56885699

5700+
wrap-ansi@^7.0.0:
5701+
version "7.0.0"
5702+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5703+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5704+
dependencies:
5705+
ansi-styles "^4.0.0"
5706+
string-width "^4.1.0"
5707+
strip-ansi "^6.0.0"
5708+
56895709
wrap-ansi@^8.1.0:
56905710
version "8.1.0"
56915711
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)