Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 41886c7

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

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/command/issues",
77
"dependencies": {
8-
"@oclif/config": "^1.18.2",
8+
"@oclif/config": "^1.18.15",
99
"@oclif/errors": "^1.3.6",
1010
"@oclif/parser": "^3.8.16",
1111
"@oclif/help": "^1.0.1",

yarn.lock

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
debug "^4.1.1"
296296
semver "^7.3.2"
297297

298-
"@oclif/[email protected]", "@oclif/config@^1.18.2":
298+
299299
version "1.18.2"
300300
resolved "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
301301
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
@@ -307,6 +307,18 @@
307307
is-wsl "^2.1.1"
308308
tslib "^2.0.0"
309309

310+
"@oclif/config@^1.18.15", "@oclif/config@^1.18.2":
311+
version "1.18.15"
312+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.15.tgz#3be95862dda32d759fc61bcadff1e7819915a112"
313+
integrity sha512-eBTiFXGfXSzghc4Yjp3EutYU+6MrHX1kzk4j5i4CsR5AEor43ynXFrzpO6v7IwbR1KyUo+9SYE2D69Y+sHIMpg==
314+
dependencies:
315+
"@oclif/errors" "^1.3.6"
316+
"@oclif/parser" "^3.8.15"
317+
debug "^4.3.4"
318+
globby "^11.1.0"
319+
is-wsl "^2.1.1"
320+
tslib "^2.5.0"
321+
310322
311323
version "1.3.5"
312324
resolved "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
@@ -349,7 +361,7 @@
349361
resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
350362
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
351363

352-
"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.16", "@oclif/parser@^3.8.6":
364+
"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.15", "@oclif/parser@^3.8.16", "@oclif/parser@^3.8.6":
353365
version "3.8.16"
354366
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.16.tgz#bedfc55153075b8b2925657f8865035aa877515c"
355367
integrity sha512-jeleXSh5izmBQ6vwyCJmbFPahPpd/ajxASi25FaYAWcvwVMzP/vKAKQXKWZun6T9K/gd6ywSsTpfAXiZAjBd6g==
@@ -1156,10 +1168,10 @@ [email protected]:
11561168
dependencies:
11571169
ms "2.1.2"
11581170

1159-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
1160-
version "4.3.3"
1161-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
1162-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
1171+
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4:
1172+
version "4.3.4"
1173+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1174+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
11631175
dependencies:
11641176
ms "2.1.2"
11651177

@@ -3226,7 +3238,7 @@ tslib@^1, tslib@^1.8.1:
32263238
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
32273239
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
32283240

3229-
tslib@^2.0.0, tslib@^2.6.1:
3241+
tslib@^2.0.0, tslib@^2.5.0, tslib@^2.6.1:
32303242
version "2.6.1"
32313243
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
32323244
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==

0 commit comments

Comments
 (0)