Skip to content

Commit e045e2e

Browse files
fix(deps): bump @salesforce/plugin-info from 3.4.18 to 3.4.21
Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.4.18 to 3.4.21. - [Release notes](https://github.com/salesforcecli/plugin-info/releases) - [Changelog](https://github.com/salesforcecli/plugin-info/blob/main/CHANGELOG.md) - [Commits](salesforcecli/plugin-info@3.4.18...3.4.21) --- updated-dependencies: - dependency-name: "@salesforce/plugin-info" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 085fd88 commit e045e2e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@oclif/core": "^4",
1111
"@salesforce/core": "^8.8.0",
1212
"@salesforce/kit": "^3.2.3",
13-
"@salesforce/plugin-info": "^3.4.18",
13+
"@salesforce/plugin-info": "^3.4.21",
1414
"@salesforce/sf-plugins-core": "^12.0.11",
1515
"@salesforce/ts-types": "^2.0.11",
1616
"open": "^10.1.0"

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@
15031503
strip-ansi "6.0.1"
15041504
ts-retry-promise "^0.8.1"
15051505

1506-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.3", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
1506+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
15071507
version "8.8.0"
15081508
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
15091509
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
@@ -1585,15 +1585,15 @@
15851585
debug "^4.3.7"
15861586
handlebars "^4.7.8"
15871587

1588-
"@salesforce/plugin-info@^3.4.18":
1589-
version "3.4.18"
1590-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.18.tgz#babb2bd0e6972e5e204c49ed0e9123fc55a82764"
1591-
integrity sha512-QgLtgWmHG+bd88K3JTtsoa39KiimDzKFbw0pSuBU33lxoq24E2XTaFyEj1X6+HvGtDMExnv66VHjC3OU3hLMuQ==
1588+
"@salesforce/plugin-info@^3.4.21":
1589+
version "3.4.21"
1590+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.21.tgz#b2d743216723e76020ef24b0d2e441cf4d98e61e"
1591+
integrity sha512-fH7Mj/K+syDbywqy4OAmYLo9G6850o2ESP0ufhRFlid1PlV6KqXq9XyUA3PGj/0KBkcfMxgUuz000vAsUIjdMQ==
15921592
dependencies:
15931593
"@inquirer/input" "^2.3.0"
15941594
"@jsforce/jsforce-node" "^3.6.2"
15951595
"@oclif/core" "^4"
1596-
"@salesforce/core" "^8.6.3"
1596+
"@salesforce/core" "^8.8.0"
15971597
"@salesforce/kit" "^3.2.3"
15981598
"@salesforce/sf-plugins-core" "^12"
15991599
got "^13.0.0"

0 commit comments

Comments
 (0)