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

Commit 5352853

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

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.8",
10+
"@oclif/parser": "^3.8.9",
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.8":
353-
version "3.8.8"
354-
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.8.tgz#6c2309111ca06ed5262bb38e4ab4343656460e3b"
355-
integrity sha512-OgqQAtpyq1XFJG3dvLl9aqiO+F5pubkzt7AivUDkNoa6/hNgVZ79vvTO8sqo5XAAhOm/fcTSerZ35OTnTJb1ng==
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==
356356
dependencies:
357357
"@oclif/errors" "^1.3.6"
358358
"@oclif/linewrap" "^1.0.0"
359359
chalk "^4.1.0"
360-
tslib "^2.3.1"
360+
tslib "^2.4.1"
361361

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

3223-
tslib@^2.0.0, tslib@^2.3.1:
3224-
version "2.4.0"
3225-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
3226-
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
3223+
tslib@^2.0.0, tslib@^2.4.1:
3224+
version "2.4.1"
3225+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
3226+
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
32273227

32283228
tsutils@^3.17.1:
32293229
version "3.21.0"

0 commit comments

Comments
 (0)