Skip to content

Commit 5e1435f

Browse files
chore(dev-deps): bump @salesforce/source-testkit from 2.2.10 to 2.2.13 (#1188)
Bumps [@salesforce/source-testkit](https://github.com/salesforcecli/source-testkit) from 2.2.10 to 2.2.13. - [Release notes](https://github.com/salesforcecli/source-testkit/releases) - [Changelog](https://github.com/salesforcecli/source-testkit/blob/main/CHANGELOG.md) - [Commits](salesforcecli/source-testkit@2.2.10...2.2.13) --- updated-dependencies: - dependency-name: "@salesforce/source-testkit" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ab721a commit 5e1435f

File tree

2 files changed

+38
-31
lines changed

2 files changed

+38
-31
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@salesforce/cli-plugins-testkit": "^5.3.2",
2424
"@salesforce/dev-scripts": "^9.1.2",
2525
"@salesforce/plugin-command-reference": "^3.0.82",
26-
"@salesforce/source-testkit": "^2.2.10",
26+
"@salesforce/source-testkit": "^2.2.13",
2727
"@salesforce/ts-sinon": "1.4.19",
2828
"@types/archiver": "^5.3.2",
2929
"archiver": "^5.3.2",

yarn.lock

+37-30
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@
17851785
istanbul-lib-report "^3.0.1"
17861786
istanbul-reports "^3.1.6"
17871787

1788-
"@salesforce/cli-plugins-testkit@^5.3.1", "@salesforce/cli-plugins-testkit@^5.3.2":
1788+
"@salesforce/cli-plugins-testkit@^5.3.2":
17891789
version "5.3.2"
17901790
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz#39b12513baf230cbfa2a831d1e1ad567512dcb18"
17911791
integrity sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==
@@ -1906,25 +1906,7 @@
19061906
"@salesforce/ts-types" "^2.0.9"
19071907
chalk "^5.3.0"
19081908

1909-
"@salesforce/source-deploy-retrieve@^11.3.0":
1910-
version "11.4.3"
1911-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.3.tgz#57ff91f5f0021804b268002362a695489f34ac5a"
1912-
integrity sha512-/WFSqf+yTO3kNM41r/duVEHGH2Eq18lavX/o/yA0hJEmxAYBV7Olv6JIMnbly8hZQo7LoX/nE0LnNK3JYphZQQ==
1913-
dependencies:
1914-
"@salesforce/core" "^7.3.5"
1915-
"@salesforce/kit" "^3.1.1"
1916-
"@salesforce/ts-types" "^2.0.9"
1917-
fast-levenshtein "^3.0.0"
1918-
fast-xml-parser "^4.3.6"
1919-
got "^11.8.6"
1920-
graceful-fs "^4.2.11"
1921-
ignore "^5.3.1"
1922-
jszip "^3.10.1"
1923-
mime "2.6.0"
1924-
minimatch "^5.1.6"
1925-
proxy-agent "^6.4.0"
1926-
1927-
"@salesforce/source-deploy-retrieve@^11.4.4":
1909+
"@salesforce/source-deploy-retrieve@^11.4.3", "@salesforce/source-deploy-retrieve@^11.4.4":
19281910
version "11.4.4"
19291911
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.4.tgz#c853e0888c6a5b64c4af3e705010ef1a6dac4c13"
19301912
integrity sha512-6dohRR9t6Aj2mbHzfYtbphxqxF83AwmAjkFFQPB6+Yn1ceVKmJjd0WY23fgWTTaTum+2pnw9XA35qwu4naBCVw==
@@ -1942,15 +1924,15 @@
19421924
minimatch "^5.1.6"
19431925
proxy-agent "^6.4.0"
19441926

1945-
"@salesforce/source-testkit@^2.2.10":
1946-
version "2.2.10"
1947-
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.2.10.tgz#bbe04d09bd4fb391780677f0ee50adaba50cc0d5"
1948-
integrity sha512-y8fNzu+k//ZWkXTBtJOwTa7qJwatagHFnyndDiq9ZupG4yxrM1YfZK1K7lfFQcihhe0meH7b3tBOK4DgtveFMg==
1927+
"@salesforce/source-testkit@^2.2.13":
1928+
version "2.2.13"
1929+
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.2.13.tgz#489701b3d81d31c263da11140f24d816521ee8e3"
1930+
integrity sha512-ugXfB/G0MCBKd5ZzNPt373GmRYdY7wgv13lbeZJt5Dpn1A5hOKkb1OgaPF8llChPxCI2ULhoKv1OsRaxeOnGMw==
19491931
dependencies:
1950-
"@salesforce/cli-plugins-testkit" "^5.3.1"
1951-
"@salesforce/core" "^7.3.3"
1932+
"@salesforce/cli-plugins-testkit" "^5.3.2"
1933+
"@salesforce/core" "^7.3.5"
19521934
"@salesforce/kit" "^3.1.1"
1953-
"@salesforce/source-deploy-retrieve" "^11.3.0"
1935+
"@salesforce/source-deploy-retrieve" "^11.4.3"
19541936
"@salesforce/ts-types" "^2.0.9"
19551937
chai "^4.4.1"
19561938
debug "^4.3.1"
@@ -7593,7 +7575,16 @@ srcset@^5.0.0:
75937575
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
75947576
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
75957577

7596-
"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:
7578+
"string-width-cjs@npm:string-width@^4.2.0":
7579+
version "4.2.3"
7580+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7581+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7582+
dependencies:
7583+
emoji-regex "^8.0.0"
7584+
is-fullwidth-code-point "^3.0.0"
7585+
strip-ansi "^6.0.1"
7586+
7587+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
75977588
version "4.2.3"
75987589
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
75997590
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7652,7 +7643,14 @@ string_decoder@~1.1.1:
76527643
dependencies:
76537644
safe-buffer "~5.1.0"
76547645

7655-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7646+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7647+
version "6.0.1"
7648+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7649+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7650+
dependencies:
7651+
ansi-regex "^5.0.1"
7652+
7653+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
76567654
version "6.0.1"
76577655
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
76587656
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8201,7 +8199,7 @@ [email protected]:
82018199
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
82028200
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
82038201

8204-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8202+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
82058203
version "7.0.0"
82068204
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
82078205
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8219,6 +8217,15 @@ wrap-ansi@^6.2.0:
82198217
string-width "^4.1.0"
82208218
strip-ansi "^6.0.0"
82218219

8220+
wrap-ansi@^7.0.0:
8221+
version "7.0.0"
8222+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8223+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8224+
dependencies:
8225+
ansi-styles "^4.0.0"
8226+
string-width "^4.1.0"
8227+
strip-ansi "^6.0.0"
8228+
82228229
wrap-ansi@^8.1.0:
82238230
version "8.1.0"
82248231
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)