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

Commit

Permalink
fix(deps): bump @oclif/parser from 3.8.7 to 3.8.8
Browse files Browse the repository at this point in the history
Bumps [@oclif/parser](https://github.com/oclif/parser) from 3.8.7 to 3.8.8.
- [Release notes](https://github.com/oclif/parser/releases)
- [Changelog](https://github.com/oclif/parser/blob/main/CHANGELOG.md)
- [Commits](oclif/parser@v3.8.7...3.8.8)

---
updated-dependencies:
- dependency-name: "@oclif/parser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2022
1 parent cfd1492 commit b03591e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/oclif/config/issues",
"dependencies": {
"@oclif/errors": "^1.3.6",
"@oclif/parser": "^3.8.7",
"@oclif/parser": "^3.8.8",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-wsl": "^2.1.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@oclif/errors@^1.3.5", "@oclif/errors@^1.3.6":
"@oclif/errors@^1.3.6":
version "1.3.6"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.6.tgz#e8fe1fc12346cb77c4f274e26891964f5175f75d"
integrity sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==
Expand All @@ -75,12 +75,12 @@
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==

"@oclif/parser@^3.8.7":
version "3.8.7"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.7.tgz#236d48db05d0b00157d3b42d31f9dac7550d2a7c"
integrity sha512-b11xBmIUK+LuuwVGJpFs4LwQN2xj2cBWj2c4z1FtiXGrJ85h9xV6q+k136Hw0tGg1jQoRXuvuBnqQ7es7vO9/Q==
"@oclif/parser@^3.8.8":
version "3.8.8"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.8.tgz#6c2309111ca06ed5262bb38e4ab4343656460e3b"
integrity sha512-OgqQAtpyq1XFJG3dvLl9aqiO+F5pubkzt7AivUDkNoa6/hNgVZ79vvTO8sqo5XAAhOm/fcTSerZ35OTnTJb1ng==
dependencies:
"@oclif/errors" "^1.3.5"
"@oclif/errors" "^1.3.6"
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
tslib "^2.3.1"
Expand Down

0 comments on commit b03591e

Please sign in to comment.