Skip to content

Commit 7f4a3b2

Browse files
fix(deps): bump @salesforce/source-deploy-retrieve
Bumps [@salesforce/source-deploy-retrieve](https://github.com/forcedotcom/source-deploy-retrieve) from 12.31.11 to 12.31.30. - [Release notes](https://github.com/forcedotcom/source-deploy-retrieve/releases) - [Changelog](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/CHANGELOG.md) - [Commits](forcedotcom/source-deploy-retrieve@12.31.11...12.31.30) --- updated-dependencies: - dependency-name: "@salesforce/source-deploy-retrieve" dependency-version: 12.31.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa0fd59 commit 7f4a3b2

File tree

2 files changed

+70
-34
lines changed

2 files changed

+70
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@salesforce/core": "^8.25.1",
1313
"@salesforce/kit": "^3.2.4",
1414
"@salesforce/sf-plugins-core": "^12.2.6",
15-
"@salesforce/source-deploy-retrieve": "^12.31.11",
15+
"@salesforce/source-deploy-retrieve": "^12.31.30",
1616
"@salesforce/ts-types": "^2.0.12",
1717
"ansis": "^3.16.0",
1818
"change-case": "^5.4.4",

yarn.lock

Lines changed: 69 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,23 +1660,23 @@
16601660
strip-ansi "6.0.1"
16611661
ts-retry-promise "^0.8.1"
16621662

1663-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1664-
version "8.25.1"
1665-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.25.1.tgz#7646025598bb59b6f95b3656baf8eb0b63a43052"
1666-
integrity sha512-Jon0a9uZpp+mNa5PiY+y8dTjaPcsMaxXEkswdzWotrdrZ4g84MmPKSEv+Q/LtXw3uc9i4RmqBJBUXSIvZhgrjg==
1663+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.25.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1664+
version "8.27.1"
1665+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
1666+
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
16671667
dependencies:
16681668
"@jsforce/jsforce-node" "^3.10.13"
16691669
"@salesforce/kit" "^3.2.4"
16701670
"@salesforce/ts-types" "^2.0.12"
1671-
ajv "^8.17.1"
1671+
ajv "^8.18.0"
16721672
change-case "^4.1.2"
16731673
fast-levenshtein "^3.0.0"
16741674
faye "^1.4.1"
16751675
form-data "^4.0.4"
16761676
js2xmlparser "^4.0.1"
16771677
jsonwebtoken "9.0.3"
16781678
jszip "3.10.1"
1679-
memfs "^4.30.1"
1679+
memfs "4.38.1"
16801680
pino "^9.7.0"
16811681
pino-abstract-transport "^1.2.0"
16821682
pino-pretty "^11.3.0"
@@ -1782,25 +1782,25 @@
17821782
cli-progress "^3.12.0"
17831783
terminal-link "^3.0.0"
17841784

1785-
"@salesforce/source-deploy-retrieve@^12.31.11":
1786-
version "12.31.11"
1787-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.11.tgz#58c51ebb54bd2fc2242c6374ce25fc3a3b71aea0"
1788-
integrity sha512-7LGWY4GsXl8iFz/ZvZrRdufnefQ5iezi0Pm1YQVRmJfqpBY/4kz/98gRW65h3XERASuuvAfVRLXfPVKtCHW4yA==
1785+
"@salesforce/source-deploy-retrieve@^12.31.30":
1786+
version "12.31.30"
1787+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.30.tgz#2a1ac651601526be200e86c2d960a2188832755f"
1788+
integrity sha512-gTEkoFPypIWmmnC9e1TigP+tnAdUUXcU4ZGYwL/vmd5McCXKLN11EhLCngmrnafJmM8cMPMcdnVI0cFGNgoIeQ==
17891789
dependencies:
1790-
"@salesforce/core" "^8.24.0"
1790+
"@salesforce/core" "^8.27.1"
17911791
"@salesforce/kit" "^3.2.4"
17921792
"@salesforce/ts-types" "^2.0.12"
17931793
"@salesforce/types" "^1.6.0"
17941794
fast-levenshtein "^3.0.0"
1795-
fast-xml-parser "^5.3.4"
1795+
fast-xml-parser "^5.5.7"
17961796
got "^11.8.6"
17971797
graceful-fs "^4.2.11"
17981798
ignore "^5.3.2"
17991799
jszip "^3.10.1"
18001800
mime "2.6.0"
1801-
minimatch "^9.0.5"
1802-
proxy-agent "^6.4.0"
1803-
yaml "^2.8.1"
1801+
minimatch "^9.0.7"
1802+
proxy-agent "^6.5.0"
1803+
yaml "^2.8.3"
18041804

18051805
"@salesforce/ts-sinon@^1.4.31":
18061806
version "1.4.31"
@@ -3171,7 +3171,7 @@ ajv@^6.12.4:
31713171
json-schema-traverse "^0.4.1"
31723172
uri-js "^4.2.2"
31733173

3174-
ajv@^8.11.0, ajv@^8.17.1:
3174+
ajv@^8.11.0:
31753175
version "8.17.1"
31763176
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
31773177
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
@@ -3181,6 +3181,16 @@ ajv@^8.11.0, ajv@^8.17.1:
31813181
json-schema-traverse "^1.0.0"
31823182
require-from-string "^2.0.2"
31833183

3184+
ajv@^8.18.0:
3185+
version "8.18.0"
3186+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
3187+
integrity sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==
3188+
dependencies:
3189+
fast-deep-equal "^3.1.3"
3190+
fast-uri "^3.0.1"
3191+
json-schema-traverse "^1.0.0"
3192+
require-from-string "^2.0.2"
3193+
31843194
ansi-colors@^4.1.3:
31853195
version "4.1.3"
31863196
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
@@ -3480,6 +3490,13 @@ brace-expansion@^2.0.1:
34803490
dependencies:
34813491
balanced-match "^1.0.0"
34823492

3493+
brace-expansion@^2.0.2:
3494+
version "2.0.3"
3495+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.3.tgz#0493338bdd58e319b1039c67cf7ee439892c01d9"
3496+
integrity sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==
3497+
dependencies:
3498+
balanced-match "^1.0.0"
3499+
34833500
brace-expansion@^4.0.0:
34843501
version "4.0.1"
34853502
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-4.0.1.tgz#3387e13eaa2992025d05ea47308f77e4a8dedd1e"
@@ -4838,6 +4855,13 @@ fast-xml-builder@^1.0.0:
48384855
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz#a485d7e8381f1db983cf006f849d1066e2935241"
48394856
integrity sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==
48404857

4858+
fast-xml-builder@^1.1.4:
4859+
version "1.1.4"
4860+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
4861+
integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
4862+
dependencies:
4863+
path-expression-matcher "^1.1.3"
4864+
48414865
fast-xml-parser@5.4.1:
48424866
version "5.4.1"
48434867
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz#0c81b8ecfb3021e5ad83aa3df904af19a05bc601"
@@ -4846,12 +4870,14 @@ fast-xml-parser@5.4.1:
48464870
fast-xml-builder "^1.0.0"
48474871
strnum "^2.1.2"
48484872

4849-
fast-xml-parser@^5.3.4:
4850-
version "5.3.4"
4851-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
4852-
integrity sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==
4873+
fast-xml-parser@^5.5.7:
4874+
version "5.5.9"
4875+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
4876+
integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
48534877
dependencies:
4854-
strnum "^2.1.0"
4878+
fast-xml-builder "^1.1.4"
4879+
path-expression-matcher "^1.2.0"
4880+
strnum "^2.2.2"
48554881

48564882
fastest-levenshtein@^1.0.7:
48574883
version "1.0.16"
@@ -6633,10 +6659,10 @@ mdurl@^2.0.0:
66336659
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
66346660
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
66356661

6636-
memfs@^4.30.1:
6637-
version "4.51.1"
6638-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.51.1.tgz#25945de4a90d1573945105e187daa9385e1bca73"
6639-
integrity sha512-Eyt3XrufitN2ZL9c/uIRMyDwXanLI88h/L3MoWqNY747ha3dMR9dWqp8cRT5ntjZ0U1TNuq4U91ZXK0sMBjYOQ==
6662+
memfs@4.38.1:
6663+
version "4.38.1"
6664+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.38.1.tgz#43cc07ee74dc321dbd0cba778db6cd94a4648895"
6665+
integrity sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==
66406666
dependencies:
66416667
"@jsonjoy.com/json-pack" "^1.11.0"
66426668
"@jsonjoy.com/util" "^1.9.0"
@@ -6792,12 +6818,12 @@ minimatch@^5.0.1, minimatch@^5.1.6:
67926818
dependencies:
67936819
brace-expansion "^2.0.1"
67946820

6795-
minimatch@^9.0.4, minimatch@^9.0.5:
6796-
version "9.0.5"
6797-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6798-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
6821+
minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.7:
6822+
version "9.0.9"
6823+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
6824+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
67996825
dependencies:
6800-
brace-expansion "^2.0.1"
6826+
brace-expansion "^2.0.2"
68016827

68026828
minimist-options@4.1.0:
68036829
version "4.1.0"
@@ -7337,6 +7363,11 @@ path-exists@^4.0.0:
73377363
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
73387364
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
73397365

7366+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
7367+
version "1.2.0"
7368+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
7369+
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
7370+
73407371
path-is-absolute@^1.0.0:
73417372
version "1.0.1"
73427373
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -7553,7 +7584,7 @@ proto-list@~1.2.1:
75537584
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
75547585
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
75557586

7556-
proxy-agent@^6.4.0:
7587+
proxy-agent@^6.5.0:
75577588
version "6.5.0"
75587589
resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.5.0.tgz#9e49acba8e4ee234aacb539f89ed9c23d02f232d"
75597590
integrity sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==
@@ -8487,11 +8518,16 @@ strip-json-comments@^3.1.1:
84878518
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
84888519
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
84898520

8490-
strnum@^2.1.0, strnum@^2.1.2:
8521+
strnum@^2.1.2:
84918522
version "2.1.2"
84928523
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
84938524
integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
84948525

8526+
strnum@^2.2.2:
8527+
version "2.2.2"
8528+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.2.tgz#f11fd94ab62b536ba2ecc615858f3747c2881b3f"
8529+
integrity sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==
8530+
84958531
supports-color@^5.4.0:
84968532
version "5.5.0"
84978533
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -9238,7 +9274,7 @@ yallist@^4.0.0:
92389274
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
92399275
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
92409276

9241-
yaml@^2.5.1, yaml@^2.8.1:
9277+
yaml@^2.5.1, yaml@^2.8.3:
92429278
version "2.8.3"
92439279
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.3.tgz#a0d6bd2efb3dd03c59370223701834e60409bd7d"
92449280
integrity sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==

0 commit comments

Comments
 (0)