Skip to content

Commit 99004ac

Browse files
fix(deps): bump @salesforce/plugin-info from 3.4.40 to 3.4.44
Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 3.4.40 to 3.4.44. - [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.40...3.4.44) --- 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 3cf62e6 commit 99004ac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.5",
1212
"@salesforce/kit": "^3.2.3",
13-
"@salesforce/plugin-info": "^3.4.40",
13+
"@salesforce/plugin-info": "^3.4.44",
1414
"@salesforce/sf-plugins-core": "^12.2.0",
1515
"@salesforce/ts-types": "^2.0.11",
1616
"open": "^10.1.0"

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@
12841284
"@jridgewell/resolve-uri" "^3.1.0"
12851285
"@jridgewell/sourcemap-codec" "^1.4.14"
12861286

1287-
"@jsforce/jsforce-node@^3.6.4", "@jsforce/jsforce-node@^3.6.5":
1287+
"@jsforce/jsforce-node@^3.6.5":
12881288
version "3.6.6"
12891289
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.6.tgz#26fe2fc9f4f3671ca8bfb0c98a728cb8a0219265"
12901290
integrity sha512-WdIo2lLbrz6nkfiaz2UynyaNiM8o+fEjaRev7zA4KKSaQYB1MJ66xHubeI5Iheq8WgkY9XGwWKAwPDhuV+GROQ==
@@ -1528,15 +1528,15 @@
15281528
debug "^4.4.0"
15291529
handlebars "^4.7.8"
15301530

1531-
"@salesforce/plugin-info@^3.4.40":
1532-
version "3.4.40"
1533-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.40.tgz#be1b6a94c901b6dbd7cf47e3561210c46578d901"
1534-
integrity sha512-hZ9nNVgAeo68rh8mOSiQyww9hziGrQCbXKkD4t4bTDOpy2FAQ29ZrJLh5JwxiovY73js4bNWpuiVXR5KG7LNvw==
1531+
"@salesforce/plugin-info@^3.4.44":
1532+
version "3.4.44"
1533+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.44.tgz#36b4a80b162767aa7f00a3c20170193f6d0b9f03"
1534+
integrity sha512-rOXO6fJZ3990MNfHkTWHcVyptLic6AJ73Z39myF2HWHpJyBtShJPUtbIlSi6RQIfiiFetpHe5HSEdR8T4DYtCA==
15351535
dependencies:
15361536
"@inquirer/input" "^2.3.0"
1537-
"@jsforce/jsforce-node" "^3.6.4"
1537+
"@jsforce/jsforce-node" "^3.6.5"
15381538
"@oclif/core" "^4"
1539-
"@salesforce/core" "^8.8.0"
1539+
"@salesforce/core" "^8.8.4"
15401540
"@salesforce/kit" "^3.2.3"
15411541
"@salesforce/sf-plugins-core" "^12"
15421542
got "^13.0.0"

0 commit comments

Comments
 (0)