Skip to content

Commit 4a618cc

Browse files
fix(deps): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core), [zod](https://github.com/colinhacks/zod), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [oclif](https://github.com/oclif/oclif). Updates `@salesforce/sf-plugins-core` from 12.2.5 to 12.2.6 - [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases) - [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md) - [Commits](salesforcecli/sf-plugins-core@12.2.5...12.2.6) Updates `zod` from 4.1.12 to 4.1.13 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.1.12...v4.1.13) Updates `@types/node` from 24.10.0 to 24.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `oclif` from 4.22.41 to 4.22.52 - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@4.22.41...4.22.52) --- updated-dependencies: - dependency-name: "@salesforce/sf-plugins-core" dependency-version: 12.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: zod dependency-version: 4.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: oclif dependency-version: 4.22.52 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 223b0e0 commit 4a618cc

File tree

2 files changed

+1001
-1045
lines changed

2 files changed

+1001
-1045
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@
3939
"@oclif/core": "^4.8.0",
4040
"@salesforce/core": "^8.23.4",
4141
"@salesforce/lwc-dev-mobile-core": "^4.0.0-alpha.14",
42-
"@salesforce/sf-plugins-core": "^12.2.5",
42+
"@salesforce/sf-plugins-core": "^12.2.6",
4343
"archy": "^1.0.0",
4444
"chalk": "^5.6.2",
45-
"zod": "^4.1.12"
45+
"zod": "^4.1.13"
4646
},
4747
"devDependencies": {
4848
"@oclif/plugin-command-snapshot": "^5.3.6",
4949
"@salesforce/cli-plugins-testkit": "^5.3.41",
5050
"@salesforce/dev-scripts": "^11.0.2",
5151
"@salesforce/ts-sinon": "1.4.31",
5252
"@types/archy": "^0.0.36",
53-
"@types/node": "^24.6.1",
53+
"@types/node": "^24.10.1",
5454
"c8": "^10.1.3",
5555
"eslint-plugin-sf-plugin": "^1.20.32",
56-
"oclif": "^4.22.27",
56+
"oclif": "^4.22.52",
5757
"ts-node": "^10.9.2",
5858
"typescript": "^5.9.3"
5959
},

0 commit comments

Comments
 (0)