Skip to content

Commit

Permalink
fix(deps): bump @jayree/sfdx-plugin-org from 1.1.6 to 1.1.7 (#850)
Browse files Browse the repository at this point in the history
Bumps [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/jayree/sfdx-plugin-org/releases)
- [Changelog](https://github.com/jayree/sfdx-plugin-org/blob/main/CHANGELOG.md)
- [Commits](jayree/sfdx-plugin-org@v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: "@jayree/sfdx-plugin-org"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2023
1 parent ad6cd6a commit ccfff46
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"dependencies": {
"@jayree/sfdx-plugin-manifest": "^3.1.7",
"@jayree/sfdx-plugin-org": "^1.1.6",
"@jayree/sfdx-plugin-org": "^1.1.7",
"@jayree/sfdx-plugin-prettier": "^1.3.8",
"@jayree/sfdx-plugin-source": "^1.3.6"
},
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -519,14 +519,14 @@
isomorphic-git "1.23.0"
tslib "^2.5.2"

"@jayree/sfdx-plugin-org@^1.1.6":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.1.6.tgz#ab27e7336e4039b41e135d8cca9b01150c62d285"
integrity sha512-vh4Ok6+bt+rxbxSrMKYzHMJ+iO/cev7d6pC5kUVLOZVaNVe7HRDbskC7qiEI5Kkvy6hpmZSOdVe7KqJw+aPwEw==
"@jayree/sfdx-plugin-org@^1.1.7":
version "1.1.7"
resolved "https://registry.yarnpkg.com/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.1.7.tgz#da315ae2bd850a873576418cd5171ad8f05809db"
integrity sha512-U3Ginkf2hki2ezGlaC5O7PkuSH/b7E9kkBrZW1JGUFPq/+hQAOa8EYu9JnH1QSUKzdobT4dBYhxtrD/a9nRgNw==
dependencies:
"@jayree/changelog" "^1.1.3"
"@salesforce/sf-plugins-core" "^3.1.0"
"@salesforce/source-deploy-retrieve" "^9.2.2"
"@salesforce/sf-plugins-core" "^3.1.2"
"@salesforce/source-deploy-retrieve" "^9.2.5"
"@salesforce/ts-types" "^2.0.3"
debug "^4.3.4"
enquirer "^2.3.6"
Expand Down Expand Up @@ -987,7 +987,7 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/core@^4.1.0", "@salesforce/core@^4.2.2", "@salesforce/core@^4.3.1":
"@salesforce/core@^4.1.0", "@salesforce/core@^4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.1.tgz#d4f16ce7a89e90d456a9407e5994f155b7d05134"
integrity sha512-mqlVWVQiy24sdHR3DvBlSlg3QDCqVj4AIhcgvcVSTu3BtKMLaR2C6himtTdKIH/Fl6wLkxPcy+LufQ8J3+HBEw==
Expand Down Expand Up @@ -1083,12 +1083,12 @@
chalk "^4"
inquirer "^8.2.5"

"@salesforce/source-deploy-retrieve@^9.2.2":
version "9.2.2"
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.2.2.tgz#cc24ffb943e980fbb48e12533b61f8bbb18c2989"
integrity sha512-15ibLDyKR1YF38+5Wk2/eu59A5PC3ywgJYZu7Su6N0ZBpPtxjjvfEaf6U1OV/5vKUyhrBww6FmRvoNONFQ86SA==
"@salesforce/source-deploy-retrieve@^9.2.2", "@salesforce/source-deploy-retrieve@^9.2.5":
version "9.2.5"
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.2.5.tgz#cee39f8bd905f6b753f25e7ab48d41ed857112f3"
integrity sha512-5Gs9uZSiKSp1zySyPBMsfZVQIDZpiYaEhu0aGTz/w9vYm50q7bkdESuSPgIoo/nN8BG77Vn2W6LVPSwRkH6Nag==
dependencies:
"@salesforce/core" "^4.2.2"
"@salesforce/core" "^4.3.1"
"@salesforce/kit" "^3.0.3"
"@salesforce/ts-types" "^2.0.3"
fast-levenshtein "^3.0.0"
Expand Down

0 comments on commit ccfff46

Please sign in to comment.