Skip to content

Commit bce8175

Browse files
committed
fix: bump SDR
1 parent 877a54e commit bce8175

File tree

2 files changed

+40
-9
lines changed

2 files changed

+40
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@salesforce/kit": "^3.2.3",
1313
"@salesforce/plugin-info": "^3.4.40",
1414
"@salesforce/sf-plugins-core": "^12.1.4",
15-
"@salesforce/source-deploy-retrieve": "^12.15.1",
15+
"@salesforce/source-deploy-retrieve": "^12.16.0",
1616
"@salesforce/source-tracking": "^7.3.16",
1717
"@salesforce/ts-types": "^2.0.12",
1818
"ansis": "^3.16.0",

yarn.lock

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,14 +1657,15 @@
16571657
cli-progress "^3.12.0"
16581658
terminal-link "^3.0.0"
16591659

1660-
"@salesforce/source-deploy-retrieve@^12.10.3", "@salesforce/source-deploy-retrieve@^12.15.0", "@salesforce/source-deploy-retrieve@^12.15.1":
1661-
version "12.15.1"
1662-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.15.1.tgz#72e86cf950a7abf0b5f2d1b1b4db88260d41b426"
1663-
integrity sha512-wJRdTYMv8W/W4Y5ml7V2uW9/drS34My0y4CB9I+eaR1pls9a6QorAa5NgFYoi5Re+UuiojOcIUNGuKKvsA4Wbg==
1660+
"@salesforce/source-deploy-retrieve@^12.10.3", "@salesforce/source-deploy-retrieve@^12.15.0", "@salesforce/source-deploy-retrieve@^12.16.0":
1661+
version "12.16.0"
1662+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.0.tgz#6c0338a5cd83b87161414ae4a326669d81884f60"
1663+
integrity sha512-vKBoefk1bHzs945e7PFhBJd21jLYJY2QrrNCwQpmHf6C3Lbu9+kzOnZVLPuDM4lGxXyhhQ89Nx3TtPCyndhmfg==
16641664
dependencies:
1665-
"@salesforce/core" "^8.8.2"
1665+
"@salesforce/core" "^8.8.3"
16661666
"@salesforce/kit" "^3.2.3"
16671667
"@salesforce/ts-types" "^2.0.12"
1668+
"@salesforce/types" "^1.3.0"
16681669
fast-levenshtein "^3.0.0"
16691670
fast-xml-parser "^4.5.1"
16701671
got "^11.8.6"
@@ -1722,6 +1723,11 @@
17221723
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
17231724
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
17241725

1726+
"@salesforce/types@^1.3.0":
1727+
version "1.3.0"
1728+
resolved "https://registry.yarnpkg.com/@salesforce/types/-/types-1.3.0.tgz#c8b686cd5d7351aa3b9857ed03561d6a7439e5a8"
1729+
integrity sha512-tcjBZrzCukOVIVm7mLHefsfDMyd+MTWWFWXk5wbdIQa+hiehUSA2SG0B0cpDMuOaIa9UiBm/SQCI+zznlt6W6g==
1730+
17251731
"@shikijs/[email protected]":
17261732
version "1.11.1"
17271733
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.11.1.tgz#a102cf56f32fa8cf3ceb9f918f2da5511782efe7"
@@ -7775,7 +7781,16 @@ [email protected]:
77757781
dependencies:
77767782
escodegen "^1.8.1"
77777783

7778-
"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:
7784+
"string-width-cjs@npm:string-width@^4.2.0":
7785+
version "4.2.3"
7786+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7787+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7788+
dependencies:
7789+
emoji-regex "^8.0.0"
7790+
is-fullwidth-code-point "^3.0.0"
7791+
strip-ansi "^6.0.1"
7792+
7793+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
77797794
version "4.2.3"
77807795
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
77817796
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7844,7 +7859,14 @@ string_decoder@~1.1.1:
78447859
dependencies:
78457860
safe-buffer "~5.1.0"
78467861

7847-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7862+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7863+
version "6.0.1"
7864+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7865+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7866+
dependencies:
7867+
ansi-regex "^5.0.1"
7868+
7869+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
78487870
version "6.0.1"
78497871
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
78507872
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8445,7 +8467,7 @@ workerpool@^6.5.1:
84458467
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
84468468
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
84478469

8448-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8470+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
84498471
version "7.0.0"
84508472
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
84518473
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8463,6 +8485,15 @@ wrap-ansi@^6.2.0:
84638485
string-width "^4.1.0"
84648486
strip-ansi "^6.0.0"
84658487

8488+
wrap-ansi@^7.0.0:
8489+
version "7.0.0"
8490+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8491+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8492+
dependencies:
8493+
ansi-styles "^4.0.0"
8494+
string-width "^4.1.0"
8495+
strip-ansi "^6.0.0"
8496+
84668497
wrap-ansi@^8.1.0:
84678498
version "8.1.0"
84688499
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)