Skip to content

Commit

Permalink
Merge pull request #267 from salesforcecli/tjob/deps_packaging_1.4.3
Browse files Browse the repository at this point in the history
fix(deps): bump @salesforce/packaging from 1.4.2 to 1.4.3
  • Loading branch information
t7job authored Mar 9, 2023
2 parents 591be0a + df6c5ea commit 0892a3f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@oclif/core": "^2.5.1",
"@salesforce/core": "^3.33.6",
"@salesforce/kit": "^1.9.0",
"@salesforce/packaging": "^1.4.2",
"@salesforce/packaging": "^1.4.3",
"@salesforce/sf-plugins-core": "^2.2.4",
"chalk": "^4.1.2",
"tslib": "^2"
Expand Down Expand Up @@ -158,4 +158,4 @@
"publishConfig": {
"access": "public"
}
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,10 @@
is-wsl "^2.1.1"
tslib "^2.5.0"

"@oclif/core@^1.25.0", "@oclif/core@^1.26.1":
version "1.26.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.26.1.tgz#26e46c96143d3e2b1dd9bd558ae1653fe9a4f3fa"
integrity sha512-g+OWJcM7JOVI53caTEtq0BB1nPotWctRLUyFODPgvDqXhVR7QED+Qz3LwFAMD8dt7/Ar2ZNq15U3bnpnOv453A==
"@oclif/core@^1.25.0", "@oclif/core@^1.26.2":
version "1.26.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.26.2.tgz#763c68dc91388225acd6f0819c90f93e5d8cde41"
integrity sha512-6jYuZgXvHfOIc9GIaS4T3CIKGTjPmfAxuMcbCbMRKJJl4aq/4xeRlEz0E8/hz8HxvxZBGvN2GwAUHlrGWQVrVw==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.4"
Expand Down Expand Up @@ -1192,23 +1192,23 @@
typedoc-plugin-missing-exports "0.23.0"
typescript "^4.1.3"

"@salesforce/kit@^1.8.2", "@salesforce/kit@^1.8.3", "@salesforce/kit@^1.8.4", "@salesforce/kit@^1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.9.0.tgz#ddc179ff588b68f3e8f5c237ab74ed4b9c8d5274"
integrity sha512-a1DnVf2ZN/fZ4Zq0T6pxrDpwOyWSKt6Es1erpUJLvM13H+Y3C4uxSUy4aS4WSHIJA8zvWvvEiWYOV17TD0Dmug==
"@salesforce/kit@^1.8.2", "@salesforce/kit@^1.8.3", "@salesforce/kit@^1.9.0", "@salesforce/kit@^1.9.2":
version "1.9.2"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.9.2.tgz#d232f135428363cdfe2649cb99a94bc2eb0a12fd"
integrity sha512-kjZvjFNP6njhAiEa/ErdLXSDWZKafHYJyKCKz1wnSFmDM8TOpKHCCVw5cQo87ZQr8OqxqwUDIAlSBLyMzKi4Lg==
dependencies:
"@salesforce/ts-types" "^1.7.3"
shx "^0.3.3"
tslib "^2.5.0"

"@salesforce/packaging@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@salesforce/packaging/-/packaging-1.4.2.tgz#1ca51a5fc0c5da48c5bf9ee982326e2928871286"
integrity sha512-sCLd7cdPDTf7IhnA2L4cV5wGCFf0xv3QndAwcC8vgkpmRBSfetDJ2IVahTM4slOrgCp2u6iMuI0H/ddKsf2b2g==
"@salesforce/packaging@^1.4.3":
version "1.4.4"
resolved "https://registry.yarnpkg.com/@salesforce/packaging/-/packaging-1.4.4.tgz#4f3bb1fb3f4c093db15abe6044956d1590a0700e"
integrity sha512-ktuCVAyQ871hlpei3Feuky059QPYeeSZKpdg/CvVXx89+EM4ByAvb9PLUS8drEz8fj2ka1L9MYIM2VZ8XwRQjg==
dependencies:
"@oclif/core" "^1.26.1"
"@oclif/core" "^1.26.2"
"@salesforce/core" "^3.32.11"
"@salesforce/kit" "^1.8.4"
"@salesforce/kit" "^1.9.2"
"@salesforce/schemas" "^1.5.0"
"@salesforce/source-deploy-retrieve" "^7.7.5"
"@salesforce/ts-types" "^1.7.1"
Expand Down

0 comments on commit 0892a3f

Please sign in to comment.