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

Commit 6d2e7af

Browse files
authored
Merge pull request #94 from oclif/dependabot-npm_and_yarn-oclif-config-1.18.14
fix(deps): bump @oclif/config from 1.18.12 to 1.18.14
2 parents 6e7e13a + 3c3a276 commit 6d2e7af

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
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/help/issues",
77
"dependencies": {
8-
"@oclif/config": "1.18.12",
8+
"@oclif/config": "1.18.14",
99
"@oclif/errors": "1.3.6",
1010
"chalk": "^4.1.2",
1111
"indent-string": "^4.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,13 @@
329329
debug "^4.1.1"
330330
semver "^7.3.2"
331331

332-
"@oclif/[email protected].12", "@oclif/config@^1.18.2":
333-
version "1.18.12"
334-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.12.tgz#3f8e8d332ce0e7f371ab649c5b1f58b409c43a16"
335-
integrity sha512-hbZv4N3J9pE4yzQIqrklJFgXhqYiQTN3uV5uBC8VaIZ1qEPzZv6lN9rDmcYIuEOBPzQvvSIBuaH/IDzo3F71PQ==
332+
"@oclif/[email protected].14", "@oclif/config@^1.18.2":
333+
version "1.18.14"
334+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.14.tgz#b7569b92b0501fd34244c210ccae3ca4eee8a753"
335+
integrity sha512-cLT/deFDm6A69LjAfV5ZZMMvMDlPt7sjMHYBrsOgQ5Upq5kDMgbaZM3hEbw74DmYIsuhq2E2wYrPD+Ax2qAfkA==
336336
dependencies:
337337
"@oclif/errors" "^1.3.6"
338-
"@oclif/parser" "^3.8.13"
338+
"@oclif/parser" "^3.8.14"
339339
debug "^4.3.4"
340340
globby "^11.1.0"
341341
is-wsl "^2.1.1"
@@ -376,10 +376,10 @@
376376
resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
377377
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
378378

379-
"@oclif/parser@^3.8.13", "@oclif/parser@^3.8.6":
380-
version "3.8.13"
381-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.13.tgz#339bbf6cf06b99fe45f453f188740a64929bf512"
382-
integrity sha512-M4RAB4VB5DuPF3ZoVJlXyemyxhflYBKrvP0cBI/ZJVelrfR7Z1fB/iUSrw7SyFvywI13mHmtEQ8Xz0bSUs7g8A==
379+
"@oclif/parser@^3.8.14", "@oclif/parser@^3.8.6":
380+
version "3.8.15"
381+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.15.tgz#b5581c288543a4a7f59e61cb186109715819b1d0"
382+
integrity sha512-M7ljUexkyJkR2efqG+PL31fAWyWDW1dczaMKoY+sOVqk78sm23iDMOJj/1vkfUrhO+W8dhseoPFnpSB6Hewfyw==
383383
dependencies:
384384
"@oclif/errors" "^1.3.6"
385385
"@oclif/linewrap" "^1.0.0"

0 commit comments

Comments
 (0)