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

Commit c9477dc

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/oclif/config/issues",
77
"dependencies": {
88
"@oclif/errors": "^1.3.6",
9-
"@oclif/parser": "^3.8.14",
9+
"@oclif/parser": "^3.8.15",
1010
"debug": "^4.3.4",
1111
"globby": "^11.1.0",
1212
"is-wsl": "^2.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
7676
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
7777

78-
"@oclif/parser@^3.8.14":
79-
version "3.8.14"
80-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.14.tgz#9ac2db5622400dddf4010c9efe14dd9c825d22ec"
81-
integrity sha512-dGF3/Db+YZTxlR2f5cUbFcUXhrGxeVu9aT+Y/J7Wt6KMRiBJ6igIBChDHvRjjQVujR00OpdkS6fyLgBFI5meWQ==
78+
"@oclif/parser@^3.8.15":
79+
version "3.8.15"
80+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.15.tgz#b5581c288543a4a7f59e61cb186109715819b1d0"
81+
integrity sha512-M7ljUexkyJkR2efqG+PL31fAWyWDW1dczaMKoY+sOVqk78sm23iDMOJj/1vkfUrhO+W8dhseoPFnpSB6Hewfyw==
8282
dependencies:
8383
"@oclif/errors" "^1.3.6"
8484
"@oclif/linewrap" "^1.0.0"

0 commit comments

Comments
 (0)