Skip to content

Commit c52b033

Browse files
chore(dev-deps): bump @oclif/core from 4.8.0 to 4.8.2
Bumps [@oclif/core](https://github.com/oclif/core) from 4.8.0 to 4.8.2. - [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.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.8.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 341f12d commit c52b033

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@salesforce/ts-types": "^2.0.11"
1414
},
1515
"devDependencies": {
16-
"@oclif/core": "^4.8.0",
16+
"@oclif/core": "^4.8.2",
1717
"@oclif/plugin-command-snapshot": "^5.3.9",
1818
"@salesforce/cli-plugins-testkit": "^5.3.41",
1919
"@salesforce/dev-scripts": "^11.0.4",

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,10 +1370,10 @@
13701370
"@nodelib/fs.scandir" "2.1.5"
13711371
fastq "^1.6.0"
13721372

1373-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1374-
version "4.8.0"
1375-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785"
1376-
integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==
1373+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.2":
1374+
version "4.8.2"
1375+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.2.tgz#b4bb065b44da9eb2719086854b009a6747455d09"
1376+
integrity sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ==
13771377
dependencies:
13781378
ansi-escapes "^4.3.2"
13791379
ansis "^3.17.0"
@@ -1385,7 +1385,7 @@
13851385
indent-string "^4.0.0"
13861386
is-wsl "^2.2.0"
13871387
lilconfig "^3.1.3"
1388-
minimatch "^9.0.5"
1388+
minimatch "^10.2.4"
13891389
semver "^7.7.3"
13901390
string-width "^4.2.3"
13911391
supports-color "^8"
@@ -2800,6 +2800,11 @@ balanced-match@^3.0.0:
28002800
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
28012801
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
28022802

2803+
balanced-match@^4.0.2:
2804+
version "4.0.4"
2805+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2806+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2807+
28032808
base64-js@^1.3.1:
28042809
version "1.5.1"
28052810
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -2842,6 +2847,13 @@ brace-expansion@^4.0.0:
28422847
dependencies:
28432848
balanced-match "^3.0.0"
28442849

2850+
brace-expansion@^5.0.2:
2851+
version "5.0.4"
2852+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
2853+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
2854+
dependencies:
2855+
balanced-match "^4.0.2"
2856+
28452857
braces@^3.0.3, braces@~3.0.2:
28462858
version "3.0.3"
28472859
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -5682,6 +5694,13 @@ minimatch@9.0.3:
56825694
dependencies:
56835695
brace-expansion "^2.0.1"
56845696

5697+
minimatch@^10.2.4:
5698+
version "10.2.4"
5699+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
5700+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
5701+
dependencies:
5702+
brace-expansion "^5.0.2"
5703+
56855704
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
56865705
version "3.1.2"
56875706
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"

0 commit comments

Comments
 (0)