Skip to content

Commit 082d810

Browse files
authored
Merge pull request #1199 from salesforcecli/dependabot-npm_and_yarn-oclif-4.17.17
chore(dev-deps): bump oclif from 4.17.13 to 4.17.17
2 parents 65451ee + 4d58ca7 commit 082d810

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@salesforce/plugin-command-reference": "^3.1.41",
1919
"chai-each": "^0.0.1",
2020
"eslint-plugin-sf-plugin": "^1.20.13",
21-
"oclif": "^4.17.13",
21+
"oclif": "^4.17.17",
2222
"ts-node": "^10.9.2",
2323
"typescript": "^5.7.3"
2424
},

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@
16841684
"@nodelib/fs.scandir" "2.1.5"
16851685
fastq "^1.6.0"
16861686

1687-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.4":
1687+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
16881688
version "4.2.4"
16891689
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
16901690
integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
@@ -1740,10 +1740,10 @@
17401740
ansis "^3.5.2"
17411741
fast-levenshtein "^3.0.0"
17421742

1743-
"@oclif/plugin-warn-if-update-available@^3.1.29":
1744-
version "3.1.30"
1745-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.30.tgz#e7b2d7d0dde92df095287e45d415ae24f594b541"
1746-
integrity sha512-mluHDyIraM8T0Je25npNwV0p8T2cudeTe1N6P6KQ2rgPpgcW59Z+vze0VSJcZ7f+S65M3mk0TXn3qj7gtS3PLA==
1743+
"@oclif/plugin-warn-if-update-available@^3.1.30":
1744+
version "3.1.31"
1745+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.31.tgz#203bc7e63f7f7df5bb1e31f42c3c1b52eaa00763"
1746+
integrity sha512-0ZN7o+Tv00gYrwlKsfMQ8VvJGb9Vhr3UYStFJh1AbEdGTPlURv51aatTW27AIV2atfluCh0MMntVZSzoDcuxSQ==
17471747
dependencies:
17481748
"@oclif/core" "^4"
17491749
ansis "^3.5.2"
@@ -6222,20 +6222,20 @@ object.values@^1.1.7:
62226222
define-properties "^1.2.0"
62236223
es-abstract "^1.22.1"
62246224

6225-
oclif@^4.17.13:
6226-
version "4.17.13"
6227-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.13.tgz#6c18870b413d010a35887878bbb7fabd63e03580"
6228-
integrity sha512-cwkMIWPMYCLzB16cEGsHiW4xonl4vm++zYoQSSC+AXTKmOleeiVkDS6RXK92vhSUrsKaqhX4plQb0fSWj0V6YA==
6225+
oclif@^4.17.17:
6226+
version "4.17.17"
6227+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.17.tgz#6b5b8d1ec1cf27c83ec4b031c3b347c8eca43617"
6228+
integrity sha512-k1aiaYO6LVzIm6uaMbQ5QceH/OzyhEz5bHIJLfiGJCs17fwnfab/m7jUAZ/4BlJ5OiA69GYmt++jcqHAOWW8Yg==
62296229
dependencies:
62306230
"@aws-sdk/client-cloudfront" "^3.726.1"
62316231
"@aws-sdk/client-s3" "^3.722.0"
62326232
"@inquirer/confirm" "^3.1.22"
62336233
"@inquirer/input" "^2.2.4"
62346234
"@inquirer/select" "^2.5.0"
6235-
"@oclif/core" "^4.2.0"
6235+
"@oclif/core" "^4.2.3"
62366236
"@oclif/plugin-help" "^6.2.21"
62376237
"@oclif/plugin-not-found" "^3.2.32"
6238-
"@oclif/plugin-warn-if-update-available" "^3.1.29"
6238+
"@oclif/plugin-warn-if-update-available" "^3.1.30"
62396239
async-retry "^1.3.3"
62406240
chalk "^4"
62416241
change-case "^4"
@@ -6248,7 +6248,7 @@ oclif@^4.17.13:
62486248
lodash "^4.17.21"
62496249
normalize-package-data "^6"
62506250
semver "^7.6.3"
6251-
sort-package-json "^2.12.0"
6251+
sort-package-json "^2.14.0"
62526252
tiny-jsonc "^1.0.1"
62536253
validate-npm-package-name "^5.0.1"
62546254

@@ -7133,10 +7133,10 @@ sort-object-keys@^1.1.3:
71337133
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
71347134
integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==
71357135

7136-
sort-package-json@^2.12.0:
7137-
version "2.12.0"
7138-
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.12.0.tgz#4196a1ba82ba63c4a512add1d00ab39026bf8ab7"
7139-
integrity sha512-/HrPQAeeLaa+vbAH/znjuhwUluuiM/zL5XX9kop8UpDgjtyWKt43hGDk2vd/TBdDpzIyzIHVUgmYofzYrAQjew==
7136+
sort-package-json@^2.14.0:
7137+
version "2.14.0"
7138+
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.14.0.tgz#ba0c7420dc6edea4b0eb7e9f502fda63f57586d8"
7139+
integrity sha512-xBRdmMjFB/KW3l51mP31dhlaiFmqkHLfWTfZAno8prb/wbDxwBPWFpxB16GZbiPbYr3wL41H8Kx22QIDWRe8WQ==
71407140
dependencies:
71417141
detect-indent "^7.0.1"
71427142
detect-newline "^4.0.0"

0 commit comments

Comments
 (0)