Skip to content

Commit

Permalink
fix: bump SDR to 9.3.2 for latest registry
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jul 6, 2023
1 parent 50898b5 commit 5904cee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@salesforce/core": "^4.3.5",
"@salesforce/kit": "^3.0.2",
"@salesforce/sf-plugins-core": "^3.1.3",
"@salesforce/source-deploy-retrieve": "^9.2.2",
"@salesforce/source-deploy-retrieve": "^9.3.2",
"@salesforce/source-tracking": "^4.2.1",
"chalk": "^4.1.2",
"fs-extra": "^10.0.1",
Expand Down Expand Up @@ -268,4 +268,4 @@
"output": []
}
}
}
}
21 changes: 20 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,25 @@
proxy-agent "^6.2.1"
unzipper "0.10.14"

"@salesforce/source-deploy-retrieve@^9.3.2":
version "9.3.2"
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.3.2.tgz#4079f30aec10dbdebdf9bf0fcd96d438e7a0ec6b"
integrity sha512-gXegsllkuY7QqURph8jH0SgYHc7VrM6+8Uk78Kt6GSNyhyq5L5F0obtTr49MIpsRtjowJGssBmDYOF0n4HqPWg==
dependencies:
"@salesforce/core" "^4.3.1"
"@salesforce/kit" "^3.0.3"
"@salesforce/ts-types" "^2.0.3"
fast-levenshtein "^3.0.0"
fast-xml-parser "^4.2.5"
got "^11.8.6"
graceful-fs "^4.2.11"
ignore "^5.2.4"
jszip "^3.10.1"
mime "2.6.0"
minimatch "^5.1.6"
proxy-agent "^6.2.1"
unzipper "0.10.14"

"@salesforce/source-testkit@^2.1.2":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.1.4.tgz#9520a4df09c2c5f4204ba1c17bd08d5f66f548cf"
Expand Down Expand Up @@ -3660,7 +3679,7 @@ fast-levenshtein@^3.0.0:
dependencies:
fastest-levenshtein "^1.0.7"

fast-xml-parser@^4.2.4:
fast-xml-parser@^4.2.4, fast-xml-parser@^4.2.5:
version "4.2.5"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f"
integrity sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==
Expand Down

0 comments on commit 5904cee

Please sign in to comment.