|
22 | 22 | "@azure/abort-controller" "^1.0.0"
|
23 | 23 | tslib "^2.2.0"
|
24 | 24 |
|
25 |
| -"@azure/core-client@^1.0.0": |
26 |
| - version "1.3.2" |
27 |
| - resolved "https://registry.yarnpkg.com/@azure/core-client/-/core-client-1.3.2.tgz#c0e999a069e9ea16b4b2c623a24d5443f67c6bfa" |
28 |
| - integrity sha512-qfkRYKmeEmisluMdGTbBtXeyBLaImjFeVW0gcT5yRAwxJmlnTvSyD+a3PjukAtjIrl/tnb4WSJOBpONSJ91+5Q== |
| 25 | +"@azure/core-client@^1.4.0": |
| 26 | + version "1.5.0" |
| 27 | + resolved "https://registry.yarnpkg.com/@azure/core-client/-/core-client-1.5.0.tgz#7aabb87d20e08db3683a117191c844bc19adb74e" |
| 28 | + integrity sha512-YNk8i9LT6YcFdFO+RRU0E4Ef+A8Y5lhXo6lz61rwbG8Uo7kSqh0YqK04OexiilM43xd6n3Y9yBhLnb1NFNI9dA== |
29 | 29 | dependencies:
|
30 | 30 | "@azure/abort-controller" "^1.0.0"
|
31 | 31 | "@azure/core-asynciterator-polyfill" "^1.0.0"
|
32 | 32 | "@azure/core-auth" "^1.3.0"
|
33 |
| - "@azure/core-rest-pipeline" "^1.1.0" |
| 33 | + "@azure/core-rest-pipeline" "^1.5.0" |
34 | 34 | "@azure/core-tracing" "1.0.0-preview.13"
|
| 35 | + "@azure/logger" "^1.0.0" |
35 | 36 | tslib "^2.2.0"
|
36 | 37 |
|
37 | 38 | "@azure/core-http@^2.0.0":
|
|
87 | 88 | tslib "^2.2.0"
|
88 | 89 | uuid "^8.3.0"
|
89 | 90 |
|
| 91 | +"@azure/core-rest-pipeline@^1.5.0": |
| 92 | + version "1.7.0" |
| 93 | + resolved "https://registry.yarnpkg.com/@azure/core-rest-pipeline/-/core-rest-pipeline-1.7.0.tgz#71f42c19af160422cc84513809ff9668d8047087" |
| 94 | + integrity sha512-e2awPzwMKHrmvYgZ0qIKNkqnCM1QoDs7A0rOiS3OSAlOQOz/kL7PPKHXwFMuBeaRvS8i7fgobJn79q2Cji5f+Q== |
| 95 | + dependencies: |
| 96 | + "@azure/abort-controller" "^1.0.0" |
| 97 | + "@azure/core-auth" "^1.3.0" |
| 98 | + "@azure/core-tracing" "1.0.0-preview.13" |
| 99 | + "@azure/logger" "^1.0.0" |
| 100 | + form-data "^4.0.0" |
| 101 | + http-proxy-agent "^4.0.1" |
| 102 | + https-proxy-agent "^5.0.0" |
| 103 | + tslib "^2.2.0" |
| 104 | + uuid "^8.3.0" |
| 105 | + |
90 | 106 |
|
91 | 107 | version "1.0.0-preview.13"
|
92 | 108 | resolved "https://registry.yarnpkg.com/@azure/core-tracing/-/core-tracing-1.0.0-preview.13.tgz#55883d40ae2042f6f1e12b17dd0c0d34c536d644"
|
|
119 | 135 | universal-user-agent "^6.0.0"
|
120 | 136 | uuid "^8.3.0"
|
121 | 137 |
|
122 |
| -"@azure/identity@^2.0.1": |
123 |
| - version "2.0.1" |
124 |
| - resolved "https://registry.yarnpkg.com/@azure/identity/-/identity-2.0.1.tgz#31107506371e520bc874647a9e4384cfd2f85103" |
125 |
| - integrity sha512-gdGGuLKlKIQaf2RefA84keoBfmWfiAntbW2SzcdKvwLSGzsio/qkyY3sYUpXRz/sqLDxguuimgZukp7TPgwIlg== |
| 138 | +"@azure/identity@^2.0.4": |
| 139 | + version "2.0.4" |
| 140 | + resolved "https://registry.yarnpkg.com/@azure/identity/-/identity-2.0.4.tgz#f5cfde0daf1b9ebaaff3ed6c504f50d7d7c939a5" |
| 141 | + integrity sha512-ZgFubAsmo7dji63NLPaot6O7pmDfceAUPY57uphSCr0hmRj+Cakqb4SUz5SohCHFtscrhcmejRU903Fowz6iXg== |
126 | 142 | dependencies:
|
127 | 143 | "@azure/abort-controller" "^1.0.0"
|
128 | 144 | "@azure/core-auth" "^1.3.0"
|
129 |
| - "@azure/core-client" "^1.0.0" |
| 145 | + "@azure/core-client" "^1.4.0" |
130 | 146 | "@azure/core-rest-pipeline" "^1.1.0"
|
131 | 147 | "@azure/core-tracing" "1.0.0-preview.13"
|
132 | 148 | "@azure/core-util" "^1.0.0-beta.1"
|
133 | 149 | "@azure/logger" "^1.0.0"
|
134 | 150 | "@azure/msal-browser" "^2.16.0"
|
135 | 151 | "@azure/msal-common" "^4.5.1"
|
136 | 152 | "@azure/msal-node" "^1.3.0"
|
137 |
| - "@types/stoppable" "^1.1.0" |
138 | 153 | events "^3.0.0"
|
139 | 154 | jws "^4.0.0"
|
140 | 155 | open "^8.0.0"
|
|
556 | 571 | resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
|
557 | 572 | integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
|
558 | 573 |
|
559 |
| -"@types/stoppable@^1.1.0": |
560 |
| - version "1.1.1" |
561 |
| - resolved "https://registry.yarnpkg.com/@types/stoppable/-/stoppable-1.1.1.tgz#a6f1f280e29f8f3c743277534425e0a75041d2f9" |
562 |
| - integrity sha512-b8N+fCADRIYYrGZOcmOR8ZNBOqhktWTB/bMUl5LvGtT201QKJZOOH5UsFyI3qtteM6ZAJbJqZoBcLqqxKIwjhw== |
563 |
| - dependencies: |
564 |
| - "@types/node" "*" |
565 |
| - |
566 | 574 | "@types/tapable@^1":
|
567 | 575 | version "1.0.8"
|
568 | 576 | resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"
|
|
0 commit comments