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

Commit 61a8dc8

Browse files
fix(deps): bump @oclif/parser from 3.8.9 to 3.8.10
Bumps [@oclif/parser](https://github.com/oclif/parser) from 3.8.9 to 3.8.10. - [Release notes](https://github.com/oclif/parser/releases) - [Changelog](https://github.com/oclif/parser/blob/main/CHANGELOG.md) - [Commits](oclif/parser@3.8.9...3.8.10) --- 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 75e5320 commit 61a8dc8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
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.9",
9+
"@oclif/parser": "^3.8.10",
1010
"debug": "^4.3.4",
1111
"globby": "^11.1.0",
1212
"is-wsl": "^2.1.1",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
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.9":
79-
version "3.8.9"
80-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.9.tgz#9399041ada7e465043f34b24f4d82a8beb68a023"
81-
integrity sha512-1j/kThdse7yHQz6+c3v8RA1I3gD6+SGt2O7IAb/MAMoxqyBrFQDabQHH2UU4eVFGMLN7U91AiYJp11zJ9LcQAg==
78+
"@oclif/parser@^3.8.10":
79+
version "3.8.10"
80+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.10.tgz#7b1048566e1d3f45ed09ca92b2e30f09bd9647e1"
81+
integrity sha512-J4l/NcnfbIU84+NNdy6bxq9yJt4joFWNvpk59hq+uaQPUNtjmNJDVGuRvf6GUOxHNgRsVK1JRmd/Ez+v7Z9GqQ==
8282
dependencies:
8383
"@oclif/errors" "^1.3.6"
8484
"@oclif/linewrap" "^1.0.0"
8585
chalk "^4.1.0"
86-
tslib "^2.4.1"
86+
tslib "^2.5.0"
8787

8888
"@types/chai@*", "@types/chai@^4.3.4":
8989
version "4.3.4"
@@ -2824,7 +2824,7 @@ tslib@^1.8.1:
28242824
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
28252825
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
28262826

2827-
tslib@^2.4.1, tslib@^2.5.0:
2827+
tslib@^2.5.0:
28282828
version "2.5.0"
28292829
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
28302830
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

0 commit comments

Comments
 (0)