Skip to content

Commit 3242b9c

Browse files
fix(deps): bump @oclif/core from 4.5.2 to 4.5.3
Bumps [@oclif/core](https://github.com/oclif/core) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.5.2...4.5.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42928ab commit 3242b9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@lwc/lwc-dev-server": "~13.2.2",
1111
"@lwc/sfdc-lwc-compiler": "~13.2.2",
1212
"@lwrjs/api": "0.18.3",
13-
"@oclif/core": "^4.5.0",
13+
"@oclif/core": "^4.5.3",
1414
"@salesforce/core": "^8.23.0",
1515
"@salesforce/kit": "^3.1.6",
1616
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,10 +2818,10 @@
28182818
"@nodelib/fs.scandir" "2.1.5"
28192819
fastq "^1.6.0"
28202820

2821-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.0", "@oclif/core@^4.5.2":
2822-
version "4.5.2"
2823-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
2824-
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
2821+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3":
2822+
version "4.5.3"
2823+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
2824+
integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
28252825
dependencies:
28262826
ansi-escapes "^4.3.2"
28272827
ansis "^3.17.0"
@@ -3353,7 +3353,7 @@
33533353
strip-ansi "6.0.1"
33543354
ts-retry-promise "^0.8.1"
33553355

3356-
"@salesforce/core@^8.15.0", "@salesforce/core@^8.19.1", "@salesforce/core@^8.22.0", "@salesforce/core@^8.23.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
3356+
"@salesforce/core@^8.15.0", "@salesforce/core@^8.22.0", "@salesforce/core@^8.23.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
33573357
version "8.23.0"
33583358
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.0.tgz#19e9effb2175507538157255d969e08925f91f76"
33593359
integrity sha512-njdJlo+SYtmuCBE1p8lwbcQF6oRsE1ZkcEQUElpu4WhB+DT/0mv7oN3eeYfh9Ss9Px95sSgzPJhEFLsZLwGJ4w==

0 commit comments

Comments
 (0)