@mux/cli 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @mux/cli
21
21
  $ mux COMMAND
22
22
  running command...
23
23
  $ mux (-v|--version|version)
24
- @mux/cli/0.7.0 linux-x64 node-v14.18.3
24
+ @mux/cli/0.7.1 darwin-x64 node-v14.17.5
25
25
  $ mux --help [COMMAND]
26
26
  USAGE
27
27
  $ mux COMMAND
@@ -65,7 +65,7 @@ OPTIONS
65
65
  -p, --private add a private playback policy to the created asset
66
66
  ```
67
67
 
68
- _See code: [src/commands/assets/create.ts](https://github.com/muxinc/cli/blob/v0.7.0/src/commands/assets/create.ts)_
68
+ _See code: [src/commands/assets/create.ts](https://github.com/muxinc/cli/blob/v0.7.1/src/commands/assets/create.ts)_
69
69
 
70
70
  ## `mux assets:upload PATH`
71
71
 
@@ -84,7 +84,7 @@ OPTIONS
84
84
  -p, --private
85
85
  ```
86
86
 
87
- _See code: [src/commands/assets/upload.ts](https://github.com/muxinc/cli/blob/v0.7.0/src/commands/assets/upload.ts)_
87
+ _See code: [src/commands/assets/upload.ts](https://github.com/muxinc/cli/blob/v0.7.1/src/commands/assets/upload.ts)_
88
88
 
89
89
  ## `mux autocomplete [SHELL]`
90
90
 
@@ -135,20 +135,20 @@ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blo
135
135
 
136
136
  ## `mux help [COMMAND]`
137
137
 
138
- display help for mux
138
+ Display help for mux.
139
139
 
140
140
  ```
141
141
  USAGE
142
142
  $ mux help [COMMAND]
143
143
 
144
144
  ARGUMENTS
145
- COMMAND command to show help for
145
+ COMMAND Command to show help for.
146
146
 
147
147
  OPTIONS
148
- --all see all commands in CLI
148
+ -n, --nested-commands Include all nested commands in the output.
149
149
  ```
150
150
 
151
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.18/src/commands/help.ts)_
151
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_
152
152
 
153
153
  ## `mux init [ENVFILE]`
154
154
 
@@ -165,7 +165,7 @@ OPTIONS
165
165
  -f, --force Will initialize a new file even if one already exists.
166
166
  ```
167
167
 
168
- _See code: [src/commands/init.ts](https://github.com/muxinc/cli/blob/v0.7.0/src/commands/init.ts)_
168
+ _See code: [src/commands/init.ts](https://github.com/muxinc/cli/blob/v0.7.1/src/commands/init.ts)_
169
169
 
170
170
  ## `mux live:complete STREAMNAME`
171
171
 
@@ -183,7 +183,7 @@ OPTIONS
183
183
  -t, --streamId=stream-id [default: stream-id] the type of the provided reference name
184
184
  ```
185
185
 
186
- _See code: [src/commands/live/complete.ts](https://github.com/muxinc/cli/blob/v0.7.0/src/commands/live/complete.ts)_
186
+ _See code: [src/commands/live/complete.ts](https://github.com/muxinc/cli/blob/v0.7.1/src/commands/live/complete.ts)_
187
187
 
188
188
  ## `mux live:disable STREAMNAME`
189
189
 
@@ -200,7 +200,7 @@ OPTIONS
200
200
  -t, --streamId=stream-id [default: stream-id] the type of the provided reference name
201
201
  ```
202
202
 
203
- _See code: [src/commands/live/disable.ts](https://github.com/muxinc/cli/blob/v0.7.0/src/commands/live/disable.ts)_
203
+ _See code: [src/commands/live/disable.ts](https://github.com/muxinc/cli/blob/v0.7.1/src/commands/live/disable.ts)_
204
204
 
205
205
  ## `mux live:enable STREAMNAME`
206
206
 
@@ -217,7 +217,7 @@ OPTIONS
217
217
  -t, --streamId=stream-id [default: stream-id] the type of the provided reference name
218
218
  ```
219
219
 
220
- _See code: [src/commands/live/enable.ts](https://github.com/muxinc/cli/blob/v0.7.0/src/commands/live/enable.ts)_
220
+ _See code: [src/commands/live/enable.ts](https://github.com/muxinc/cli/blob/v0.7.1/src/commands/live/enable.ts)_
221
221
 
222
222
  ## `mux plugins`
223
223
 
@@ -369,13 +369,13 @@ ARGUMENTS
369
369
  PLAYBACK-ID Playback ID to create a signed URL token for.
370
370
 
371
371
  OPTIONS
372
- -e, --expiresIn=expiresIn [default: 7d] How long the signature is valid for. If no unit is specified,
373
- milliseconds is assumed.
372
+ -e, --expiresIn=expiresIn [default: 7d] How long the signature is valid for. If no unit is specified,
373
+ milliseconds is assumed.
374
374
 
375
- -t, --type=video|thumbnail|gif [default: video] What type of token this signature is for.
375
+ -t, --type=video|thumbnail|gif|storyboard [default: video] What type of token this signature is for.
376
376
  ```
377
377
 
378
- _See code: [src/commands/sign.ts](https://github.com/muxinc/cli/blob/v0.7.0/src/commands/sign.ts)_
378
+ _See code: [src/commands/sign.ts](https://github.com/muxinc/cli/blob/v0.7.1/src/commands/sign.ts)_
379
379
 
380
380
  ## `mux update [CHANNEL]`
381
381
 
@@ -46,6 +46,6 @@ Sign.flags = {
46
46
  char: 't',
47
47
  description: 'What type of token this signature is for.',
48
48
  default: 'video',
49
- options: ['video', 'thumbnail', 'gif'],
49
+ options: ['video', 'thumbnail', 'gif', 'storyboard'],
50
50
  })
51
51
  };
@@ -1 +1 @@
1
- {"version":"0.7.0","commands":{"init":{"id":"init","description":"set up a user-level config","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"Will initialize a new file even if one already exists.","allowNo":false}},"args":[{"name":"envFile","description":"path to a Mux access token .env file","required":false}]},"sign":{"id":"sign","description":"Creates a new signed URL token for a playback ID","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"expiresIn":{"name":"expiresIn","type":"option","char":"e","description":"How long the signature is valid for. If no unit is specified, milliseconds is assumed.","default":"7d"},"type":{"name":"type","type":"option","char":"t","description":"What type of token this signature is for.","options":["video","thumbnail","gif"],"default":"video"}},"args":[{"name":"playback-id","description":"Playback ID to create a signed URL token for.","required":true}]},"assets:create":{"id":"assets:create","description":"Create a new asset in Mux using a file that's already available online","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"private":{"name":"private","type":"boolean","char":"p","description":"add a private playback policy to the created asset","allowNo":false}},"args":[{"name":"input","description":"input URL for the file you'd like to create this asset from","required":true}]},"assets:upload":{"id":"assets:upload","description":"Create a new asset in Mux via a local file","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"private":{"name":"private","type":"boolean","char":"p","allowNo":false},"filter":{"name":"filter","type":"option","char":"f","description":"regex that filters the selected destination if the provided path is a folder"},"concurrent":{"name":"concurrent","type":"option","char":"c","description":"max number of files to upload at once","default":3}},"args":[{"name":"path","description":"local path for the file (or folder) you'd like to upload","required":true}]},"live:complete":{"id":"live:complete","description":"Signal to Mux that a live stream has concluded and should be closed.","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"streamId":{"name":"streamId","type":"option","char":"t","description":"the type of the provided reference name","options":["stream-id"],"default":"stream-id"},"disableAfterCompletion":{"name":"disableAfterCompletion","type":"boolean","char":"d","description":"If set, disables the stream upon completion.","allowNo":false}},"args":[{"name":"streamName","description":"the name (coupled with --reference-type) to look up in Mux to yield this livestream","required":true}]},"live:disable":{"id":"live:disable","description":"Disables a live stream and prevents encoders from streaming to it.","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"streamId":{"name":"streamId","type":"option","char":"t","description":"the type of the provided reference name","options":["stream-id"],"default":"stream-id"}},"args":[{"name":"streamName","description":"the name (coupled with --reference-type) to look up in Mux to yield this livestream","required":true}]},"live:enable":{"id":"live:enable","description":"Enables a live stream, allowing encoders to streaming to it.","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"streamId":{"name":"streamId","type":"option","char":"t","description":"the type of the provided reference name","options":["stream-id"],"default":"stream-id"}},"args":[{"name":"streamName","description":"the name (coupled with --reference-type) to look up in Mux to yield this livestream","required":true}]}}}
1
+ {"version":"0.7.1","commands":{"init":{"id":"init","description":"set up a user-level config","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"Will initialize a new file even if one already exists.","allowNo":false}},"args":[{"name":"envFile","description":"path to a Mux access token .env file","required":false}]},"sign":{"id":"sign","description":"Creates a new signed URL token for a playback ID","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"expiresIn":{"name":"expiresIn","type":"option","char":"e","description":"How long the signature is valid for. If no unit is specified, milliseconds is assumed.","default":"7d"},"type":{"name":"type","type":"option","char":"t","description":"What type of token this signature is for.","options":["video","thumbnail","gif","storyboard"],"default":"video"}},"args":[{"name":"playback-id","description":"Playback ID to create a signed URL token for.","required":true}]},"assets:create":{"id":"assets:create","description":"Create a new asset in Mux using a file that's already available online","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"private":{"name":"private","type":"boolean","char":"p","description":"add a private playback policy to the created asset","allowNo":false}},"args":[{"name":"input","description":"input URL for the file you'd like to create this asset from","required":true}]},"assets:upload":{"id":"assets:upload","description":"Create a new asset in Mux via a local file","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"private":{"name":"private","type":"boolean","char":"p","allowNo":false},"filter":{"name":"filter","type":"option","char":"f","description":"regex that filters the selected destination if the provided path is a folder"},"concurrent":{"name":"concurrent","type":"option","char":"c","description":"max number of files to upload at once","default":3}},"args":[{"name":"path","description":"local path for the file (or folder) you'd like to upload","required":true}]},"live:complete":{"id":"live:complete","description":"Signal to Mux that a live stream has concluded and should be closed.","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"streamId":{"name":"streamId","type":"option","char":"t","description":"the type of the provided reference name","options":["stream-id"],"default":"stream-id"},"disableAfterCompletion":{"name":"disableAfterCompletion","type":"boolean","char":"d","description":"If set, disables the stream upon completion.","allowNo":false}},"args":[{"name":"streamName","description":"the name (coupled with --reference-type) to look up in Mux to yield this livestream","required":true}]},"live:disable":{"id":"live:disable","description":"Disables a live stream and prevents encoders from streaming to it.","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"streamId":{"name":"streamId","type":"option","char":"t","description":"the type of the provided reference name","options":["stream-id"],"default":"stream-id"}},"args":[{"name":"streamName","description":"the name (coupled with --reference-type) to look up in Mux to yield this livestream","required":true}]},"live:enable":{"id":"live:enable","description":"Enables a live stream, allowing encoders to streaming to it.","pluginName":"@mux/cli","pluginType":"core","aliases":[],"flags":{"streamId":{"name":"streamId","type":"option","char":"t","description":"the type of the provided reference name","options":["stream-id"],"default":"stream-id"}},"args":[{"name":"streamName","description":"the name (coupled with --reference-type) to look up in Mux to yield this livestream","required":true}]}}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mux/cli",
3
3
  "description": "Your friendly neighborhood Mux CLI tool!",
4
- "version": "0.7.0",
4
+ "version": "0.7.1",
5
5
  "author": {
6
6
  "name": "Mux",
7
7
  "email": "devex@mux.com",
@@ -25,7 +25,7 @@ export default class Sign extends MuxBase {
25
25
  char: 't',
26
26
  description: 'What type of token this signature is for.',
27
27
  default: 'video',
28
- options: ['video', 'thumbnail', 'gif'],
28
+ options: ['video', 'thumbnail', 'gif', 'storyboard'],
29
29
  })
30
30
  };
31
31
 
package/yarn.lock CHANGED
@@ -1328,9 +1328,9 @@ binaryextensions@^4.15.0, binaryextensions@^4.16.0:
1328
1328
  integrity sha512-PQu3Kyv9dM4FnwB7XGj1+HucW+ShvJzJqjuw1JkKVs1mWdwOKVcRjOi+pV9X52A0tNvrPCsPkbFFQb+wE1EAXw==
1329
1329
 
1330
1330
  bl@^1.0.0:
1331
- version "1.2.2"
1332
- resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c"
1333
- integrity sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==
1331
+ version "1.2.3"
1332
+ resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.3.tgz#1e8dd80142eac80d7158c9dccc047fb620e035e7"
1333
+ integrity sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==
1334
1334
  dependencies:
1335
1335
  readable-stream "^2.3.5"
1336
1336
  safe-buffer "^5.1.1"
@@ -1949,11 +1949,16 @@ copy-descriptor@^0.1.0:
1949
1949
  resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
1950
1950
  integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
1951
1951
 
1952
- core-util-is@1.0.2, core-util-is@~1.0.0:
1952
+ core-util-is@1.0.2:
1953
1953
  version "1.0.2"
1954
1954
  resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
1955
1955
  integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
1956
1956
 
1957
+ core-util-is@~1.0.0:
1958
+ version "1.0.3"
1959
+ resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
1960
+ integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
1961
+
1957
1962
  cp-file@^3.1.0:
1958
1963
  version "3.2.0"
1959
1964
  resolved "https://registry.yarnpkg.com/cp-file/-/cp-file-3.2.0.tgz#6f83616254624f0ad58aa4aa8d076f026be7e188"
@@ -3261,9 +3266,9 @@ he@1.2.0:
3261
3266
  integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
3262
3267
 
3263
3268
  hosted-git-info@^2.1.4:
3264
- version "2.8.8"
3265
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
3266
- integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
3269
+ version "2.8.9"
3270
+ resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
3271
+ integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
3267
3272
 
3268
3273
  hosted-git-info@^3.0.6:
3269
3274
  version "3.0.7"
@@ -3445,12 +3450,7 @@ inflight@^1.0.4:
3445
3450
  once "^1.3.0"
3446
3451
  wrappy "1"
3447
3452
 
3448
- inherits@2, inherits@~2.0.3:
3449
- version "2.0.3"
3450
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
3451
- integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
3452
-
3453
- inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1:
3453
+ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
3454
3454
  version "2.0.4"
3455
3455
  resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
3456
3456
  integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -4275,17 +4275,7 @@ lodash.set@^4.3.2:
4275
4275
  resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
4276
4276
  integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM=
4277
4277
 
4278
- lodash@^4.17.10, lodash@^4.17.13, lodash@^4.17.19, lodash@^4.5.1:
4279
- version "4.17.20"
4280
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
4281
- integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
4282
-
4283
- lodash@^4.17.11:
4284
- version "4.17.11"
4285
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4286
- integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
4287
-
4288
- lodash@^4.17.15, lodash@^4.17.21:
4278
+ lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.5.1:
4289
4279
  version "4.17.21"
4290
4280
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
4291
4281
  integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4632,9 +4622,9 @@ minizlib@^2.0.0, minizlib@^2.1.1:
4632
4622
  yallist "^4.0.0"
4633
4623
 
4634
4624
  mixin-deep@^1.2.0:
4635
- version "1.3.1"
4636
- resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe"
4637
- integrity sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==
4625
+ version "1.3.2"
4626
+ resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
4627
+ integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
4638
4628
  dependencies:
4639
4629
  for-in "^1.0.2"
4640
4630
  is-extendable "^1.0.1"
@@ -5422,9 +5412,9 @@ path-key@^3.0.0, path-key@^3.1.0:
5422
5412
  integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
5423
5413
 
5424
5414
  path-parse@^1.0.6:
5425
- version "1.0.6"
5426
- resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
5427
- integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
5415
+ version "1.0.7"
5416
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
5417
+ integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
5428
5418
 
5429
5419
  path-type@^1.0.0:
5430
5420
  version "1.1.0"
@@ -5533,16 +5523,11 @@ proc-log@^1.0.0:
5533
5523
  resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-1.0.0.tgz#0d927307401f69ed79341e83a0b2c9a13395eb77"
5534
5524
  integrity sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg==
5535
5525
 
5536
- process-nextick-args@^2.0.0:
5526
+ process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
5537
5527
  version "2.0.1"
5538
5528
  resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
5539
5529
  integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
5540
5530
 
5541
- process-nextick-args@~2.0.0:
5542
- version "2.0.0"
5543
- resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
5544
- integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==
5545
-
5546
5531
  process-on-spawn@^1.0.0:
5547
5532
  version "1.0.0"
5548
5533
  resolved "https://registry.yarnpkg.com/process-on-spawn/-/process-on-spawn-1.0.0.tgz#95b05a23073d30a17acfdc92a440efd2baefdc93"
@@ -5691,7 +5676,7 @@ read-pkg@^5.2.0:
5691
5676
  parse-json "^5.0.0"
5692
5677
  type-fest "^0.6.0"
5693
5678
 
5694
- readable-stream@^2.0.2, readable-stream@^2.1.4:
5679
+ readable-stream@^2.0.2, readable-stream@^2.1.4, readable-stream@^2.3.0, readable-stream@^2.3.5:
5695
5680
  version "2.3.7"
5696
5681
  resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
5697
5682
  integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -5704,19 +5689,6 @@ readable-stream@^2.0.2, readable-stream@^2.1.4:
5704
5689
  string_decoder "~1.1.1"
5705
5690
  util-deprecate "~1.0.1"
5706
5691
 
5707
- readable-stream@^2.3.0, readable-stream@^2.3.5:
5708
- version "2.3.6"
5709
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
5710
- integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==
5711
- dependencies:
5712
- core-util-is "~1.0.0"
5713
- inherits "~2.0.3"
5714
- isarray "~1.0.0"
5715
- process-nextick-args "~2.0.0"
5716
- safe-buffer "~5.1.1"
5717
- string_decoder "~1.1.1"
5718
- util-deprecate "~1.0.1"
5719
-
5720
5692
  readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
5721
5693
  version "3.6.0"
5722
5694
  resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
@@ -5952,16 +5924,16 @@ rxjs@^7.2.0, rxjs@^7.5.2:
5952
5924
  dependencies:
5953
5925
  tslib "^2.1.0"
5954
5926
 
5955
- safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
5956
- version "5.1.2"
5957
- resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
5958
- integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
5959
-
5960
- safe-buffer@~5.2.0:
5927
+ safe-buffer@^5.0.1, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
5961
5928
  version "5.2.1"
5962
5929
  resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
5963
5930
  integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
5964
5931
 
5932
+ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
5933
+ version "5.1.2"
5934
+ resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
5935
+ integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
5936
+
5965
5937
  safe-regex@^1.1.0:
5966
5938
  version "1.1.0"
5967
5939
  resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"