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

Commit 62a4a05

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] <[email protected]>
1 parent 6b9bafe commit 62a4a05

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@oclif/config": "^1.18.2",
99
"@oclif/errors": "^1.3.6",
10-
"@oclif/parser": "^3.8.9",
10+
"@oclif/parser": "^3.8.10",
1111
"@oclif/help": "^1.0.1",
1212
"debug": "^4.1.1",
1313
"semver": "^7.3.8"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,15 @@
349349
resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
350350
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
351351

352-
"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.6", "@oclif/parser@^3.8.9":
353-
version "3.8.9"
354-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.9.tgz#9399041ada7e465043f34b24f4d82a8beb68a023"
355-
integrity sha512-1j/kThdse7yHQz6+c3v8RA1I3gD6+SGt2O7IAb/MAMoxqyBrFQDabQHH2UU4eVFGMLN7U91AiYJp11zJ9LcQAg==
352+
"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.10", "@oclif/parser@^3.8.6":
353+
version "3.8.10"
354+
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.10.tgz#7b1048566e1d3f45ed09ca92b2e30f09bd9647e1"
355+
integrity sha512-J4l/NcnfbIU84+NNdy6bxq9yJt4joFWNvpk59hq+uaQPUNtjmNJDVGuRvf6GUOxHNgRsVK1JRmd/Ez+v7Z9GqQ==
356356
dependencies:
357357
"@oclif/errors" "^1.3.6"
358358
"@oclif/linewrap" "^1.0.0"
359359
chalk "^4.1.0"
360-
tslib "^2.4.1"
360+
tslib "^2.5.0"
361361

362362
363363
version "3.2.14"
@@ -3226,10 +3226,10 @@ tslib@^1, tslib@^1.8.1:
32263226
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
32273227
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
32283228

3229-
tslib@^2.0.0, tslib@^2.4.1:
3230-
version "2.4.1"
3231-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
3232-
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
3229+
tslib@^2.0.0, tslib@^2.5.0:
3230+
version "2.5.0"
3231+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
3232+
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
32333233

32343234
tsutils@^3.17.1:
32353235
version "3.21.0"

0 commit comments

Comments
 (0)