|
1527 | 1527 | resolved "https://registry.yarnpkg.com/@microsoft/load-themed-styles/-/load-themed-styles-1.9.7.tgz#4f28d7097802317d2a491888ba65fac617c56dd4" |
1528 | 1528 | integrity sha512-8Iua4vPmffV2tT1nR/E55GSbUkYRPD9xFfa6v8zJ89EiiDrlyO2OGuXAtC6/nWxLTeVRA3GhtQuU2SApD2sQAA== |
1529 | 1529 |
|
1530 | | -"@microsoft/openpai-js-sdk@^0.1.1": |
1531 | | - version "0.1.1" |
1532 | | - resolved "https://registry.yarnpkg.com/@microsoft/openpai-js-sdk/-/openpai-js-sdk-0.1.1.tgz#e1b9f61d86672d122c65db7bc4ff747fb4ab8403" |
1533 | | - integrity sha512-0VJOrAk08D+GTsug6xIggPimvsrxDf8lt7/ce5Gy+WuFbioqQ3BPr7DAGoJ56lbRL4vfbylqYoTgaN/SFL3pdw== |
| 1530 | +"@microsoft/openpai-js-sdk@^0.1.3": |
| 1531 | + version "0.1.3" |
| 1532 | + resolved "https://registry.yarnpkg.com/@microsoft/openpai-js-sdk/-/openpai-js-sdk-0.1.3.tgz#9aefccbce928c248e28c03a7a2dc6b8f70877183" |
| 1533 | + integrity sha512-++9KUVqPFTO/IP9Fnm973oM9KcTCaqCSg/Ug9WluXVL2CmUK/fg+H4Icn/8DHGql7SFeOJxW1Le49SJN+pxcZQ== |
1534 | 1534 | dependencies: |
1535 | 1535 | "@apidevtools/swagger-parser" "^9.0.1" |
1536 | 1536 | "@azure/storage-blob" "^12.1.0" |
1537 | 1537 | argparse "^1.0.10" |
1538 | 1538 | axios "^0.19.2" |
1539 | | - fs-extra "^8.1.0" |
| 1539 | + fs-extra "^9.0.1" |
1540 | 1540 | js-yaml "^3.13.1" |
1541 | 1541 | lodash "^4.17.15" |
1542 | 1542 | module-alias "^2.2.2" |
@@ -2337,6 +2337,11 @@ asynckit@^0.4.0: |
2337 | 2337 | resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" |
2338 | 2338 | integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= |
2339 | 2339 |
|
| 2340 | +at-least-node@^1.0.0: |
| 2341 | + version "1.0.0" |
| 2342 | + resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" |
| 2343 | + integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== |
| 2344 | + |
2340 | 2345 | atob@^2.1.1: |
2341 | 2346 | version "2.1.2" |
2342 | 2347 | resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" |
@@ -5271,14 +5276,15 @@ from2@^2.1.0: |
5271 | 5276 | inherits "^2.0.1" |
5272 | 5277 | readable-stream "^2.0.0" |
5273 | 5278 |
|
5274 | | -fs-extra@^8.1.0: |
5275 | | - version "8.1.0" |
5276 | | - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" |
5277 | | - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== |
| 5279 | +fs-extra@^9.0.1: |
| 5280 | + version "9.0.1" |
| 5281 | + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc" |
| 5282 | + integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ== |
5278 | 5283 | dependencies: |
| 5284 | + at-least-node "^1.0.0" |
5279 | 5285 | graceful-fs "^4.2.0" |
5280 | | - jsonfile "^4.0.0" |
5281 | | - universalify "^0.1.0" |
| 5286 | + jsonfile "^6.0.1" |
| 5287 | + universalify "^1.0.0" |
5282 | 5288 |
|
5283 | 5289 | fs-extra@~5.0.0: |
5284 | 5290 | version "5.0.0" |
@@ -6507,6 +6513,15 @@ jsonfile@^4.0.0: |
6507 | 6513 | optionalDependencies: |
6508 | 6514 | graceful-fs "^4.1.6" |
6509 | 6515 |
|
| 6516 | +jsonfile@^6.0.1: |
| 6517 | + version "6.0.1" |
| 6518 | + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179" |
| 6519 | + integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg== |
| 6520 | + dependencies: |
| 6521 | + universalify "^1.0.0" |
| 6522 | + optionalDependencies: |
| 6523 | + graceful-fs "^4.1.6" |
| 6524 | + |
6510 | 6525 | jsonify@~0.0.0: |
6511 | 6526 | version "0.0.0" |
6512 | 6527 | resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" |
@@ -10314,6 +10329,11 @@ universalify@^0.1.0, universalify@^0.1.2: |
10314 | 10329 | resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" |
10315 | 10330 | integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== |
10316 | 10331 |
|
| 10332 | +universalify@^1.0.0: |
| 10333 | + version "1.0.0" |
| 10334 | + resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d" |
| 10335 | + integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug== |
| 10336 | + |
10317 | 10337 | unpipe@1.0.0, unpipe@~1.0.0: |
10318 | 10338 | version "1.0.0" |
10319 | 10339 | resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" |
|
0 commit comments