Skip to content

Commit

Permalink
fix(deps): bump @salesforce/plugin-telemetry from 2.0.5 to 2.1.3
Browse files Browse the repository at this point in the history
Bumps [@salesforce/plugin-telemetry](https://github.com/salesforcecli/plugin-telemetry) from 2.0.5 to 2.1.3.
- [Release notes](https://github.com/salesforcecli/plugin-telemetry/releases)
- [Changelog](https://github.com/salesforcecli/plugin-telemetry/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/plugin-telemetry@2.0.5...2.1.3)

---
updated-dependencies:
- dependency-name: "@salesforce/plugin-telemetry"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2023
1 parent d481028 commit 9e35283
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@oclif/core": "^2.3.0",
"@salesforce/core": "^3.33.4",
"@salesforce/plugin-telemetry": "^2.0.5",
"@salesforce/plugin-telemetry": "^2.1.3",
"@salesforce/sf-plugins-core": "^2",
"@salesforce/telemetry": "^3.2.13",
"got": "^11",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.21.0", "@oclif/core@^1.8.0":
"@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.21.0":
version "1.26.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.26.1.tgz#26e46c96143d3e2b1dd9bd558ae1653fe9a4f3fa"
integrity sha512-g+OWJcM7JOVI53caTEtq0BB1nPotWctRLUyFODPgvDqXhVR7QED+Qz3LwFAMD8dt7/Ar2ZNq15U3bnpnOv453A==
Expand Down Expand Up @@ -826,10 +826,10 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88"
integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g==
"@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.5.0":
version "2.6.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b"
integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
Expand Down Expand Up @@ -1136,12 +1136,12 @@
mkdirp "^1.0.4"
tslib "^2"

"@salesforce/plugin-telemetry@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-2.0.5.tgz#214cfdfad8204127836ae315828c9c65c602720e"
integrity sha512-PqxGQPnmao0dx+ZsaorAC9jKVcUIgVaXivOpRAE6QnErF+/QsgcjL9Okh7osyPumDp9hRO1dxo8InNu0KMkLow==
"@salesforce/plugin-telemetry@^2.1.3":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-telemetry/-/plugin-telemetry-2.1.3.tgz#0952f52a74311248de543409b98deeb79eaaf4a3"
integrity sha512-IvVsJQ3cXKbJmmX7xPoAy9LUC8kjLmblLoJXNV8JB09/DgfoEANQBkc/F52AJZvt6olUm+swHT6mLIQy95kImA==
dependencies:
"@oclif/core" "^1.8.0"
"@oclif/core" "^2.5.0"
"@salesforce/core" "^3.32.2"
"@salesforce/telemetry" "^3.2.5"
debug "^4.3.4"
Expand Down

0 comments on commit 9e35283

Please sign in to comment.