|
327 | 327 | dependencies:
|
328 | 328 | tslib "^2.3.0"
|
329 | 329 |
|
330 |
| -"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#136fa6e336fd635db4e16cd582e1fd9b6cf444a6": |
331 |
| - version "0.0.0-a5c2fb281ba9b0fa3b8d30d10f50bc909415b8e4" |
332 |
| - resolved "https://github.com/angular/dev-infra-private-builds.git#136fa6e336fd635db4e16cd582e1fd9b6cf444a6" |
| 330 | +"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#6dc634970117c9848bec5b5acdb77124e7f7cd80": |
| 331 | + version "0.0.0-68a28a08cca3bba8443f54e0f518a910f5b35762" |
| 332 | + uid "6dc634970117c9848bec5b5acdb77124e7f7cd80" |
| 333 | + resolved "https://github.com/angular/dev-infra-private-builds.git#6dc634970117c9848bec5b5acdb77124e7f7cd80" |
333 | 334 | dependencies:
|
334 | 335 | "@angular-devkit/build-angular" "14.1.0-next.0"
|
335 | 336 | "@angular/benchpress" "0.3.0"
|
|
344 | 345 | "@microsoft/api-extractor" "7.25.0"
|
345 | 346 | "@types/browser-sync" "^2.26.3"
|
346 | 347 | "@types/node" "16.10.9"
|
| 348 | + "@types/node-fetch" "^2.5.10" |
347 | 349 | "@types/selenium-webdriver" "^4.0.18"
|
348 | 350 | "@types/send" "^0.17.1"
|
349 | 351 | "@types/tmp" "^0.2.1"
|
350 | 352 | "@types/uuid" "^8.3.1"
|
351 | 353 | "@types/yargs" "^17.0.0"
|
352 | 354 | browser-sync "^2.27.7"
|
| 355 | + chalk "^4.1.0" |
353 | 356 | clang-format "1.8.0"
|
| 357 | + node-fetch "^2.6.1" |
354 | 358 | prettier "2.6.2"
|
355 |
| - protobufjs "^6.11.3" |
356 | 359 | protractor "^7.0.0"
|
357 | 360 | selenium-webdriver "4.2.0"
|
358 | 361 | send "^0.18.0"
|
359 | 362 | tmp "^0.2.1"
|
360 | 363 | "true-case-path" "^2.2.1"
|
361 | 364 | tslib "^2.3.0"
|
362 |
| - typescript "~4.7.3" |
| 365 | + typescript "~4.7.0" |
363 | 366 | uuid "^8.3.2"
|
364 | 367 | yargs "^17.0.0"
|
365 | 368 |
|
|
3812 | 3815 | resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
3813 | 3816 | integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
3814 | 3817 |
|
3815 |
| -"@types/node-fetch@^2.5.5": |
| 3818 | +"@types/node-fetch@^2.5.10", "@types/node-fetch@^2.5.5": |
3816 | 3819 | version "2.6.1"
|
3817 | 3820 | resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.1.tgz#8f127c50481db65886800ef496f20bbf15518975"
|
3818 | 3821 | integrity sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==
|
|
13341 | 13344 | "@types/node" "^10.1.0"
|
13342 | 13345 | long "^4.0.0"
|
13343 | 13346 |
|
13344 |
| -protobufjs@^6.11.3: |
13345 |
| - version "6.11.3" |
13346 |
| - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74" |
13347 |
| - integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg== |
13348 |
| - dependencies: |
13349 |
| - "@protobufjs/aspromise" "^1.1.2" |
13350 |
| - "@protobufjs/base64" "^1.1.2" |
13351 |
| - "@protobufjs/codegen" "^2.0.4" |
13352 |
| - "@protobufjs/eventemitter" "^1.1.0" |
13353 |
| - "@protobufjs/fetch" "^1.1.0" |
13354 |
| - "@protobufjs/float" "^1.0.2" |
13355 |
| - "@protobufjs/inquire" "^1.1.0" |
13356 |
| - "@protobufjs/path" "^1.1.2" |
13357 |
| - "@protobufjs/pool" "^1.1.0" |
13358 |
| - "@protobufjs/utf8" "^1.1.0" |
13359 |
| - "@types/long" "^4.0.1" |
13360 |
| - "@types/node" ">=13.7.0" |
13361 |
| - long "^4.0.0" |
13362 |
| - |
13363 | 13347 | protractor@^7.0.0:
|
13364 | 13348 | version "7.0.0"
|
13365 | 13349 | resolved "https://registry.yarnpkg.com/protractor/-/protractor-7.0.0.tgz#c3e263608bd72e2c2dc802b11a772711a4792d03"
|
@@ -15901,7 +15885,7 @@ typescript@^3.9.10, typescript@^3.9.5, typescript@^3.9.7:
|
15901 | 15885 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
|
15902 | 15886 | integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
|
15903 | 15887 |
|
15904 |
| -typescript@~4.5.4, typescript@~4.7.2, typescript@~4.7.3: |
| 15888 | +typescript@~4.5.4, typescript@~4.7.0, typescript@~4.7.2: |
15905 | 15889 | version "4.7.2"
|
15906 | 15890 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
|
15907 | 15891 | integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
|
|
0 commit comments