Skip to content

Commit a4be82a

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"enableO11y": true,
88
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
99
"dependencies": {
10-
"@oclif/core": "^4.8.0",
10+
"@oclif/core": "^4.8.3",
1111
"@salesforce/core": "^8.25.1",
1212
"@salesforce/kit": "^3.2.4",
1313
"@salesforce/sf-plugins-core": "^12",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,10 +1544,10 @@
15441544
"@nodelib/fs.scandir" "2.1.5"
15451545
fastq "^1.6.0"
15461546

1547-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1548-
version "4.8.0"
1549-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785"
1550-
integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==
1547+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.3":
1548+
version "4.8.3"
1549+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.3.tgz#c1f488841cd0929dbe101f1b86a213bf4349de2a"
1550+
integrity sha512-f7Rc1JBZO0wNMyDmNzP5IFOv5eM97S9pO4JUFdu2OLyk73YeBI9wog1Yyf666NOQvyptkbG1xh8inzMDQLNTyQ==
15511551
dependencies:
15521552
ansi-escapes "^4.3.2"
15531553
ansis "^3.17.0"
@@ -1559,7 +1559,7 @@
15591559
indent-string "^4.0.0"
15601560
is-wsl "^2.2.0"
15611561
lilconfig "^3.1.3"
1562-
minimatch "^9.0.5"
1562+
minimatch "^10.2.4"
15631563
semver "^7.7.3"
15641564
string-width "^4.2.3"
15651565
supports-color "^8"
@@ -6657,10 +6657,10 @@ [email protected]:
66576657
dependencies:
66586658
brace-expansion "^2.0.1"
66596659

6660-
minimatch@^10.1.1:
6661-
version "10.2.1"
6662-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
6663-
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
6660+
minimatch@^10.1.1, minimatch@^10.2.4:
6661+
version "10.2.4"
6662+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6663+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
66646664
dependencies:
66656665
brace-expansion "^5.0.2"
66666666

0 commit comments

Comments
 (0)