diff --git a/BUNDLE-README.md b/BUNDLE-README.md index 48638a938e..a1dff34414 100644 --- a/BUNDLE-README.md +++ b/BUNDLE-README.md @@ -2,7 +2,7 @@ Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can use this from a CDN -(``) +(``) or bundle it with your webapp. Note that the recommended way to use Uppy is to install it with yarn/npm and use diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1e37b879..fc7845804c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,45 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 4.0.0-beta.5 + +Released: 2024-05-03 + +| Package | Version | Package | Version | +| ------------------------- | ------------ | ------------------------- | ------------ | +| @uppy/audio | 2.0.0-beta.5 | @uppy/progress-bar | 4.0.0-beta.4 | +| @uppy/aws-s3 | 4.0.0-beta.3 | @uppy/provider-views | 4.0.0-beta.5 | +| @uppy/aws-s3-multipart | 4.0.0-beta.5 | @uppy/react | 4.0.0-beta.5 | +| @uppy/box | 3.0.0-beta.5 | @uppy/redux-dev-tools | 4.0.0-beta.2 | +| @uppy/companion | 5.0.0-beta.5 | @uppy/remote-sources | 2.0.0-beta.4 | +| @uppy/companion-client | 4.0.0-beta.5 | @uppy/screen-capture | 4.0.0-beta.4 | +| @uppy/compressor | 2.0.0-beta.5 | @uppy/status-bar | 4.0.0-beta.5 | +| @uppy/core | 4.0.0-beta.5 | @uppy/store-default | 4.0.0-beta.2 | +| @uppy/dashboard | 4.0.0-beta.5 | @uppy/store-redux | 4.0.0-beta.3 | +| @uppy/drag-drop | 4.0.0-beta.4 | @uppy/svelte | 4.0.0-beta.3 | +| @uppy/dropbox | 4.0.0-beta.5 | @uppy/thumbnail-generator | 4.0.0-beta.4 | +| @uppy/facebook | 4.0.0-beta.5 | @uppy/transloadit | 4.0.0-beta.5 | +| @uppy/file-input | 4.0.0-beta.5 | @uppy/tus | 4.0.0-beta.4 | +| @uppy/form | 4.0.0-beta.3 | @uppy/unsplash | 4.0.0-beta.5 | +| @uppy/golden-retriever | 4.0.0-beta.4 | @uppy/url | 4.0.0-beta.5 | +| @uppy/google-drive | 4.0.0-beta.5 | @uppy/utils | 6.0.0-beta.5 | +| @uppy/image-editor | 3.0.0-beta.3 | @uppy/vue | 2.0.0-beta.2 | +| @uppy/informer | 4.0.0-beta.2 | @uppy/webcam | 4.0.0-beta.5 | +| @uppy/instagram | 4.0.0-beta.5 | @uppy/xhr-upload | 4.0.0-beta.3 | +| @uppy/locales | 4.0.0-beta.1 | @uppy/zoom | 3.0.0-beta.5 | +| @uppy/onedrive | 4.0.0-beta.5 | uppy | 4.0.0-beta.5 | + +- @uppy/core: make UppyEventMap more readable (Murderlon) +- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) +- @uppy/aws-s3-multipart: Format (Murderlon) +- meta: enable prettier for markdown (Merlijn Vos / #5133) +- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132) +- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128) +- meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126) +- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080) +- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118) + + ## 4.0.0-beta.4 Released: 2024-04-29 @@ -236,6 +275,25 @@ Released: 2024-03-28 - meta: prepare release workflow for beta versions (Antoine du Hamel) +## 3.25.1 + +Released: 2024-05-03 + +| Package | Version | Package | Version | +| ---------------- | ------- | ---------------- | ------- | +| @uppy/companion | 4.13.2 | @uppy/xhr-upload | 3.6.6 | +| @uppy/core | 3.11.1 | uppy | 3.25.1 | +| @uppy/locales | 3.5.3 | | | + +- @uppy/locales: Update ru_RU locale (Uladzislau Bodryi / #5120) +- meta: fix `update-contributors` script (Antoine du Hamel / #5137) +- meta: fix `bullet` setting for ReMark (Antoine du Hamel) +- meta: add prettier to `.md` pre-commit hooks (Antoine du Hamel) +- @uppy/core: make UppyEventMap more readable (Murderlon) +- meta: enable prettier for markdown (Merlijn Vos / #5133) +- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132) +- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128) + ## 3.25.0 diff --git a/README.md b/README.md index 0f1fb4a45a..1412c7ac96 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus ``` Add CSS -[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.css), +[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. @@ -94,7 +94,7 @@ object. ```html @@ -105,7 +105,7 @@ object. Uppy, Dashboard, Tus, - } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs' const uppy = new Uppy() uppy.use(Dashboard, { target: '#files-drag-drop' }) @@ -292,281 +292,76 @@ Use Uppy in your project? ## Contributors - - -| [arturi](https://github.com/arturi) | [goto-bus-stop](https://github.com/goto-bus-stop) | [kvz](https://github.com/kvz) | [aduh95](https://github.com/aduh95) | [ifedapoolarewaju](https://github.com/ifedapoolarewaju) | [hedgerh](https://github.com/hedgerh) | -| :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | -| [arturi](https://github.com/arturi) | [goto-bus-stop](https://github.com/goto-bus-stop) | [kvz](https://github.com/kvz) | [aduh95](https://github.com/aduh95) | [ifedapoolarewaju](https://github.com/ifedapoolarewaju) | [hedgerh](https://github.com/hedgerh) | - -| [Murderlon](https://github.com/Murderlon) | [AJvanLoon](https://github.com/AJvanLoon) | [nqst](https://github.com/nqst) | [mifi](https://github.com/mifi) | [github-actions[bot]](https://github.com/apps/github-actions) | [lakesare](https://github.com/lakesare) | -| :-------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | -| [Murderlon](https://github.com/Murderlon) | [AJvanLoon](https://github.com/AJvanLoon) | [nqst](https://github.com/nqst) | [mifi](https://github.com/mifi) | [github-actions\[bot\]](https://github.com/apps/github-actions) | [lakesare](https://github.com/lakesare) | - -| [dependabot[bot]](https://github.com/apps/dependabot) | [kiloreux](https://github.com/kiloreux) | [samuelayo](https://github.com/samuelayo) | [sadovnychyi](https://github.com/sadovnychyi) | [richardwillars](https://github.com/richardwillars) | [ajkachnic](https://github.com/ajkachnic) | -| :------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | -| [dependabot\[bot\]](https://github.com/apps/dependabot) | [kiloreux](https://github.com/kiloreux) | [samuelayo](https://github.com/samuelayo) | [sadovnychyi](https://github.com/sadovnychyi) | [richardwillars](https://github.com/richardwillars) | [ajkachnic](https://github.com/ajkachnic) | - -| [zcallan](https://github.com/zcallan) | [YukeshShr](https://github.com/YukeshShr) | [janko](https://github.com/janko) | [oliverpool](https://github.com/oliverpool) | [Botz](https://github.com/Botz) | [mcallistertyler](https://github.com/mcallistertyler) | -| :----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | -| [zcallan](https://github.com/zcallan) | [YukeshShr](https://github.com/YukeshShr) | [janko](https://github.com/janko) | [oliverpool](https://github.com/oliverpool) | [Botz](https://github.com/Botz) | [mcallistertyler](https://github.com/mcallistertyler) | - -| [mokutsu-coursera](https://github.com/mokutsu-coursera) | [dschmidt](https://github.com/dschmidt) | [DJWassink](https://github.com/DJWassink) | [mrbatista](https://github.com/mrbatista) | [taoqf](https://github.com/taoqf) | [timodwhit](https://github.com/timodwhit) | -| :----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | -| [mokutsu-coursera](https://github.com/mokutsu-coursera) | [dschmidt](https://github.com/dschmidt) | [DJWassink](https://github.com/DJWassink) | [mrbatista](https://github.com/mrbatista) | [taoqf](https://github.com/taoqf) | [timodwhit](https://github.com/timodwhit) | - -| [tim-kos](https://github.com/tim-kos) | [eltociear](https://github.com/eltociear) | [tuoxiansp](https://github.com/tuoxiansp) | [pauln](https://github.com/pauln) | [MikeKovarik](https://github.com/MikeKovarik) | [toadkicker](https://github.com/toadkicker) | -| :-------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | -| [tim-kos](https://github.com/tim-kos) | [eltociear](https://github.com/eltociear) | [tuoxiansp](https://github.com/tuoxiansp) | [pauln](https://github.com/pauln) | [MikeKovarik](https://github.com/MikeKovarik) | [toadkicker](https://github.com/toadkicker) | - -| [ap--](https://github.com/ap--) | [tranvansang](https://github.com/tranvansang) | [LiviaMedeiros](https://github.com/LiviaMedeiros) | [bertho-zero](https://github.com/bertho-zero) | [juliangruber](https://github.com/juliangruber) | [Hawxy](https://github.com/Hawxy) | -| :---------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | -| [ap--](https://github.com/ap--) | [tranvansang](https://github.com/tranvansang) | [LiviaMedeiros](https://github.com/LiviaMedeiros) | [bertho-zero](https://github.com/bertho-zero) | [juliangruber](https://github.com/juliangruber) | [Hawxy](https://github.com/Hawxy) | - -| [gavboulton](https://github.com/gavboulton) | [mejiaej](https://github.com/mejiaej) | [elenalape](https://github.com/elenalape) | [dominiceden](https://github.com/dominiceden) | [Acconut](https://github.com/Acconut) | [jhen0409](https://github.com/jhen0409) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | -| [gavboulton](https://github.com/gavboulton) | [mejiaej](https://github.com/mejiaej) | [elenalape](https://github.com/elenalape) | [dominiceden](https://github.com/dominiceden) | [Acconut](https://github.com/Acconut) | [jhen0409](https://github.com/jhen0409) | - -| [stephentuso](https://github.com/stephentuso) | [bencergazda](https://github.com/bencergazda) | [a-kriya](https://github.com/a-kriya) | [yonahforst](https://github.com/yonahforst) | [suchoproduction](https://github.com/suchoproduction) | [sksavant](https://github.com/sksavant) | -| :------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | -| [stephentuso](https://github.com/stephentuso) | [bencergazda](https://github.com/bencergazda) | [a-kriya](https://github.com/a-kriya) | [yonahforst](https://github.com/yonahforst) | [suchoproduction](https://github.com/suchoproduction) | [sksavant](https://github.com/sksavant) | - -| [ogtfaber](https://github.com/ogtfaber) | [nndevstudio](https://github.com/nndevstudio) | [MatthiasKunnen](https://github.com/MatthiasKunnen) | [manuelkiessling](https://github.com/manuelkiessling) | [dargmuesli](https://github.com/dargmuesli) | [johnnyperkins](https://github.com/johnnyperkins) | -| :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | -| [ogtfaber](https://github.com/ogtfaber) | [nndevstudio](https://github.com/nndevstudio) | [MatthiasKunnen](https://github.com/MatthiasKunnen) | [manuelkiessling](https://github.com/manuelkiessling) | [dargmuesli](https://github.com/dargmuesli) | [johnnyperkins](https://github.com/johnnyperkins) | - -| [ofhope](https://github.com/ofhope) | [yaegor](https://github.com/yaegor) | [zhuangya](https://github.com/zhuangya) | [sparanoid](https://github.com/sparanoid) | [ThomasG77](https://github.com/ThomasG77) | [subha1206](https://github.com/subha1206) | -| :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | -| [ofhope](https://github.com/ofhope) | [yaegor](https://github.com/yaegor) | [zhuangya](https://github.com/zhuangya) | [sparanoid](https://github.com/sparanoid) | [ThomasG77](https://github.com/ThomasG77) | [subha1206](https://github.com/subha1206) | - -| [schonert](https://github.com/schonert) | [SlavikTraktor](https://github.com/SlavikTraktor) | [scottbessler](https://github.com/scottbessler) | [jrschumacher](https://github.com/jrschumacher) | [rosenfeld](https://github.com/rosenfeld) | [rdimartino](https://github.com/rdimartino) | -| :-----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | -| [schonert](https://github.com/schonert) | [SlavikTraktor](https://github.com/SlavikTraktor) | [scottbessler](https://github.com/scottbessler) | [jrschumacher](https://github.com/jrschumacher) | [rosenfeld](https://github.com/rosenfeld) | [rdimartino](https://github.com/rdimartino) | - -| [ahmedkandel](https://github.com/ahmedkandel) | [Youssef1313](https://github.com/Youssef1313) | [allenfantasy](https://github.com/allenfantasy) | [Zyclotrop-j](https://github.com/Zyclotrop-j) | [anark](https://github.com/anark) | [bdirito](https://github.com/bdirito) | -| :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | -| [ahmedkandel](https://github.com/ahmedkandel) | [Youssef1313](https://github.com/Youssef1313) | [allenfantasy](https://github.com/allenfantasy) | [Zyclotrop-j](https://github.com/Zyclotrop-j) | [anark](https://github.com/anark) | [bdirito](https://github.com/bdirito) | - -| [darthf1](https://github.com/darthf1) | [fortrieb](https://github.com/fortrieb) | [frederikhors](https://github.com/frederikhors) | [heocoi](https://github.com/heocoi) | [jarey](https://github.com/jarey) | [muhammadInam](https://github.com/muhammadInam) | -| :----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | -| [darthf1](https://github.com/darthf1) | [fortrieb](https://github.com/fortrieb) | [frederikhors](https://github.com/frederikhors) | [heocoi](https://github.com/heocoi) | [jarey](https://github.com/jarey) | [muhammadInam](https://github.com/muhammadInam) | - -| [rettgerst](https://github.com/rettgerst) | [mkabatek](https://github.com/mkabatek) | [jukakoski](https://github.com/jukakoski) | [olemoign](https://github.com/olemoign) | [btrice](https://github.com/btrice) | [5idereal](https://github.com/5idereal) | -| :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | -| [rettgerst](https://github.com/rettgerst) | [mkabatek](https://github.com/mkabatek) | [jukakoski](https://github.com/jukakoski) | [olemoign](https://github.com/olemoign) | [btrice](https://github.com/btrice) | [5idereal](https://github.com/5idereal) | - -| [AndrwM](https://github.com/AndrwM) | [behnammodi](https://github.com/behnammodi) | [BePo65](https://github.com/BePo65) | [bradedelman](https://github.com/bradedelman) | [camiloforero](https://github.com/camiloforero) | [command-tab](https://github.com/command-tab) | -| :------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | -| [AndrwM](https://github.com/AndrwM) | [behnammodi](https://github.com/behnammodi) | [BePo65](https://github.com/BePo65) | [bradedelman](https://github.com/bradedelman) | [camiloforero](https://github.com/camiloforero) | [command-tab](https://github.com/command-tab) | - -| [craig-jennings](https://github.com/craig-jennings) | [davekiss](https://github.com/davekiss) | [denysdesign](https://github.com/denysdesign) | [ethanwillis](https://github.com/ethanwillis) | [paescuj](https://github.com/paescuj) | [msand](https://github.com/msand) | -| :-----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | -| [craig-jennings](https://github.com/craig-jennings) | [davekiss](https://github.com/davekiss) | [denysdesign](https://github.com/denysdesign) | [ethanwillis](https://github.com/ethanwillis) | [paescuj](https://github.com/paescuj) | [msand](https://github.com/msand) | - -| [richartkeil](https://github.com/richartkeil) | [martiuslim](https://github.com/martiuslim) | [Martin005](https://github.com/Martin005) | [mskelton](https://github.com/mskelton) | [mactavishz](https://github.com/mactavishz) | [lafe](https://github.com/lafe) | -| :-----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | -| [richartkeil](https://github.com/richartkeil) | [martiuslim](https://github.com/martiuslim) | [Martin005](https://github.com/Martin005) | [mskelton](https://github.com/mskelton) | [mactavishz](https://github.com/mactavishz) | [lafe](https://github.com/lafe) | - -| [dogrocker](https://github.com/dogrocker) | [jedwood](https://github.com/jedwood) | [jasonbosco](https://github.com/jasonbosco) | [ghasrfakhri](https://github.com/ghasrfakhri) | [geertclerx](https://github.com/geertclerx) | [frobinsonj](https://github.com/frobinsonj) | -| :-------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | -| [dogrocker](https://github.com/dogrocker) | [jedwood](https://github.com/jedwood) | [jasonbosco](https://github.com/jasonbosco) | [ghasrfakhri](https://github.com/ghasrfakhri) | [geertclerx](https://github.com/geertclerx) | [frobinsonj](https://github.com/frobinsonj) | - -| [geertclerx](https://github.com/geertclerx) | [eman8519](https://github.com/eman8519) | [luarmr](https://github.com/luarmr) | [raulibanez](https://github.com/raulibanez) | [refo](https://github.com/refo) | [SxDx](https://github.com/SxDx) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | -| [geertclerx](https://github.com/geertclerx) | [eman8519](https://github.com/eman8519) | [luarmr](https://github.com/luarmr) | [raulibanez](https://github.com/raulibanez) | [refo](https://github.com/refo) | [SxDx](https://github.com/SxDx) | - -| [robwilson1](https://github.com/robwilson1) | [scherroman](https://github.com/scherroman) | [neuronet77](https://github.com/neuronet77) | [Pzoco](https://github.com/Pzoco) | [ppadmavilasom](https://github.com/ppadmavilasom) | [phillipalexander](https://github.com/phillipalexander) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------: | -| [robwilson1](https://github.com/robwilson1) | [scherroman](https://github.com/scherroman) | [neuronet77](https://github.com/neuronet77) | [Pzoco](https://github.com/Pzoco) | [ppadmavilasom](https://github.com/ppadmavilasom) | [phillipalexander](https://github.com/phillipalexander) | - -| [pmusaraj](https://github.com/pmusaraj) | [pedrofs](https://github.com/pedrofs) | [plneto](https://github.com/plneto) | [patricklindsay](https://github.com/patricklindsay) | [pascalwengerter](https://github.com/pascalwengerter) | [ParsaArvanehPA](https://github.com/ParsaArvanehPA) | -| :----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | -| [pmusaraj](https://github.com/pmusaraj) | [pedrofs](https://github.com/pedrofs) | [plneto](https://github.com/plneto) | [patricklindsay](https://github.com/patricklindsay) | [pascalwengerter](https://github.com/pascalwengerter) | [ParsaArvanehPA](https://github.com/ParsaArvanehPA) | - -| [taj](https://github.com/taj) | [strayer](https://github.com/strayer) | [sjauld](https://github.com/sjauld) | [steverob](https://github.com/steverob) | [amaitu](https://github.com/amaitu) | [quigebo](https://github.com/quigebo) | -| :--------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | -| [taj](https://github.com/taj) | [strayer](https://github.com/strayer) | [sjauld](https://github.com/sjauld) | [steverob](https://github.com/steverob) | [amaitu](https://github.com/amaitu) | [quigebo](https://github.com/quigebo) | - -| [waptik](https://github.com/waptik) | [SpazzMarticus](https://github.com/SpazzMarticus) | [szh](https://github.com/szh) | [sergei-zelinsky](https://github.com/sergei-zelinsky) | [sebasegovia01](https://github.com/sebasegovia01) | [sdebacker](https://github.com/sdebacker) | -| :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | -| [waptik](https://github.com/waptik) | [SpazzMarticus](https://github.com/SpazzMarticus) | [szh](https://github.com/szh) | [sergei-zelinsky](https://github.com/sergei-zelinsky) | [sebasegovia01](https://github.com/sebasegovia01) | [sdebacker](https://github.com/sdebacker) | - -| [samuelcolburn](https://github.com/samuelcolburn) | [fortunto2](https://github.com/fortunto2) | [GNURub](https://github.com/GNURub) | [rart](https://github.com/rart) | [rossng](https://github.com/rossng) | [mkopinsky](https://github.com/mkopinsky) | -| :---------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | -| [samuelcolburn](https://github.com/samuelcolburn) | [fortunto2](https://github.com/fortunto2) | [GNURub](https://github.com/GNURub) | [rart](https://github.com/rart) | [rossng](https://github.com/rossng) | [mkopinsky](https://github.com/mkopinsky) | - -| [mhulet](https://github.com/mhulet) | [hrsh](https://github.com/hrsh) | [mauricioribeiro](https://github.com/mauricioribeiro) | [matthewhartstonge](https://github.com/matthewhartstonge) | [mjesuele](https://github.com/mjesuele) | [mattfik](https://github.com/mattfik) | -| :------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | -| [mhulet](https://github.com/mhulet) | [hrsh](https://github.com/hrsh) | [mauricioribeiro](https://github.com/mauricioribeiro) | [matthewhartstonge](https://github.com/matthewhartstonge) | [mjesuele](https://github.com/mjesuele) | [mattfik](https://github.com/mattfik) | - -| [mateuscruz](https://github.com/mateuscruz) | [masumulu28](https://github.com/masumulu28) | [masaok](https://github.com/masaok) | [martin-brennan](https://github.com/martin-brennan) | [marcusforsberg](https://github.com/marcusforsberg) | [marcosthejew](https://github.com/marcosthejew) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | -| [mateuscruz](https://github.com/mateuscruz) | [masumulu28](https://github.com/masumulu28) | [masaok](https://github.com/masaok) | [martin-brennan](https://github.com/martin-brennan) | [marcusforsberg](https://github.com/marcusforsberg) | [marcosthejew](https://github.com/marcosthejew) | - -| [mperrando](https://github.com/mperrando) | [onhate](https://github.com/onhate) | [marc-mabe](https://github.com/marc-mabe) | [Lucklj521](https://github.com/Lucklj521) | [cryptic022](https://github.com/cryptic022) | [Ozodbek1405](https://github.com/Ozodbek1405) | -| :------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | -| [mperrando](https://github.com/mperrando) | [onhate](https://github.com/onhate) | [marc-mabe](https://github.com/marc-mabe) | [Lucklj521](https://github.com/Lucklj521) | [cryptic022](https://github.com/cryptic022) | [Ozodbek1405](https://github.com/Ozodbek1405) | - -| [leftdevel](https://github.com/leftdevel) | [nil1511](https://github.com/nil1511) | [coreprocess](https://github.com/coreprocess) | [nicojones](https://github.com/nicojones) | [trungcva10a6tn](https://github.com/trungcva10a6tn) | [naveed-ahmad](https://github.com/naveed-ahmad) | -| :------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | -| [leftdevel](https://github.com/leftdevel) | [nil1511](https://github.com/nil1511) | [coreprocess](https://github.com/coreprocess) | [nicojones](https://github.com/nicojones) | [trungcva10a6tn](https://github.com/trungcva10a6tn) | [naveed-ahmad](https://github.com/naveed-ahmad) | - -| [pleasespammelater](https://github.com/pleasespammelater) | [marton-laszlo-attila](https://github.com/marton-laszlo-attila) | [navruzm](https://github.com/navruzm) | [mogzol](https://github.com/mogzol) | [shahimclt](https://github.com/shahimclt) | [mnafees](https://github.com/mnafees) | -| :------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | -| [pleasespammelater](https://github.com/pleasespammelater) | [marton-laszlo-attila](https://github.com/marton-laszlo-attila) | [navruzm](https://github.com/navruzm) | [mogzol](https://github.com/mogzol) | [shahimclt](https://github.com/shahimclt) | [mnafees](https://github.com/mnafees) | - -| [boudra](https://github.com/boudra) | [achmiral](https://github.com/achmiral) | [ken-kuro](https://github.com/ken-kuro) | [mosi-kha](https://github.com/mosi-kha) | [maddy-jo](https://github.com/maddy-jo) | [mdxiaohu](https://github.com/mdxiaohu) | -| :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | -| [boudra](https://github.com/boudra) | [achmiral](https://github.com/achmiral) | [ken-kuro](https://github.com/ken-kuro) | [mosi-kha](https://github.com/mosi-kha) | [maddy-jo](https://github.com/maddy-jo) | [mdxiaohu](https://github.com/mdxiaohu) | - -| [magumbo](https://github.com/magumbo) | [jx-zyf](https://github.com/jx-zyf) | [kode-ninja](https://github.com/kode-ninja) | [sontixyou](https://github.com/sontixyou) | [jur-ng](https://github.com/jur-ng) | [johnmanjiro13](https://github.com/johnmanjiro13) | -| :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | -| [magumbo](https://github.com/magumbo) | [jx-zyf](https://github.com/jx-zyf) | [kode-ninja](https://github.com/kode-ninja) | [sontixyou](https://github.com/sontixyou) | [jur-ng](https://github.com/jur-ng) | [johnmanjiro13](https://github.com/johnmanjiro13) | - -| [jyoungblood](https://github.com/jyoungblood) | [green-mike](https://github.com/green-mike) | [gaelicwinter](https://github.com/gaelicwinter) | [franckl](https://github.com/franckl) | [fingul](https://github.com/fingul) | [elliotsayes](https://github.com/elliotsayes) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | -| [jyoungblood](https://github.com/jyoungblood) | [green-mike](https://github.com/green-mike) | [gaelicwinter](https://github.com/gaelicwinter) | [franckl](https://github.com/franckl) | [fingul](https://github.com/fingul) | [elliotsayes](https://github.com/elliotsayes) | - -| [dzcpy](https://github.com/dzcpy) | [xhocquet](https://github.com/xhocquet) | [JimmyLv](https://github.com/JimmyLv) | [zanzlender](https://github.com/zanzlender) | [olitomas](https://github.com/olitomas) | [yoann-hellopret](https://github.com/yoann-hellopret) | -| :----------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | -| [dzcpy](https://github.com/dzcpy) | [xhocquet](https://github.com/xhocquet) | [JimmyLv](https://github.com/JimmyLv) | [zanzlender](https://github.com/zanzlender) | [olitomas](https://github.com/olitomas) | [yoann-hellopret](https://github.com/yoann-hellopret) | - -| [vedran555](https://github.com/vedran555) | [tusharjkhunt](https://github.com/tusharjkhunt) | [thanhthot](https://github.com/thanhthot) | [stduhpf](https://github.com/stduhpf) | [slawexxx44](https://github.com/slawexxx44) | [rtaieb](https://github.com/rtaieb) | -| :--------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | -| [vedran555](https://github.com/vedran555) | [tusharjkhunt](https://github.com/tusharjkhunt) | [thanhthot](https://github.com/thanhthot) | [stduhpf](https://github.com/stduhpf) | [slawexxx44](https://github.com/slawexxx44) | [rtaieb](https://github.com/rtaieb) | - -| [rmoura-92](https://github.com/rmoura-92) | [rlebosse](https://github.com/rlebosse) | [rhymes](https://github.com/rhymes) | [luntta](https://github.com/luntta) | [phil714](https://github.com/phil714) | [ordago](https://github.com/ordago) | -| :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | -| [rmoura-92](https://github.com/rmoura-92) | [rlebosse](https://github.com/rlebosse) | [rhymes](https://github.com/rhymes) | [luntta](https://github.com/luntta) | [phil714](https://github.com/phil714) | [ordago](https://github.com/ordago) | - -| [odselsevier](https://github.com/odselsevier) | [ninesalt](https://github.com/ninesalt) | [willycamargo](https://github.com/willycamargo) | [weston-sankey-mark43](https://github.com/weston-sankey-mark43) | [dwnste](https://github.com/dwnste) | [nagyv](https://github.com/nagyv) | -| :------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | -| [odselsevier](https://github.com/odselsevier) | [ninesalt](https://github.com/ninesalt) | [willycamargo](https://github.com/willycamargo) | [weston-sankey-mark43](https://github.com/weston-sankey-mark43) | [dwnste](https://github.com/dwnste) | [nagyv](https://github.com/nagyv) | - -| [valentinoli](https://github.com/valentinoli) | [vially](https://github.com/vially) | [trivikr](https://github.com/trivikr) | [top-master](https://github.com/top-master) | [tvaliasek](https://github.com/tvaliasek) | [tomekp](https://github.com/tomekp) | -| :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | -| [valentinoli](https://github.com/valentinoli) | [vially](https://github.com/vially) | [trivikr](https://github.com/trivikr) | [top-master](https://github.com/top-master) | [tvaliasek](https://github.com/tvaliasek) | [tomekp](https://github.com/tomekp) | - -| [tomsaleeba](https://github.com/tomsaleeba) | [WIStudent](https://github.com/WIStudent) | [tmaier](https://github.com/tmaier) | [twarlop](https://github.com/twarlop) | [tcgj](https://github.com/tcgj) | [Tashows](https://github.com/Tashows) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | -| [tomsaleeba](https://github.com/tomsaleeba) | [WIStudent](https://github.com/WIStudent) | [tmaier](https://github.com/tmaier) | [twarlop](https://github.com/twarlop) | [tcgj](https://github.com/tcgj) | [Tashows](https://github.com/Tashows) | - -| [Tashows](https://github.com/Tashows) | [dkisic](https://github.com/dkisic) | [craigcbrunner](https://github.com/craigcbrunner) | [codehero7386](https://github.com/codehero7386) | [christianwengert](https://github.com/christianwengert) | [cgoinglove](https://github.com/cgoinglove) | -| :----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | -| [Tashows](https://github.com/Tashows) | [dkisic](https://github.com/dkisic) | [craigcbrunner](https://github.com/craigcbrunner) | [codehero7386](https://github.com/codehero7386) | [christianwengert](https://github.com/christianwengert) | [cgoinglove](https://github.com/cgoinglove) | - -| [canvasbh](https://github.com/canvasbh) | [c0b41](https://github.com/c0b41) | [avalla](https://github.com/avalla) | [arggh](https://github.com/arggh) | [alfatv](https://github.com/alfatv) | [agreene-coursera](https://github.com/agreene-coursera) | -| :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: | -| [canvasbh](https://github.com/canvasbh) | [c0b41](https://github.com/c0b41) | [avalla](https://github.com/avalla) | [arggh](https://github.com/arggh) | [alfatv](https://github.com/alfatv) | [agreene-coursera](https://github.com/agreene-coursera) | - -| [aduh95-test-account](https://github.com/aduh95-test-account) | [sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) | [zackbloom](https://github.com/zackbloom) | [zlawson-ut](https://github.com/zlawson-ut) | [zachconner](https://github.com/zachconner) | [yafkari](https://github.com/yafkari) | -| :----------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | -| [aduh95-test-account](https://github.com/aduh95-test-account) | [sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) | [zackbloom](https://github.com/zackbloom) | [zlawson-ut](https://github.com/zlawson-ut) | [zachconner](https://github.com/zachconner) | [yafkari](https://github.com/yafkari) | - -| [YehudaKremer](https://github.com/YehudaKremer) | [sercraig](https://github.com/sercraig) | [ardeois](https://github.com/ardeois) | [CommanderRoot](https://github.com/CommanderRoot) | [czj](https://github.com/czj) | [cbush06](https://github.com/cbush06) | -| :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | -| [YehudaKremer](https://github.com/YehudaKremer) | [sercraig](https://github.com/sercraig) | [ardeois](https://github.com/ardeois) | [CommanderRoot](https://github.com/CommanderRoot) | [czj](https://github.com/czj) | [cbush06](https://github.com/cbush06) | - -| [Aarbel](https://github.com/Aarbel) | [cfra](https://github.com/cfra) | [csprance](https://github.com/csprance) | [prattcmp](https://github.com/prattcmp) | [subvertallchris](https://github.com/subvertallchris) | [charlybillaud](https://github.com/charlybillaud) | -| :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | -| [Aarbel](https://github.com/Aarbel) | [cfra](https://github.com/cfra) | [csprance](https://github.com/csprance) | [prattcmp](https://github.com/prattcmp) | [subvertallchris](https://github.com/subvertallchris) | [charlybillaud](https://github.com/charlybillaud) | - -| [Cretezy](https://github.com/Cretezy) | [chao](https://github.com/chao) | [cellvinchung](https://github.com/cellvinchung) | [cartfisk](https://github.com/cartfisk) | [cyu](https://github.com/cyu) | [bryanjswift](https://github.com/bryanjswift) | -| :---------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | -| [Cretezy](https://github.com/Cretezy) | [chao](https://github.com/chao) | [cellvinchung](https://github.com/cellvinchung) | [cartfisk](https://github.com/cartfisk) | [cyu](https://github.com/cyu) | [bryanjswift](https://github.com/bryanjswift) | - -| [functino](https://github.com/functino) | [firesharkstudios](https://github.com/firesharkstudios) | [yoldar](https://github.com/yoldar) | [efbautista](https://github.com/efbautista) | [emuell](https://github.com/emuell) | [EdgarSantiago93](https://github.com/EdgarSantiago93) | -| :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | -| [functino](https://github.com/functino) | [firesharkstudios](https://github.com/firesharkstudios) | [yoldar](https://github.com/yoldar) | [efbautista](https://github.com/efbautista) | [emuell](https://github.com/emuell) | [EdgarSantiago93](https://github.com/EdgarSantiago93) | - -| [sweetro](https://github.com/sweetro) | [jeetiss](https://github.com/jeetiss) | [DennisKofflard](https://github.com/DennisKofflard) | [hoangsvit](https://github.com/hoangsvit) | [davilima6](https://github.com/davilima6) | [akizor](https://github.com/akizor) | -| :---------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | -| [sweetro](https://github.com/sweetro) | [jeetiss](https://github.com/jeetiss) | [DennisKofflard](https://github.com/DennisKofflard) | [hoangsvit](https://github.com/hoangsvit) | [davilima6](https://github.com/davilima6) | [akizor](https://github.com/akizor) | - -| [KaminskiDaniell](https://github.com/KaminskiDaniell) | [Cantabar](https://github.com/Cantabar) | [mrboomer](https://github.com/mrboomer) | [danilat](https://github.com/danilat) | [danschalow](https://github.com/danschalow) | [danmichaelo](https://github.com/danmichaelo) | -| :--------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | -| [KaminskiDaniell](https://github.com/KaminskiDaniell) | [Cantabar](https://github.com/Cantabar) | [mrboomer](https://github.com/mrboomer) | [danilat](https://github.com/danilat) | [danschalow](https://github.com/danschalow) | [danmichaelo](https://github.com/danmichaelo) | - -| [Cruaier](https://github.com/Cruaier) | [amitport](https://github.com/amitport) | [tekacs](https://github.com/tekacs) | [Dogfalo](https://github.com/Dogfalo) | [alirezahi](https://github.com/alirezahi) | [aalepis](https://github.com/aalepis) | -| :---------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | -| [Cruaier](https://github.com/Cruaier) | [amitport](https://github.com/amitport) | [tekacs](https://github.com/tekacs) | [Dogfalo](https://github.com/Dogfalo) | [alirezahi](https://github.com/alirezahi) | [aalepis](https://github.com/aalepis) | - -| [alexnj](https://github.com/alexnj) | [asmt3](https://github.com/asmt3) | [ahmadissa](https://github.com/ahmadissa) | [adritasharma](https://github.com/adritasharma) | [Adrrei](https://github.com/Adrrei) | [adityapatadia](https://github.com/adityapatadia) | -| :------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | -| [alexnj](https://github.com/alexnj) | [asmt3](https://github.com/asmt3) | [ahmadissa](https://github.com/ahmadissa) | [adritasharma](https://github.com/adritasharma) | [Adrrei](https://github.com/Adrrei) | [adityapatadia](https://github.com/adityapatadia) | - -| [adamvigneault](https://github.com/adamvigneault) | [ajh-sr](https://github.com/ajh-sr) | [adamdottv](https://github.com/adamdottv) | [abannach](https://github.com/abannach) | [superhawk610](https://github.com/superhawk610) | [ajschmidt8](https://github.com/ajschmidt8) | -| :----------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | -| [adamvigneault](https://github.com/adamvigneault) | [ajh-sr](https://github.com/ajh-sr) | [adamdottv](https://github.com/adamdottv) | [abannach](https://github.com/abannach) | [superhawk610](https://github.com/superhawk610) | [ajschmidt8](https://github.com/ajschmidt8) | - -| [bedgerotto](https://github.com/bedgerotto) | [wbaaron](https://github.com/wbaaron) | [Quorafind](https://github.com/Quorafind) | [bducharme](https://github.com/bducharme) | [azizk](https://github.com/azizk) | [azeemba](https://github.com/azeemba) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | -| [bedgerotto](https://github.com/bedgerotto) | [wbaaron](https://github.com/wbaaron) | [Quorafind](https://github.com/Quorafind) | [bducharme](https://github.com/bducharme) | [azizk](https://github.com/azizk) | [azeemba](https://github.com/azeemba) | - -| [ayhankesicioglu](https://github.com/ayhankesicioglu) | [atsawin](https://github.com/atsawin) | [ash-jc-allen](https://github.com/ash-jc-allen) | [apuyou](https://github.com/apuyou) | [arthurdenner](https://github.com/arthurdenner) | [Abourass](https://github.com/Abourass) | -| :--------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | -| [ayhankesicioglu](https://github.com/ayhankesicioglu) | [atsawin](https://github.com/atsawin) | [ash-jc-allen](https://github.com/ash-jc-allen) | [apuyou](https://github.com/apuyou) | [arthurdenner](https://github.com/arthurdenner) | [Abourass](https://github.com/Abourass) | - -| [tyndria](https://github.com/tyndria) | [anthony0030](https://github.com/anthony0030) | [andychongyz](https://github.com/andychongyz) | [andrii-bodnar](https://github.com/andrii-bodnar) | [superandrew213](https://github.com/superandrew213) | [radarhere](https://github.com/radarhere) | -| :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | -| [tyndria](https://github.com/tyndria) | [anthony0030](https://github.com/anthony0030) | [andychongyz](https://github.com/andychongyz) | [andrii-bodnar](https://github.com/andrii-bodnar) | [superandrew213](https://github.com/superandrew213) | [radarhere](https://github.com/radarhere) | - -| [tykarol](https://github.com/tykarol) | [jvelten](https://github.com/jvelten) | [mellow-fellow](https://github.com/mellow-fellow) | [jmontoyaa](https://github.com/jmontoyaa) | [jcalonso](https://github.com/jcalonso) | [jbelej](https://github.com/jbelej) | -| :---------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | -| [tykarol](https://github.com/tykarol) | [jvelten](https://github.com/jvelten) | [mellow-fellow](https://github.com/mellow-fellow) | [jmontoyaa](https://github.com/jmontoyaa) | [jcalonso](https://github.com/jcalonso) | [jbelej](https://github.com/jbelej) | - -| [jbelej](https://github.com/jbelej) | [jszobody](https://github.com/jszobody) | [jorgeepc](https://github.com/jorgeepc) | [jondewoo](https://github.com/jondewoo) | [jonathanarbely](https://github.com/jonathanarbely) | [jsanchez034](https://github.com/jsanchez034) | -| :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | -| [jbelej](https://github.com/jbelej) | [jszobody](https://github.com/jszobody) | [jorgeepc](https://github.com/jorgeepc) | [jondewoo](https://github.com/jondewoo) | [jonathanarbely](https://github.com/jonathanarbely) | [jsanchez034](https://github.com/jsanchez034) | - -| [Jokcy](https://github.com/Jokcy) | [chromacoma](https://github.com/chromacoma) | [profsmallpine](https://github.com/profsmallpine) | [theJoeBiz](https://github.com/theJoeBiz) | [huydod](https://github.com/huydod) | [lucax88x](https://github.com/lucax88x) | -| :-----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | -| [Jokcy](https://github.com/Jokcy) | [chromacoma](https://github.com/chromacoma) | [profsmallpine](https://github.com/profsmallpine) | [theJoeBiz](https://github.com/theJoeBiz) | [huydod](https://github.com/huydod) | [lucax88x](https://github.com/lucax88x) | - -| [lucaperret](https://github.com/lucaperret) | [ombr](https://github.com/ombr) | [louim](https://github.com/louim) | [dolphinigle](https://github.com/dolphinigle) | [leomelzer](https://github.com/leomelzer) | [leods92](https://github.com/leods92) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | -| [lucaperret](https://github.com/lucaperret) | [ombr](https://github.com/ombr) | [louim](https://github.com/louim) | [dolphinigle](https://github.com/dolphinigle) | [leomelzer](https://github.com/leomelzer) | [leods92](https://github.com/leods92) | - -| [galli-leo](https://github.com/galli-leo) | [dviry](https://github.com/dviry) | [larowlan](https://github.com/larowlan) | [leaanthony](https://github.com/leaanthony) | [hoangbits](https://github.com/hoangbits) | [labohkip81](https://github.com/labohkip81) | -| :-------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | -| [galli-leo](https://github.com/galli-leo) | [dviry](https://github.com/dviry) | [larowlan](https://github.com/larowlan) | [leaanthony](https://github.com/leaanthony) | [hoangbits](https://github.com/hoangbits) | [labohkip81](https://github.com/labohkip81) | - -| [kyleparisi](https://github.com/kyleparisi) | [elkebab](https://github.com/elkebab) | [kidonng](https://github.com/kidonng) | [kevin-west-10x](https://github.com/kevin-west-10x) | [kergekacsa](https://github.com/kergekacsa) | [HussainAlkhalifah](https://github.com/HussainAlkhalifah) | -| :---------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------: | -| [kyleparisi](https://github.com/kyleparisi) | [elkebab](https://github.com/elkebab) | [kidonng](https://github.com/kidonng) | [kevin-west-10x](https://github.com/kevin-west-10x) | [kergekacsa](https://github.com/kergekacsa) | [HussainAlkhalifah](https://github.com/HussainAlkhalifah) | - -| [HughbertD](https://github.com/HughbertD) | [hiromi2424](https://github.com/hiromi2424) | [giacomocerquone](https://github.com/giacomocerquone) | [roenschg](https://github.com/roenschg) | [gjungb](https://github.com/gjungb) | [geoffappleford](https://github.com/geoffappleford) | -| :-------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | -| [HughbertD](https://github.com/HughbertD) | [hiromi2424](https://github.com/hiromi2424) | [giacomocerquone](https://github.com/giacomocerquone) | [roenschg](https://github.com/roenschg) | [gjungb](https://github.com/gjungb) | [geoffappleford](https://github.com/geoffappleford) | - -| [gabiganam](https://github.com/gabiganam) | [fuadscodes](https://github.com/fuadscodes) | [dtrucs](https://github.com/dtrucs) | [ferdiusa](https://github.com/ferdiusa) | [fgallinari](https://github.com/fgallinari) | [Gkleinereva](https://github.com/Gkleinereva) | -| :--------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | -| [gabiganam](https://github.com/gabiganam) | [fuadscodes](https://github.com/fuadscodes) | [dtrucs](https://github.com/dtrucs) | [ferdiusa](https://github.com/ferdiusa) | [fgallinari](https://github.com/fgallinari) | [Gkleinereva](https://github.com/Gkleinereva) | - -| [epexa](https://github.com/epexa) | [EnricoSottile](https://github.com/EnricoSottile) | [elliotdickison](https://github.com/elliotdickison) | [eliOcs](https://github.com/eliOcs) | [Jmales](https://github.com/Jmales) | [jessica-coursera](https://github.com/jessica-coursera) | -| :-----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: | -| [epexa](https://github.com/epexa) | [EnricoSottile](https://github.com/EnricoSottile) | [elliotdickison](https://github.com/elliotdickison) | [eliOcs](https://github.com/eliOcs) | [Jmales](https://github.com/Jmales) | [jessica-coursera](https://github.com/jessica-coursera) | - -| [vith](https://github.com/vith) | [janwilts](https://github.com/janwilts) | [janklimo](https://github.com/janklimo) | [jamestiotio](https://github.com/jamestiotio) | [jcjmcclean](https://github.com/jcjmcclean) | [Jbithell](https://github.com/Jbithell) | -| :---------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------: | -| [vith](https://github.com/vith) | [janwilts](https://github.com/janwilts) | [janklimo](https://github.com/janklimo) | [jamestiotio](https://github.com/jamestiotio) | [jcjmcclean](https://github.com/jcjmcclean) | [Jbithell](https://github.com/Jbithell) | - -| [JakubHaladej](https://github.com/JakubHaladej) | [jakemcallister](https://github.com/jakemcallister) | [gaejabong](https://github.com/gaejabong) | [JacobMGEvans](https://github.com/JacobMGEvans) | [mazoruss](https://github.com/mazoruss) | [GreenJimmy](https://github.com/GreenJimmy) | -| :--------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | -| [JakubHaladej](https://github.com/JakubHaladej) | [jakemcallister](https://github.com/jakemcallister) | [gaejabong](https://github.com/gaejabong) | [JacobMGEvans](https://github.com/JacobMGEvans) | [mazoruss](https://github.com/mazoruss) | [GreenJimmy](https://github.com/GreenJimmy) | - -| [intenzive](https://github.com/intenzive) | [NaxYo](https://github.com/NaxYo) | [ishendyweb](https://github.com/ishendyweb) | [IanVS](https://github.com/IanVS) | -| :--------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------: | -| [intenzive](https://github.com/intenzive) | [NaxYo](https://github.com/NaxYo) | [ishendyweb](https://github.com/ishendyweb) | [IanVS](https://github.com/IanVS) | - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -## Software - -We use Browserstack for manual testing - -BrowserStack logo - +
arturigoto-bus-stopkvzaduh95ifedapoolarewajuhedgerh
MurderlonAJvanLoonnqstmifigithub-actions[bot]lakesare
dependabot[bot]kiloreuxsamuelayosadovnychyirichardwillarsajkachnic
zcallanYukeshShrjankooliverpoolBotzmcallistertyler
mokutsu-courseradschmidtDJWassinkmrbatistataoqftimodwhit
tim-koseltocieartuoxiansppaulnMikeKovariktoadkicker
ap--tranvansangLiviaMedeirosbertho-zerojuliangruberHawxy
gavboultonmejiaejelenalapedominicedenAcconutjhen0409
stephentusobencergazdaa-kriyayonahforstsuchoproductionsksavant
ogtfabernndevstudioMatthiasKunnenmanuelkiesslingdargmueslijohnnyperkins
ofhopeyaegorzhuangyasparanoidThomasG77subha1206
schonertSlavikTraktorscottbesslerjrschumacherrosenfeldrdimartino
ahmedkandelYoussef1313allenfantasyZyclotrop-janarkbdirito
darthf1fortriebfrederikhorsheocoijareymuhammadInam
rettgerstmkabatekjukakoskiolemoignbtrice5idereal
AndrwMbehnammodiBePo65bradedelmancamiloforerocommand-tab
craig-jenningsdavekissdenysdesignethanwillisfrobinsonjrichartkeil
paescujrichmeijmsandmartiuslimMartin005mskelton
mactavishzlafedogrockerjedwoodjasonboscoghasrfakhri
geertclerxeman8519luarmrraulibanezrefoSxDx
robwilson1scherromanTashowsPzocoppadmavilasomphillipalexander
pmusarajpedrofsplnetopatricklindsaypascalwengerterParsaArvanehPA
tajstrayersjauldsteverobamaituquigebo
waptikSpazzMarticusszhsergei-zelinskysebasegovia01sdebacker
samuelcolburnfortunto2GNURubrartrossngmkopinsky
mhulethrshmauricioribeiromatthewhartstongemjesuelemattfik
mateuscruzmasumulu28masaokmartin-brennanmarcusforsbergmarcosthejew
mperrandoonhatemarc-mabesercraigcryptic022Ozodbek1405
leftdevelnil1511coreprocessnicojonestrungcva10a6tnnaveed-ahmad
pleasespammelatermarton-laszlo-attilanavruzmmogzolshahimcltmnafees
boudraachmiralken-kuroneuronet77mosi-khamaddy-jo
mdxiaohumagumbojx-zyfkode-ninjasontixyoujur-ng
johnmanjiro13jyoungbloodgreen-mikegaelicwinterfrancklfingul
elliotsayesdzcpyxhocquetJimmyLvzanzlenderolitomas
yoann-hellopretvedran555tusharjkhuntthanhthotstduhpfslawexxx44
rtaiebrmoura-92rlebosserhymeslunttaphil714
ordagoodselsevierninesaltwillycamargoweston-sankey-mark43dwnste
nagyvstiigvalentinoliviallybodryitrivikr
top-mastertvaliasektomekptomsaleebaWIStudenttmaier
twarloptcgjdkisiccraigcbrunnercodehero7386christianwengert
cgoinglovecanvasbhc0b41avallaargghalfatv
agreene-courseraaduh95-test-accountsartoshi-foot-daozackbloomzlawson-utzachconner
yafkariYehudaKremerardeoisCommanderRootczjcbush06
Aarbelcfracspranceprattcmpsubvertallchrischarlybillaud
Cretezychaocellvinchungcartfiskcyubryanjswift
functinoeliOcsyoldarefbautistaemuellEdgarSantiago93
sweetrojeetissDennisKofflardhoangsvitdavilima6akizor
KaminskiDaniellCantabarmrboomerdanilatdanschalowdanmichaelo
CruaieramitporttekacsDogfaloalirezahiaalepis
alexnjasmt3ahmadissaadritasharmaAdrreiadityapatadia
adamvigneaultajh-sradamdottvabannachsuperhawk610ajschmidt8
bedgerottowbaaronQuorafindbducharmeazizkazeemba
ayhankesiciogluatsawinash-jc-allenapuyouarthurdennerAbourass
tyndriaanthony0030andychongyzandrii-bodnarsuperandrew213radarhere
kergekacsafiresharkstudioskaspermeinematykaroljveltenmellow-fellow
jmontoyaajcalonsojbelejjszobodyjorgeepcjondewoo
jonathanarbelyjsanchez034JokcychromacomaprofsmallpineIanVS
Lucklj521lucax88xlucaperretombrlouimdolphinigle
leomelzerleods92galli-leodvirylarowlanleaanthony
hoangbitslabohkip81kyleparisielkebabkidonngkevin-west-10x
huydodHussainAlkhalifahHughbertDhiromi2424giacomocerquoneroenschg
gjungbgeoffapplefordgabiganamfuadscodesdtrucsferdiusa
fgallinariGkleinerevaepexaEnricoSottileelliotdickisontheJoeBiz
Jmalesjessica-courseravithjanwiltsjanklimojamestiotio
jcjmccleanJbithellJakubHaladejjakemcallistergaejabongJacobMGEvans
mazorussGreenJimmyintenziveNaxYoishendyweb
## License -[The MIT License](LICENSE). +The [MIT License](./LICENSE). diff --git a/bin/update-contributors.mjs b/bin/update-contributors.mjs index 2e036ad2b9..8a877a4944 100755 --- a/bin/update-contributors.mjs +++ b/bin/update-contributors.mjs @@ -1,6 +1,9 @@ #!/usr/bin/env node -import { spawn } from 'node:child_process' +import fetchContrib from 'github-contributors-list/lib/contributors.js' +import layoutStrategy from 'github-contributors-list/lib/strategies/layout_strategies/json.js' +import sortStrategy from 'github-contributors-list/lib/strategies/sort_strategies/sort_desc.js' +import filterStrategy from 'github-contributors-list/lib/strategies/filter_strategies/login.js' import { Buffer } from 'node:buffer' import fs from 'node:fs/promises' import process from 'node:process' @@ -10,27 +13,37 @@ const README_FILE_NAME = new URL('../README.md', import.meta.url) const readme = await fs.open(README_FILE_NAME, 'r+') const readmeContent = await readme.readFile() -const githubcontrib = spawn('npx', [ - 'githubcontrib', - '--owner', 'transloadit', - '--repo', 'uppy', - '--cols', '6', - '--format', 'md', - '--showlogin', 'true', - '--sortOrder', 'desc', -], { - stdio: ['ignore', 'pipe', 'inherit'], -}) - -githubcontrib.on('error', console.error) - // Detect start of contributors section. -const START_TAG = Buffer.from('\n') -const START_TAG_POSITION = readmeContent.indexOf(START_TAG) + START_TAG.byteLength +const START_TAG = Buffer.from('\n') +const START_TAG_POSITION = + readmeContent.indexOf(START_TAG) + START_TAG.byteLength +const args = { + owner: 'transloadit', + repository: 'uppy', + cols: 6, + format: 'json', + sortBy: 'contributions', + sortOrder: 'desc', + filter: [], + layoutStrategy, + sortStrategy, + filterStrategy, +} +const { contributors } = await fetchContrib(args).loadAll( + args.owner, + args.repository, + args.authToken || process.env.GITHUB_API_TOKEN, + args.fromDate, +) let cursor = START_TAG_POSITION -for await (const data of githubcontrib.stdout) { - const { bytesWritten } = await readme.write(data.toString('utf-8'), cursor, 'utf-8') +for (const line of contributors) { + let row = '' + for (const { html_url, login, avatar_url } of line) { + row += `` + } + row += '\n' + const { bytesWritten } = await readme.write(row, cursor, 'utf-8') cursor += bytesWritten } @@ -40,6 +53,8 @@ if (cursor === START_TAG_POSITION) { process.exit(1) } +await readme.truncate(cursor) + // Write the end of the file. await readme.write( readmeContent, diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html index 45c248d364..ff5b79b8ac 100644 --- a/examples/aws-nodejs/public/drag.html +++ b/examples/aws-nodejs/public/drag.html @@ -4,7 +4,7 @@ Uppy @@ -22,7 +22,7 @@
Uploaded files:
DragDrop, ProgressBar, AwsS3, - } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs' // Function for displaying uploaded files const onUploadSuccess = (elForUploadedFiles) => (file, response) => { diff --git a/examples/aws-nodejs/public/index.html b/examples/aws-nodejs/public/index.html index a3d3a07815..1c02a31a53 100644 --- a/examples/aws-nodejs/public/index.html +++ b/examples/aws-nodejs/public/index.html @@ -4,7 +4,7 @@ Uppy – AWS upload example @@ -16,7 +16,7 @@

AWS upload example

Uppy, Dashboard, AwsS3, - } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs' /** * This generator transforms a deep object into URL-encodable pairs * to work with `URLSearchParams` on the client and `body-parser` on the server. diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index 7c8e4b6118..6a0de0d713 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -5,7 +5,7 @@ @@ -19,7 +19,7 @@ Dashboard, Webcam, Tus, - } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs' const uppy = new Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: '#uppyModalOpener' }) diff --git a/examples/uppy-with-companion/client/index.html b/examples/uppy-with-companion/client/index.html index f63de247f6..918b40ad35 100644 --- a/examples/uppy-with-companion/client/index.html +++ b/examples/uppy-with-companion/client/index.html @@ -5,7 +5,7 @@ @@ -19,7 +19,7 @@ Instagram, GoogleDrive, Tus, - } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.4/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.5/uppy.min.mjs' const uppy = new Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: '#uppyModalOpener' }) diff --git a/package.json b/package.json index 7dbcc6fa1c..51da342377 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,9 @@ "*.{css,html,json,scss,vue,yaml,yml}": "prettier -w", "*.md": [ "remark --silently-ignore -i .remarkignore -foq", - "eslint --fix" + "eslint --fix", + "prettier -w", + "eslint" ] }, "remarkConfig": { diff --git a/packages/@uppy/audio/CHANGELOG.md b/packages/@uppy/audio/CHANGELOG.md index 77057d77af..0d56c093d0 100644 --- a/packages/@uppy/audio/CHANGELOG.md +++ b/packages/@uppy/audio/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/audio +## 2.0.0-beta.5 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) + ## 2.0.0-beta.1 Released: 2024-03-28 diff --git a/packages/@uppy/audio/package.json b/packages/@uppy/audio/package.json index 210054c8a1..a798171cfd 100644 --- a/packages/@uppy/audio/package.json +++ b/packages/@uppy/audio/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/audio", "description": "Uppy plugin that records audio using the device’s microphone.", - "version": "2.0.0-beta.4", + "version": "2.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/aws-s3-multipart/CHANGELOG.md b/packages/@uppy/aws-s3-multipart/CHANGELOG.md new file mode 100644 index 0000000000..9343d061d6 --- /dev/null +++ b/packages/@uppy/aws-s3-multipart/CHANGELOG.md @@ -0,0 +1,8 @@ +# @uppy/aws-s3-multipart + +## 4.0.0-beta.5 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/aws-s3-multipart: Format (Murderlon) diff --git a/packages/@uppy/aws-s3-multipart/package.json b/packages/@uppy/aws-s3-multipart/package.json index 3a90e4b717..5489fcbadc 100644 --- a/packages/@uppy/aws-s3-multipart/package.json +++ b/packages/@uppy/aws-s3-multipart/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/aws-s3-multipart", "description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/aws-s3/package.json b/packages/@uppy/aws-s3/package.json index 2350888a6b..0928e85d16 100644 --- a/packages/@uppy/aws-s3/package.json +++ b/packages/@uppy/aws-s3/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/aws-s3", "description": "Upload to Amazon S3 with Uppy", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/box/package.json b/packages/@uppy/box/package.json index 8223018733..660a28d389 100644 --- a/packages/@uppy/box/package.json +++ b/packages/@uppy/box/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/box", "description": "Import files from Box, into Uppy.", - "version": "3.0.0-beta.4", + "version": "3.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/companion-client/package.json b/packages/@uppy/companion-client/package.json index 20fe9c5269..67761dc51c 100644 --- a/packages/@uppy/companion-client/package.json +++ b/packages/@uppy/companion-client/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/companion-client", "description": "Client library for communication with Companion. Intended for use in Uppy plugins.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/companion/CHANGELOG.md b/packages/@uppy/companion/CHANGELOG.md index eb14720e35..fc68e117be 100644 --- a/packages/@uppy/companion/CHANGELOG.md +++ b/packages/@uppy/companion/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/companion +## 5.0.0-beta.5 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128) + ## 5.0.0-beta.4 Released: 2024-04-29 @@ -18,6 +25,13 @@ Included in: Uppy v4.0.0-beta.1 - @uppy/companion: improve error msg (Mikael Finstad / #5010) - @uppy/companion: crash if trying to set path to / (Mikael Finstad / #5003) +## 4.13.2 + +Released: 2024-05-03 +Included in: Uppy v3.25.1 + +- @uppy/companion: coerce `requestUrl` to a string (Antoine du Hamel / #5128) + ## 4.13.1 Released: 2024-04-10 diff --git a/packages/@uppy/companion/package.json b/packages/@uppy/companion/package.json index 7651c6ecc9..901f2b1e6b 100644 --- a/packages/@uppy/companion/package.json +++ b/packages/@uppy/companion/package.json @@ -1,6 +1,6 @@ { "name": "@uppy/companion", - "version": "5.0.0-beta.4", + "version": "5.0.0-beta.5", "description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:", "main": "lib/companion.js", "types": "lib/companion.d.ts", diff --git a/packages/@uppy/compressor/CHANGELOG.md b/packages/@uppy/compressor/CHANGELOG.md index c500390b9e..f68951adb5 100644 --- a/packages/@uppy/compressor/CHANGELOG.md +++ b/packages/@uppy/compressor/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/compressor +## 2.0.0-beta.5 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) + ## 1.1.1 Released: 2024-02-20 diff --git a/packages/@uppy/compressor/package.json b/packages/@uppy/compressor/package.json index f0dbd9c372..b40cd10d06 100644 --- a/packages/@uppy/compressor/package.json +++ b/packages/@uppy/compressor/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/compressor", "description": "Uppy plugin that compresses images before upload, saving up to 60% in size", - "version": "2.0.0-beta.4", + "version": "2.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/core/CHANGELOG.md b/packages/@uppy/core/CHANGELOG.md index 60a8088b7f..d2aa87f82c 100644 --- a/packages/@uppy/core/CHANGELOG.md +++ b/packages/@uppy/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @uppy/core +## 4.0.0-beta.5 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/core: make UppyEventMap more readable (Murderlon) +- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) +- @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080) +- @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118) + ## 4.0.0-beta.4 Released: 2024-04-29 @@ -32,6 +42,12 @@ Included in: Uppy v4.0.0-beta.1 - @uppy/core: various type fixes (Antoine du Hamel / #4995) - @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986) +## 3.11.1 + +Released: 2024-05-03 +Included in: Uppy v3.25.1 + +- @uppy/core: make UppyEventMap more readable (Murderlon) ## 3.11.0 diff --git a/packages/@uppy/core/package.json b/packages/@uppy/core/package.json index 563ab89f3e..46fdc1ab8b 100644 --- a/packages/@uppy/core/package.json +++ b/packages/@uppy/core/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/core", "description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/dashboard/CHANGELOG.md b/packages/@uppy/dashboard/CHANGELOG.md index 004a0af1fb..32865fbb4d 100644 --- a/packages/@uppy/dashboard/CHANGELOG.md +++ b/packages/@uppy/dashboard/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/dashboard +## 4.0.0-beta.5 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) + ## 4.0.0-beta.4 Released: 2024-04-29 diff --git a/packages/@uppy/dashboard/package.json b/packages/@uppy/dashboard/package.json index c8699ebe9b..524c8a3d35 100644 --- a/packages/@uppy/dashboard/package.json +++ b/packages/@uppy/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/dashboard", "description": "Universal UI plugin for Uppy.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/drag-drop/package.json b/packages/@uppy/drag-drop/package.json index 6813b03645..5adb1a1145 100644 --- a/packages/@uppy/drag-drop/package.json +++ b/packages/@uppy/drag-drop/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/drag-drop", "description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/dropbox/package.json b/packages/@uppy/dropbox/package.json index 2b75c0f103..ec0aac0242 100644 --- a/packages/@uppy/dropbox/package.json +++ b/packages/@uppy/dropbox/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/dropbox", "description": "Import files from Dropbox, into Uppy.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/facebook/package.json b/packages/@uppy/facebook/package.json index faa4a480fe..a07c2eb34d 100644 --- a/packages/@uppy/facebook/package.json +++ b/packages/@uppy/facebook/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/facebook", "description": "Import files from Facebook, into Uppy.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/file-input/package.json b/packages/@uppy/file-input/package.json index fff6e3e268..7182faefc1 100644 --- a/packages/@uppy/file-input/package.json +++ b/packages/@uppy/file-input/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/file-input", "description": "Simple UI of a file input button that works with Uppy right out of the box", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/form/package.json b/packages/@uppy/form/package.json index fd3983be06..a51913697a 100644 --- a/packages/@uppy/form/package.json +++ b/packages/@uppy/form/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/form", "description": "Connect Uppy to an existing HTML .", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/golden-retriever/package.json b/packages/@uppy/golden-retriever/package.json index 80dd178331..2719708a19 100644 --- a/packages/@uppy/golden-retriever/package.json +++ b/packages/@uppy/golden-retriever/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/golden-retriever", "description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/google-drive/package.json b/packages/@uppy/google-drive/package.json index df46bd2b1d..9d70cfc7c5 100644 --- a/packages/@uppy/google-drive/package.json +++ b/packages/@uppy/google-drive/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/google-drive", "description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/image-editor/package.json b/packages/@uppy/image-editor/package.json index 971bf1929e..3de5a4c855 100644 --- a/packages/@uppy/image-editor/package.json +++ b/packages/@uppy/image-editor/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/image-editor", "description": "Image editor and cropping UI", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/informer/package.json b/packages/@uppy/informer/package.json index 83764a8379..3064ab7f41 100644 --- a/packages/@uppy/informer/package.json +++ b/packages/@uppy/informer/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/informer", "description": "A notification and error pop-up bar for Uppy.", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/instagram/package.json b/packages/@uppy/instagram/package.json index 36de0c8d60..8422bce5bd 100644 --- a/packages/@uppy/instagram/package.json +++ b/packages/@uppy/instagram/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/instagram", "description": "Import photos and videos from Instagram, into Uppy.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/locales/CHANGELOG.md b/packages/@uppy/locales/CHANGELOG.md index 3d729ab02a..8c0fbfbe99 100644 --- a/packages/@uppy/locales/CHANGELOG.md +++ b/packages/@uppy/locales/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/locales +## 3.5.3 + +Released: 2024-05-03 +Included in: Uppy v3.25.1 + +- @uppy/locales: Update ru_RU locale (Uladzislau Bodryi / #5120) + ## 3.5.2 Released: 2024-02-20 diff --git a/packages/@uppy/locales/package.json b/packages/@uppy/locales/package.json index 3e50ed7db7..501e26e5d9 100644 --- a/packages/@uppy/locales/package.json +++ b/packages/@uppy/locales/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/locales", "description": "Uppy language packs", - "version": "3.5.2", + "version": "4.0.0-beta.1", "license": "MIT", "type": "module", "keywords": [ @@ -19,5 +19,6 @@ }, "dependencies": { "@uppy/utils": "workspace:^" - } + }, + "stableVersion": "3.5.3" } diff --git a/packages/@uppy/locales/src/ru_RU.ts b/packages/@uppy/locales/src/ru_RU.ts index b75df5eac1..778b998fd9 100644 --- a/packages/@uppy/locales/src/ru_RU.ts +++ b/packages/@uppy/locales/src/ru_RU.ts @@ -16,25 +16,52 @@ const ru_RU: Locale<0 | 1 | 2> = { } ru_RU.strings = { - addMoreFiles: 'Добавить еще файлы', + addBulkFilesFailed: { + '0': 'Не удалось добавить %{smart_count} файл из-за внутренней ошибки', + '1': 'Не удалось добавить %{smart_count} файла из-за внутренней ошибки', + '2': 'Не удалось добавить %{smart_count} файлов из-за внутренней ошибки', + }, + addedNumFiles: { + '0': 'Добавлен %{numFiles} файл', + '1': 'Добавлено %{numFiles} файла', + '2': 'Добавлено %{numFiles} файлов', + }, addingMoreFiles: 'Добавление дополнительных файлов', + additionalRestrictionsFailed: { + '0': '%{count} дополнительное ограничение не было удовлетворено', + '1': '%{count} дополнительных ограничения не были удовлетворены', + '2': '%{count} дополнительных ограничений не были удовлетворены', + }, + addMore: 'Добавить еще', + addMoreFiles: 'Добавить еще файлы', + allFilesFromFolderNamed: 'Все файлы из папки %{name}', allowAccessDescription: - 'Чтобы сделать фото или видео, пожалуйста, разрешите доступ к камере для этого сайта', + 'Чтобы сделать фото или записать видео, пожалуйста, разрешите доступ к камере для этого сайта', allowAccessTitle: 'Пожалуйста, разрешите доступ к вашей камере', + allowAudioAccessDescription: + 'Чтобы записать аудио, пожалуйста, разрешите доступ к микрофону для этого сайта', + allowAudioAccessTitle: 'Пожалуйста, разрешите доступ к вашему микрофону', + aspectRatioLandscape: 'Обрезать альбомный формат (16:9)', + aspectRatioPortrait: 'Обрезать портрет (9:16)', + aspectRatioSquare: 'Обрезать квадрат', + authAborted: 'Аутентификация прервана', + authenticateWith: 'Подключиться к %{pluginName}', authenticateWithTitle: 'Пожалуйста, авторизуйтесь в %{pluginName}, чтобы выбрать файлы', - authenticateWith: 'Подключиться к %{pluginName}', back: 'Назад', - addMore: 'Добавить еще', browse: 'выберите', - browseFiles: 'выберите', + browseFiles: 'выберите файлы', cancel: 'Отменить', cancelUpload: 'Отменить загрузку', chooseFiles: 'Выбрать файлы', closeModal: 'Закрыть окно', companionError: 'Не удалось подключиться к Companion', + companionUnauthorizeHint: + 'Чтобы выйти из вашего аккаунта %{provider}, пожалуйста, перейдите по ссылке %{url}', // «Готово» вместо «загрузка завершена», потому что кроме загрузки бывает encoding — транскодирование файлов complete: 'Готово', + compressedX: 'Сохранено %{size} благодаря сжатию изображений', + compressingImages: 'Сжатие изображений...', // «Нет подключения к интернету» — «Подключено к интернету» connectedToInternet: 'Подключено к интернету', copyLink: 'Скопировать ссылку', @@ -46,6 +73,7 @@ ru_RU.strings = { dashboardWindowTitle: 'Окно загрузчика файлов (нажмите escape, чтобы закрыть)', dataUploadedOfTotal: '%{complete} из %{total}', + discardRecordedFile: 'Удалить записанный файл', done: 'Готово', dropHereOr: 'Перетащите файлы или %{browse}', dropHint: 'Перетащите файлы сюда', @@ -60,17 +88,19 @@ ru_RU.strings = { 'Перетащите файлы, вставьте, %{browse} или импортируйте из:', editFile: 'Редактировать файл', editImage: 'Редактировать изображение', + editFileWithFilename: 'Редактировать файл %{file}', editing: 'Редактируется %{file}', emptyFolderAdded: 'Файлы не были добавлены — папка пуста', encoding: 'Обработка...', enterCorrectUrl: 'Неправильный адрес: пожалуйста, убедитесь что вы используете прямую ссылку на файл', + enterTextToSearch: 'Введите текст для поиска изображений', enterUrlToImport: 'Введите адрес, чтобы импортировать файл', + error: 'Ошибка', exceedsSize: 'Этот файл больше максимально разрешенного размера в %{size}', failedToFetch: 'Companion не смог загрузить файл по ссылке, пожалуйста, убедитесь, что адрес верный', failedToUpload: 'Ошибка загрузки %{file}', - fileSource: 'Источник файла: %{name}', filesUploadedOfTotal: { '0': '%{complete} из %{smart_count} файла загружено', '1': '%{complete} из %{smart_count} файлов загружено', @@ -78,49 +108,111 @@ ru_RU.strings = { }, filter: 'Фильтр', finishEditingFile: 'Закончить редактирование файла', + flipHorizontal: 'Повернуть горизонтально', folderAdded: { '0': 'Добавлен %{smart_count} файл из %{folder}', '1': 'Добавлено %{smart_count} файла из %{folder}', '2': 'Добавлено %{smart_count} файлов из %{folder}', }, + folderAlreadyAdded: 'Папка "%{folder}" уже была добавлена', + generatingThumbnails: 'Создание превью изображений...', import: 'Импортировать', + importFiles: 'Импортировать файлы из:', importFrom: 'Импортировать из %{name}', + inferiorSize: 'Этот файл меньше минимального размера %{size}', + loadedXFiles: { + '0': 'Загружен %{numFiles} файл', + '1': 'Загружено %{numFiles} файла', + '2': 'Загружено %{numFiles} файлов', + }, loading: 'Загрузка...', logOut: 'Выйти', + micDisabled: 'Пользователь ограничил доступ к микрофону', + missingRequiredMetaField: 'Отсутствуют обязательные meta поля', + missingRequiredMetaFieldOnFile: + 'В файле %{fileName} отсутствуют обязательные meta поля', + missingRequiredMetaFields: { + '0': 'Отсутствует обязательное meta поле: %{fields}.', + '1': 'Отсутствуют обязательные meta поля: %{fields}.', + '2': 'Отсутствуют обязательные meta поля: %{fields}.', + }, myDevice: 'Мое устройство', + noAudioDescription: + 'Пожалуйста, подключите микрофон или другое аудиоустройство, чтобы записывать аудио', + noAudioTitle: 'Микрофон недоступен', + noCameraDescription: + 'Пожалуйста, подключите камеру, чтобы сделать фото или записать видео', + noCameraTitle: 'Камера недоступна', + noDuplicates: "Нельзя добавить '%{fileName}', файл уже добавлен", noFilesFound: 'Здесь нет файлов или папок', noInternetConnection: 'Нет подключения к интернету', + noMoreFilesAllowed: 'Нельзя добавить больше файлов', + noSearchResults: 'К сожалению, нет результатов для поискового запроса', + openFolderNamed: 'Открыть папку %{name}', pause: 'Поставить на паузу', - pauseUpload: 'Поставить загрузку на паузу', paused: 'На паузе', + pauseUpload: 'Поставить загрузку на паузу', + poweredBy: 'Работает на %{uppy}', processingXFiles: { '0': 'Обрабатывается %{smart_count} файл', '1': 'Обрабатываются %{smart_count} файла', '2': 'Обрабатываются %{smart_count} файлов', }, - poweredBy: 'Работает на %{uppy}', + recording: 'Идет запись', + recordingLength: 'Длительность записи %{recording_length}', + recordingStoppedMaxSize: + 'Запись остановлена из-за того, что файл достиг максимального размера', + recordVideoBtn: 'Записать видео', + recoveredAllFiles: 'Все файлы восстановлены. Вы можете продолжить загрузку.', + recoveredXFiles: { + '0': 'Не удалось восстановить %{smart_count} файл. Пожалуйста, выберите его заново и продолжите загрузку.', + '1': 'Не удалось восстановить %{smart_count} файла. Пожалуйста, выберите их заново и продолжите загрузку.', + '2': 'Не удалось восстановить %{smart_count} файлов. Пожалуйста, выберите их заново и продолжите загрузку.', + }, removeFile: 'Удалить файл', + reSelect: 'Выбрать заново', resetFilter: 'Сбросить фильтр', + resetSearch: 'Сбросить поиск', resume: 'Продолжить', resumeUpload: 'Продолжить загрузку', retry: 'Повторить попытку', retryUpload: 'Повторить попытку загрузки', + revert: 'Отменить изменения', + rotate: 'Повернуть', save: 'Сохранить', - saveChanges: 'Сохранить', + saveChanges: 'Сохранить изменения', + search: 'Поиск', + searchImages: 'Поиск изображений', selectX: { '0': 'Выбрать %{smart_count}', '1': 'Выбрать %{smart_count}', '2': 'Выбрать %{smart_count}', }, + sessionRestored: 'Сессия восстановлена', + showErrorDetails: 'Показать детали ошибки', + signInWithGoogle: 'Войти с Google', smile: 'Улыбнитесь!', + startAudioRecording: 'Начать запись аудио', + startCapturing: 'Начать запись экрана', startRecording: 'Начать запись видео', + stopAudioRecording: 'Остановить запись аудио', + stopCapturing: 'Остановить запись экрана', stopRecording: 'Закончить запись видео', + streamActive: 'Активный поток', + streamPassive: 'Пассивный поток', + submitRecordedFile: 'Отправить записанный файл', takePicture: 'Сделать фотографию', + takePictureBtn: 'Сделать фотографию', timedOut: 'Загрузка остановилась на %{seconds} секунд, отмена', upload: 'Загрузить', uploadComplete: 'Загрузка завершена', uploadFailed: 'Загрузка не удалась', uploadPaused: 'Загрузка на паузе', + uploadStalled: { + '0': 'Прошла %{seconds} секунда без прогресса в загрузке. Возможно, вы хотите перезапустить ее.', + '1': 'Прошло %{seconds} секунды без прогресса в загрузке. Возможно, вы хотите перезапустить ее.', + '2': 'Прошло %{seconds} секунд без прогресса в загрузке. Возможно, вы хотите перезапустить ее.', + }, uploadXFiles: { '0': 'Загрузить %{smart_count} файл', '1': 'Загрузить %{smart_count} файла', @@ -159,9 +251,8 @@ ru_RU.strings = { '1': 'Вы должны выбрать хотя бы %{smart_count} файла', '2': 'Вы должны выбрать хотя бы %{smart_count} файлов', }, - selectFileNamed: 'Выбрать файл %{name}', - unselectFileNamed: 'Отменить выбор файла %{name}', - openFolderNamed: 'Открыть папку %{name}', + zoomIn: 'Приблизить', + zoomOut: 'Отдалить', } // TODO: remove this in the next major? diff --git a/packages/@uppy/onedrive/package.json b/packages/@uppy/onedrive/package.json index efe800d0a1..cd4b59c36a 100644 --- a/packages/@uppy/onedrive/package.json +++ b/packages/@uppy/onedrive/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/onedrive", "description": "Import files from OneDrive, into Uppy.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/progress-bar/package.json b/packages/@uppy/progress-bar/package.json index a27db0e524..d7b9517804 100644 --- a/packages/@uppy/progress-bar/package.json +++ b/packages/@uppy/progress-bar/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/progress-bar", "description": "A progress bar UI for Uppy", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/provider-views/package.json b/packages/@uppy/provider-views/package.json index d4fae6c24a..720b64709e 100644 --- a/packages/@uppy/provider-views/package.json +++ b/packages/@uppy/provider-views/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/provider-views", "description": "View library for Uppy remote provider plugins.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/react/package.json b/packages/@uppy/react/package.json index a6cee70cb2..bdf3d5690c 100644 --- a/packages/@uppy/react/package.json +++ b/packages/@uppy/react/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/react", "description": "React component wrappers around Uppy's official UI plugins.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/redux-dev-tools/package.json b/packages/@uppy/redux-dev-tools/package.json index ea03515bef..259f5fd884 100644 --- a/packages/@uppy/redux-dev-tools/package.json +++ b/packages/@uppy/redux-dev-tools/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/redux-dev-tools", "description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/remote-sources/CHANGELOG.md b/packages/@uppy/remote-sources/CHANGELOG.md index 4ba21e643d..501b2d11a9 100644 --- a/packages/@uppy/remote-sources/CHANGELOG.md +++ b/packages/@uppy/remote-sources/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/remote-sources +## 2.0.0-beta.4 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) + ## 2.0.0-beta.1 Released: 2024-03-28 diff --git a/packages/@uppy/remote-sources/package.json b/packages/@uppy/remote-sources/package.json index f905589d0f..4ca0e9ff04 100644 --- a/packages/@uppy/remote-sources/package.json +++ b/packages/@uppy/remote-sources/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/remote-sources", "description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc", - "version": "2.0.0-beta.3", + "version": "2.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/screen-capture/package.json b/packages/@uppy/screen-capture/package.json index 05f68dfba8..e2ec589861 100644 --- a/packages/@uppy/screen-capture/package.json +++ b/packages/@uppy/screen-capture/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/screen-capture", "description": "Uppy plugin that captures video from display or application.", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/status-bar/package.json b/packages/@uppy/status-bar/package.json index 03c6976844..1e257003eb 100644 --- a/packages/@uppy/status-bar/package.json +++ b/packages/@uppy/status-bar/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/status-bar", "description": "A progress bar for Uppy, with many bells and whistles.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/store-default/package.json b/packages/@uppy/store-default/package.json index 2811b80bda..9dfb323007 100644 --- a/packages/@uppy/store-default/package.json +++ b/packages/@uppy/store-default/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/store-default", "description": "The default simple object-based store for Uppy.", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/store-redux/package.json b/packages/@uppy/store-redux/package.json index b6a929164e..98c514d930 100644 --- a/packages/@uppy/store-redux/package.json +++ b/packages/@uppy/store-redux/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/store-redux", "description": "Make Uppy use your existing Redux store.", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/svelte/package.json b/packages/@uppy/svelte/package.json index 9f8f43c354..ce798328c4 100644 --- a/packages/@uppy/svelte/package.json +++ b/packages/@uppy/svelte/package.json @@ -2,7 +2,7 @@ "name": "@uppy/svelte", "description": "Uppy plugin that helps integrate Uppy into your Svelte project.", "type": "module", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "scripts": { "build": "rollup -c", "prepublishOnly": "yarn run build", diff --git a/packages/@uppy/thumbnail-generator/package.json b/packages/@uppy/thumbnail-generator/package.json index 2cbf40adc8..cc7ca701a7 100644 --- a/packages/@uppy/thumbnail-generator/package.json +++ b/packages/@uppy/thumbnail-generator/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/thumbnail-generator", "description": "Uppy plugin that generates small previews of images to show on your upload UI.", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/transloadit/package.json b/packages/@uppy/transloadit/package.json index acbacf0d51..ca4420e8e6 100644 --- a/packages/@uppy/transloadit/package.json +++ b/packages/@uppy/transloadit/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/transloadit", "description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/tus/CHANGELOG.md b/packages/@uppy/tus/CHANGELOG.md index c806013fea..de5532bdcd 100644 --- a/packages/@uppy/tus/CHANGELOG.md +++ b/packages/@uppy/tus/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/tus +## 4.0.0-beta.4 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) + ## 4.0.0-beta.1 Released: 2024-03-28 diff --git a/packages/@uppy/tus/package.json b/packages/@uppy/tus/package.json index 65ab5aadf7..b2f23f351f 100644 --- a/packages/@uppy/tus/package.json +++ b/packages/@uppy/tus/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/tus", "description": "Resumable uploads for Uppy using Tus.io", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/unsplash/package.json b/packages/@uppy/unsplash/package.json index c78420d66e..0f804527f4 100644 --- a/packages/@uppy/unsplash/package.json +++ b/packages/@uppy/unsplash/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/unsplash", "description": "Import files from Unsplash, the free stock photography resource, into Uppy", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/url/package.json b/packages/@uppy/url/package.json index 95f7b88b2c..99ffdd8d82 100644 --- a/packages/@uppy/url/package.json +++ b/packages/@uppy/url/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/url", "description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/utils/CHANGELOG.md b/packages/@uppy/utils/CHANGELOG.md index 8fc5503437..946fef7984 100644 --- a/packages/@uppy/utils/CHANGELOG.md +++ b/packages/@uppy/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/utils +## 6.0.0-beta.5 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) + ## 6.0.0-beta.4 Released: 2024-04-29 diff --git a/packages/@uppy/utils/package.json b/packages/@uppy/utils/package.json index 8fb324a95f..92a6286e15 100644 --- a/packages/@uppy/utils/package.json +++ b/packages/@uppy/utils/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/utils", "description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "license": "MIT", "type": "module", "keywords": [ diff --git a/packages/@uppy/vue/package.json b/packages/@uppy/vue/package.json index 863fca56d9..0bd5c64b30 100644 --- a/packages/@uppy/vue/package.json +++ b/packages/@uppy/vue/package.json @@ -1,6 +1,6 @@ { "name": "@uppy/vue", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "license": "MIT", "type": "module", "main": "lib/index.js", diff --git a/packages/@uppy/webcam/package.json b/packages/@uppy/webcam/package.json index bcfacb1ebd..3c7d30b513 100644 --- a/packages/@uppy/webcam/package.json +++ b/packages/@uppy/webcam/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/webcam", "description": "Uppy plugin that takes photos or records videos using the device's camera.", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/xhr-upload/CHANGELOG.md b/packages/@uppy/xhr-upload/CHANGELOG.md index e4d09d81d7..a5cefb6dad 100644 --- a/packages/@uppy/xhr-upload/CHANGELOG.md +++ b/packages/@uppy/xhr-upload/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/xhr-upload +## 4.0.0-beta.3 + +Released: 2024-05-03 +Included in: Uppy v4.0.0-beta.5 + +- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132) + ## 4.0.0-beta.2 Released: 2024-04-29 @@ -14,6 +21,12 @@ Included in: Uppy v4.0.0-beta.1 - @uppy/aws-s3-multipart,@uppy/tus,@uppy/utils,@uppy/xhr-upload: Make `allowedMetaFields` consistent (Merlijn Vos / #5011) +## 3.6.6 + +Released: 2024-05-03 +Included in: Uppy v3.25.1 + +- @uppy/xhr-upload: do not throw when res is missing url (Merlijn Vos / #5132) ## 3.6.5 diff --git a/packages/@uppy/xhr-upload/package.json b/packages/@uppy/xhr-upload/package.json index 9ff4a5268b..811cea218f 100644 --- a/packages/@uppy/xhr-upload/package.json +++ b/packages/@uppy/xhr-upload/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/xhr-upload", "description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.", - "version": "4.0.0-beta.2", + "version": "4.0.0-beta.3", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/@uppy/zoom/package.json b/packages/@uppy/zoom/package.json index b4d8a9d30a..ef17cb2a47 100644 --- a/packages/@uppy/zoom/package.json +++ b/packages/@uppy/zoom/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/zoom", "description": "Import files from zoom, into Uppy.", - "version": "3.0.0-beta.4", + "version": "3.0.0-beta.5", "license": "MIT", "main": "lib/index.js", "type": "module", diff --git a/packages/uppy/package.json b/packages/uppy/package.json index cc39b858c6..621f2cd9f0 100644 --- a/packages/uppy/package.json +++ b/packages/uppy/package.json @@ -1,7 +1,7 @@ { "name": "uppy", "description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:", - "version": "4.0.0-beta.4", + "version": "4.0.0-beta.5", "license": "MIT", "main": "index.mjs", "module": "index.mjs", diff --git a/private/remark-lint-uppy/index.js b/private/remark-lint-uppy/index.js index 3786b7887d..827964386f 100644 --- a/private/remark-lint-uppy/index.js +++ b/private/remark-lint-uppy/index.js @@ -2,6 +2,7 @@ const importDefault = (specifier) => import(specifier).then((module) => module.d export default { settings: { + bullet: "-", emphasis: '_', strong: '*', listItemIndent: 'one', diff --git a/yarn.lock b/yarn.lock index 2cb3693ed9..dbbf61dad0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -533,7 +533,26 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-s3@npm:3.564.0, @aws-sdk/client-s3@npm:^3.338.0, @aws-sdk/client-s3@npm:^3.362.0": +"@aws-sdk/abort-controller@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/abort-controller@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/6f1ea69befadc3b0c0b841878d551315b1666aa9b3dda7abb7939aafe62f0e0cf9a1081161131c2d9ede6af10dff94e9d66a4ca4f4927e3a7f6d1ab348d75122 + languageName: node + linkType: hard + +"@aws-sdk/chunked-blob-reader@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/chunked-blob-reader@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/be8836099d886e91b292df82fc355fa13d225e9c2f5cbd0ece81e845af0a6634570ba9105685657a86186be38b8db39adb7f52358965bdf6751d1c99ed732894 + languageName: node + linkType: hard + +"@aws-sdk/client-s3@npm:3.564.0, @aws-sdk/client-s3@npm:^3.338.0": version: 3.564.0 resolution: "@aws-sdk/client-s3@npm:3.564.0" dependencies: @@ -597,6 +616,109 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/client-s3@npm:^3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/client-s3@npm:3.362.0" + dependencies: + "@aws-crypto/sha1-browser": "npm:3.0.0" + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/client-sts": "npm:3.362.0" + "@aws-sdk/config-resolver": "npm:3.357.0" + "@aws-sdk/credential-provider-node": "npm:3.362.0" + "@aws-sdk/eventstream-serde-browser": "npm:3.357.0" + "@aws-sdk/eventstream-serde-config-resolver": "npm:3.357.0" + "@aws-sdk/eventstream-serde-node": "npm:3.357.0" + "@aws-sdk/fetch-http-handler": "npm:3.357.0" + "@aws-sdk/hash-blob-browser": "npm:3.357.0" + "@aws-sdk/hash-node": "npm:3.357.0" + "@aws-sdk/hash-stream-node": "npm:3.357.0" + "@aws-sdk/invalid-dependency": "npm:3.357.0" + "@aws-sdk/md5-js": "npm:3.357.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.357.0" + "@aws-sdk/middleware-content-length": "npm:3.357.0" + "@aws-sdk/middleware-endpoint": "npm:3.357.0" + "@aws-sdk/middleware-expect-continue": "npm:3.357.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.357.0" + "@aws-sdk/middleware-host-header": "npm:3.357.0" + "@aws-sdk/middleware-location-constraint": "npm:3.357.0" + "@aws-sdk/middleware-logger": "npm:3.357.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.357.0" + "@aws-sdk/middleware-retry": "npm:3.362.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.357.0" + "@aws-sdk/middleware-serde": "npm:3.357.0" + "@aws-sdk/middleware-signing": "npm:3.357.0" + "@aws-sdk/middleware-ssec": "npm:3.357.0" + "@aws-sdk/middleware-stack": "npm:3.357.0" + "@aws-sdk/middleware-user-agent": "npm:3.357.0" + "@aws-sdk/node-config-provider": "npm:3.357.0" + "@aws-sdk/node-http-handler": "npm:3.360.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.357.0" + "@aws-sdk/smithy-client": "npm:3.360.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/url-parser": "npm:3.357.0" + "@aws-sdk/util-base64": "npm:3.310.0" + "@aws-sdk/util-body-length-browser": "npm:3.310.0" + "@aws-sdk/util-body-length-node": "npm:3.310.0" + "@aws-sdk/util-defaults-mode-browser": "npm:3.360.0" + "@aws-sdk/util-defaults-mode-node": "npm:3.360.0" + "@aws-sdk/util-endpoints": "npm:3.357.0" + "@aws-sdk/util-retry": "npm:3.362.0" + "@aws-sdk/util-stream": "npm:3.360.0" + "@aws-sdk/util-user-agent-browser": "npm:3.357.0" + "@aws-sdk/util-user-agent-node": "npm:3.357.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + "@aws-sdk/util-waiter": "npm:3.357.0" + "@aws-sdk/xml-builder": "npm:3.310.0" + "@smithy/protocol-http": "npm:^1.0.1" + "@smithy/types": "npm:^1.0.0" + fast-xml-parser: "npm:4.2.5" + tslib: "npm:^2.5.0" + checksum: 10/699582662f90d202c6de8d45bf41931bb4700ffc256c21e0445544f85ae3c834a55613efee6da28c0b2e25690096a5f680f44e26d0039831c1f095cf6694e616 + languageName: node + linkType: hard + +"@aws-sdk/client-sso-oidc@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.362.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/config-resolver": "npm:3.357.0" + "@aws-sdk/fetch-http-handler": "npm:3.357.0" + "@aws-sdk/hash-node": "npm:3.357.0" + "@aws-sdk/invalid-dependency": "npm:3.357.0" + "@aws-sdk/middleware-content-length": "npm:3.357.0" + "@aws-sdk/middleware-endpoint": "npm:3.357.0" + "@aws-sdk/middleware-host-header": "npm:3.357.0" + "@aws-sdk/middleware-logger": "npm:3.357.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.357.0" + "@aws-sdk/middleware-retry": "npm:3.362.0" + "@aws-sdk/middleware-serde": "npm:3.357.0" + "@aws-sdk/middleware-stack": "npm:3.357.0" + "@aws-sdk/middleware-user-agent": "npm:3.357.0" + "@aws-sdk/node-config-provider": "npm:3.357.0" + "@aws-sdk/node-http-handler": "npm:3.360.0" + "@aws-sdk/smithy-client": "npm:3.360.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/url-parser": "npm:3.357.0" + "@aws-sdk/util-base64": "npm:3.310.0" + "@aws-sdk/util-body-length-browser": "npm:3.310.0" + "@aws-sdk/util-body-length-node": "npm:3.310.0" + "@aws-sdk/util-defaults-mode-browser": "npm:3.360.0" + "@aws-sdk/util-defaults-mode-node": "npm:3.360.0" + "@aws-sdk/util-endpoints": "npm:3.357.0" + "@aws-sdk/util-retry": "npm:3.362.0" + "@aws-sdk/util-user-agent-browser": "npm:3.357.0" + "@aws-sdk/util-user-agent-node": "npm:3.357.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + "@smithy/protocol-http": "npm:^1.0.1" + "@smithy/types": "npm:^1.0.0" + tslib: "npm:^2.5.0" + checksum: 10/54ff119f728b61564dd36cb052a394cefcfb2c4bbad26b2defc9a7405523b4cc5f339ba8961ffd7c410a12ea22ffedf6a4ada5c5200eec69c134ffd7bab15be0 + languageName: node + linkType: hard + "@aws-sdk/client-sso-oidc@npm:3.564.0": version: 3.564.0 resolution: "@aws-sdk/client-sso-oidc@npm:3.564.0" @@ -645,6 +767,47 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/client-sso@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/client-sso@npm:3.362.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/config-resolver": "npm:3.357.0" + "@aws-sdk/fetch-http-handler": "npm:3.357.0" + "@aws-sdk/hash-node": "npm:3.357.0" + "@aws-sdk/invalid-dependency": "npm:3.357.0" + "@aws-sdk/middleware-content-length": "npm:3.357.0" + "@aws-sdk/middleware-endpoint": "npm:3.357.0" + "@aws-sdk/middleware-host-header": "npm:3.357.0" + "@aws-sdk/middleware-logger": "npm:3.357.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.357.0" + "@aws-sdk/middleware-retry": "npm:3.362.0" + "@aws-sdk/middleware-serde": "npm:3.357.0" + "@aws-sdk/middleware-stack": "npm:3.357.0" + "@aws-sdk/middleware-user-agent": "npm:3.357.0" + "@aws-sdk/node-config-provider": "npm:3.357.0" + "@aws-sdk/node-http-handler": "npm:3.360.0" + "@aws-sdk/smithy-client": "npm:3.360.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/url-parser": "npm:3.357.0" + "@aws-sdk/util-base64": "npm:3.310.0" + "@aws-sdk/util-body-length-browser": "npm:3.310.0" + "@aws-sdk/util-body-length-node": "npm:3.310.0" + "@aws-sdk/util-defaults-mode-browser": "npm:3.360.0" + "@aws-sdk/util-defaults-mode-node": "npm:3.360.0" + "@aws-sdk/util-endpoints": "npm:3.357.0" + "@aws-sdk/util-retry": "npm:3.362.0" + "@aws-sdk/util-user-agent-browser": "npm:3.357.0" + "@aws-sdk/util-user-agent-node": "npm:3.357.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + "@smithy/protocol-http": "npm:^1.0.1" + "@smithy/types": "npm:^1.0.0" + tslib: "npm:^2.5.0" + checksum: 10/bebc0b7416cc9c19574d2c2b58d8646e55470df3c90d5885aa11f6d58f8acab9c3d077aca5c023a8f6cf0fb79d4a1c8711ddfb050cacfae4c156cf6be743369f + languageName: node + linkType: hard + "@aws-sdk/client-sso@npm:3.556.0": version: 3.556.0 resolution: "@aws-sdk/client-sso@npm:3.556.0" @@ -691,6 +854,51 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/client-sts@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/client-sts@npm:3.362.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:3.0.0" + "@aws-crypto/sha256-js": "npm:3.0.0" + "@aws-sdk/config-resolver": "npm:3.357.0" + "@aws-sdk/credential-provider-node": "npm:3.362.0" + "@aws-sdk/fetch-http-handler": "npm:3.357.0" + "@aws-sdk/hash-node": "npm:3.357.0" + "@aws-sdk/invalid-dependency": "npm:3.357.0" + "@aws-sdk/middleware-content-length": "npm:3.357.0" + "@aws-sdk/middleware-endpoint": "npm:3.357.0" + "@aws-sdk/middleware-host-header": "npm:3.357.0" + "@aws-sdk/middleware-logger": "npm:3.357.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.357.0" + "@aws-sdk/middleware-retry": "npm:3.362.0" + "@aws-sdk/middleware-sdk-sts": "npm:3.357.0" + "@aws-sdk/middleware-serde": "npm:3.357.0" + "@aws-sdk/middleware-signing": "npm:3.357.0" + "@aws-sdk/middleware-stack": "npm:3.357.0" + "@aws-sdk/middleware-user-agent": "npm:3.357.0" + "@aws-sdk/node-config-provider": "npm:3.357.0" + "@aws-sdk/node-http-handler": "npm:3.360.0" + "@aws-sdk/smithy-client": "npm:3.360.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/url-parser": "npm:3.357.0" + "@aws-sdk/util-base64": "npm:3.310.0" + "@aws-sdk/util-body-length-browser": "npm:3.310.0" + "@aws-sdk/util-body-length-node": "npm:3.310.0" + "@aws-sdk/util-defaults-mode-browser": "npm:3.360.0" + "@aws-sdk/util-defaults-mode-node": "npm:3.360.0" + "@aws-sdk/util-endpoints": "npm:3.357.0" + "@aws-sdk/util-retry": "npm:3.362.0" + "@aws-sdk/util-user-agent-browser": "npm:3.357.0" + "@aws-sdk/util-user-agent-node": "npm:3.357.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + "@smithy/protocol-http": "npm:^1.0.1" + "@smithy/types": "npm:^1.0.0" + fast-xml-parser: "npm:4.2.5" + tslib: "npm:^2.5.0" + checksum: 10/ff8f61d8e3b1906535ed28f65d24c2993152598e92242f6893ffad4d99b18628d08ddc0ed517f04821f93e27cd082588fda5f5b85673bfd2d9613aeb82822a12 + languageName: node + linkType: hard + "@aws-sdk/client-sts@npm:3.556.0, @aws-sdk/client-sts@npm:^3.338.0": version: 3.556.0 resolution: "@aws-sdk/client-sts@npm:3.556.0" @@ -739,6 +947,18 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/config-resolver@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/config-resolver@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-config-provider": "npm:3.310.0" + "@aws-sdk/util-middleware": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/61ce6a2182787baa379e817d5fc354a32149e024cd1d3c17d5076e9ec34b6aa3d7963b513e69674c932027532aef76750a6d37f87bad111f7309dca013e2d167 + languageName: node + linkType: hard + "@aws-sdk/core@npm:3.556.0": version: 3.556.0 resolution: "@aws-sdk/core@npm:3.556.0" @@ -754,6 +974,17 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-env@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.357.0" + dependencies: + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/ed34731ad34a17250b232c1d09182c619af205979bff699d80b433cc8bb7611cccce2425d2d6ff6336acb4951e6d9eefdc728725209a8102109251e7e3f48be1 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-env@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/credential-provider-env@npm:3.535.0" @@ -783,6 +1014,36 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-imds@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/credential-provider-imds@npm:3.357.0" + dependencies: + "@aws-sdk/node-config-provider": "npm:3.357.0" + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/url-parser": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/dea4d7fe2fe13d96ee1aa3217266c2d544558a9b081303c65a3d415a8990c1f6a5f6d38a46af7f1d3b8a484929644e289fe62932915deeb0065ba441344f51d8 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.362.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.357.0" + "@aws-sdk/credential-provider-imds": "npm:3.357.0" + "@aws-sdk/credential-provider-process": "npm:3.357.0" + "@aws-sdk/credential-provider-sso": "npm:3.362.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.357.0" + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/shared-ini-file-loader": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/2773a0a8e635ecd32ddce6cbae360e43f59260bd0dbe79f879c33f4a7162611f34d2ea627f22bfdb6b5d17e3a0d668fd39f798c9a39e1d0a121126de9ee465bd + languageName: node + linkType: hard + "@aws-sdk/credential-provider-ini@npm:3.564.0": version: 3.564.0 resolution: "@aws-sdk/credential-provider-ini@npm:3.564.0" @@ -802,6 +1063,24 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-node@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.362.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.357.0" + "@aws-sdk/credential-provider-imds": "npm:3.357.0" + "@aws-sdk/credential-provider-ini": "npm:3.362.0" + "@aws-sdk/credential-provider-process": "npm:3.357.0" + "@aws-sdk/credential-provider-sso": "npm:3.362.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.357.0" + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/shared-ini-file-loader": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/e042a3ac0983113fadbbca9b931b871ea185de1a3a4fb99206df3a7a91e00eeb3bda4490328fd36c94b601edc8f10d79bab81198cd9b7c2b148cf8770f7ce5d4 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-node@npm:3.564.0": version: 3.564.0 resolution: "@aws-sdk/credential-provider-node@npm:3.564.0" @@ -822,6 +1101,18 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-process@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.357.0" + dependencies: + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/shared-ini-file-loader": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/288aaed9d2168726ec078d725cb8aeda93b86a5c691ee3e89f7eb372df130440e15113a75b714ab9c7265327b7dfae9af87b3d03ea05ea186c74074e62b5989d + languageName: node + linkType: hard + "@aws-sdk/credential-provider-process@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/credential-provider-process@npm:3.535.0" @@ -835,6 +1126,20 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-sso@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.362.0" + dependencies: + "@aws-sdk/client-sso": "npm:3.362.0" + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/shared-ini-file-loader": "npm:3.357.0" + "@aws-sdk/token-providers": "npm:3.362.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/c1e5d7900b753ed3813c9f404c47198ffbe7721ffd34ce37af8bb8f78df6814bb01b31610faacbd417c16b8a82cbfa70a4f272b3d3e30d4ed2983e1f9f885c7c + languageName: node + linkType: hard + "@aws-sdk/credential-provider-sso@npm:3.564.0": version: 3.564.0 resolution: "@aws-sdk/credential-provider-sso@npm:3.564.0" @@ -850,6 +1155,17 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-web-identity@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.357.0" + dependencies: + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/92750954fa38dff99dea70f20e2a2c16218d0b917cd5c4da6c5070b49408a955640ffc2acd00594825d2247d4994a8f692b95d25025191d77b4a1d092033d5d1 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-web-identity@npm:3.556.0": version: 3.556.0 resolution: "@aws-sdk/credential-provider-web-identity@npm:3.556.0" @@ -863,6 +1179,127 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/eventstream-codec@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/eventstream-codec@npm:3.357.0" + dependencies: + "@aws-crypto/crc32": "npm:3.0.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-hex-encoding": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/2e907e74ddb662ad77ec139ec73fbd7c8689f969fad445fd9f18bde0d768aa702f8359b0a0fc5d66dde1df019e9b292d06ac4ae04b0d5891e778aeadc7349bc7 + languageName: node + linkType: hard + +"@aws-sdk/eventstream-serde-browser@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/eventstream-serde-browser@npm:3.357.0" + dependencies: + "@aws-sdk/eventstream-serde-universal": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/025a421226219e72ce3c067475284d3cecb65503e18d646d179e90f407864969b79a8b23cb4fb0ce96fa943732ce258afc398e60db9f00dff4c0867d6cef47f6 + languageName: node + linkType: hard + +"@aws-sdk/eventstream-serde-config-resolver@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/eventstream-serde-config-resolver@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/2655c92058a1550afb04a5fbaf260231c5e76a3947dac23fba57a10cc886ab0ef114767334aabbbbba1f7cde4aa3b8824acff590654b03925ac77c8fa2595919 + languageName: node + linkType: hard + +"@aws-sdk/eventstream-serde-node@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/eventstream-serde-node@npm:3.357.0" + dependencies: + "@aws-sdk/eventstream-serde-universal": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/185bf8d6762cdb6c03c0103d16698225795fcebc49d0b1dd9789da01873b9bddfdb9534b2cdc147bf02891c9aeb1d6afc18d6eaa17eb53b72188c167773b60af + languageName: node + linkType: hard + +"@aws-sdk/eventstream-serde-universal@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/eventstream-serde-universal@npm:3.357.0" + dependencies: + "@aws-sdk/eventstream-codec": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/b85b2a95dab7c3f75bd018fc1cb34c6a17ff2e69feea38aef89ab872b85e789c3ce9e524335c825abe296a1e32633af3b1941038e560e0b903af3c451638f87e + languageName: node + linkType: hard + +"@aws-sdk/fetch-http-handler@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/fetch-http-handler@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/querystring-builder": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-base64": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/04c7ea6383088c736fccfc115cfb36d53b112522c81125a40079d22ce71f353779fc6f8c2e997ecc6607c578494878f3618d9460d7356b60b7b598a00bebd322 + languageName: node + linkType: hard + +"@aws-sdk/hash-blob-browser@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/hash-blob-browser@npm:3.357.0" + dependencies: + "@aws-sdk/chunked-blob-reader": "npm:3.310.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/cd1227d89204823df44adac6055dde77f9505ba8f7a85625e758085a19b0476fdb68e1767188e2fd01b75f6416e91364f417a4a20245fc4f2e19bdf0d7e3cfd9 + languageName: node + linkType: hard + +"@aws-sdk/hash-node@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/hash-node@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-buffer-from": "npm:3.310.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/2157fe352a2baa34922e8436e5d7f231610f4c4d468edd3866b723dd3c67d23bfe127dfc34559d2d2bddbfb16a4a95daafea40f4d8599fbb32eed9240fb92b14 + languageName: node + linkType: hard + +"@aws-sdk/hash-stream-node@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/hash-stream-node@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/048cd6d212c99a82c2922ceb6d08bcba21f476bc4abd50375102758fb42a89ea6ea010023bef578d0b8dc8a5fc9d3218a8ec98659e912bc1a883e0e0147546aa + languageName: node + linkType: hard + +"@aws-sdk/invalid-dependency@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/invalid-dependency@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/c97bc8b2d2fcc9bd088cb84750e3ed011d010696fb33685143505aa0f3d09468d0cc2e755a700d80590513571998ded26a1e05377c816e5f716fdfcd67648530 + languageName: node + linkType: hard + +"@aws-sdk/is-array-buffer@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/is-array-buffer@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/5d4ed0d6ce00eed0dea61f5ce7ea23ae691ef2fa8c0eea88e0c334fd533483c4892110adb7ae671e7e5c7b26c1b7dcad5560e388fa04947d92e689ffef942340 + languageName: node + linkType: hard + "@aws-sdk/lib-storage@npm:^3.338.0": version: 3.564.0 resolution: "@aws-sdk/lib-storage@npm:3.564.0" @@ -880,6 +1317,30 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/md5-js@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/md5-js@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/b139b6f0770b4c827c88843e658b8ca7c6733969c0aa69775fffce4803fe231c2dcf7f56267d2e827b12ffd8225703c44380a5390f2e56d229eb327bfbd5419d + languageName: node + linkType: hard + +"@aws-sdk/middleware-bucket-endpoint@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-arn-parser": "npm:3.310.0" + "@aws-sdk/util-config-provider": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/1a007e21a7f91da4e612bad099c13ad2fa972e08be015f1e5c8f64eddab51755328ef93538fa208ab945b61f54ea910949d5d6231fc46d1ad8e8f0518f97a826 + languageName: node + linkType: hard + "@aws-sdk/middleware-bucket-endpoint@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.535.0" @@ -895,6 +1356,41 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-content-length@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-content-length@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/aca697217998e322b7858eb703a091846673aef1bf1179faf7e188f5b51930a6f528e8181e8721874add1477b1f5ee6b5d25045a07a7110493e496a325cfddfc + languageName: node + linkType: hard + +"@aws-sdk/middleware-endpoint@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-endpoint@npm:3.357.0" + dependencies: + "@aws-sdk/middleware-serde": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/url-parser": "npm:3.357.0" + "@aws-sdk/util-middleware": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/803678146999211318a5ae20a4d3310e410fe9b6990f232a797f4bc8e91634642bdcb82888abce0109e9e3d6b005e7cf38257582c800920a67ff2f902474e98a + languageName: node + linkType: hard + +"@aws-sdk/middleware-expect-continue@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/df9010bc8314bc7ae7ee5a04987b9ce45801d4a8445891573c7c775aeebc44cfe8bf904adc2f91ed594daafc0750cc0222350fc8065c14776395a60b5f252d36 + languageName: node + linkType: hard + "@aws-sdk/middleware-expect-continue@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/middleware-expect-continue@npm:3.535.0" @@ -907,6 +1403,21 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-flexible-checksums@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.357.0" + dependencies: + "@aws-crypto/crc32": "npm:3.0.0" + "@aws-crypto/crc32c": "npm:3.0.0" + "@aws-sdk/is-array-buffer": "npm:3.310.0" + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/603e0dbee3da2f0d95b47b9d701089bf9143e9405644ab6a1485ba75f753a7cbf24c338342bdaaf1cca8120b161da6b8d1bacd8670b4efbb87e073bdceefbe7f + languageName: node + linkType: hard + "@aws-sdk/middleware-flexible-checksums@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.535.0" @@ -923,6 +1434,17 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-host-header@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/01b8a0ed5502256ce0f1bd261963335838ac11b500153ed9b428846692190445ae02a5c6ea36e33fc7c0bed8e732a0c45b7504f2c3b8ebcb208c26148f17dc93 + languageName: node + linkType: hard + "@aws-sdk/middleware-host-header@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/middleware-host-header@npm:3.535.0" @@ -935,6 +1457,16 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-location-constraint@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/18e95db586be248eaab5ccf276190dba5475f2a41050f425ad7a9a75053247470e30dddc6c854e2f71295118a005227cd2d8d0faa3e14008c1eca0fa4d5dd9b9 + languageName: node + linkType: hard + "@aws-sdk/middleware-location-constraint@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/middleware-location-constraint@npm:3.535.0" @@ -946,6 +1478,16 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-logger@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-logger@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/e971cd262f56bc929c48e4cd1dc08c2b48d87e613183e261039f4275eb51beb5c7cfd5a57de619cc531bc224e04e079a756d8fa0952634591e91510861fe7244 + languageName: node + linkType: hard + "@aws-sdk/middleware-logger@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/middleware-logger@npm:3.535.0" @@ -957,6 +1499,17 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-recursion-detection@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/2c3b3c565a0f1f0b60a1e7f0cf028c4c4e67ba3ce1b98f3141a776455b0da8d277a846b566b1ee19a0477ac9ce5bf08f319dc353e66a3039d96dd31a6d7b0849 + languageName: node + linkType: hard + "@aws-sdk/middleware-recursion-detection@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/middleware-recursion-detection@npm:3.535.0" @@ -969,6 +1522,33 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-retry@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/middleware-retry@npm:3.362.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/service-error-classification": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-middleware": "npm:3.357.0" + "@aws-sdk/util-retry": "npm:3.362.0" + tslib: "npm:^2.5.0" + uuid: "npm:^8.3.2" + checksum: 10/a3d45fde84e9fae196f228b91d8e21e58eb5ea02f60189f33efbb032a4a5cc753ffe4262882723e690c178302a87505e912a9833a103dbed49130df44e0e8d2d + languageName: node + linkType: hard + +"@aws-sdk/middleware-sdk-s3@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-arn-parser": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/f9aff9d45a4a44186f17e959627e72ebdebd96c58a18e12b3a142774100ad1cf503fdec11c38ce66744b3214085199a0e564645144eb2a1eb84684067bac9f8c + languageName: node + linkType: hard + "@aws-sdk/middleware-sdk-s3@npm:3.556.0": version: 3.556.0 resolution: "@aws-sdk/middleware-sdk-s3@npm:3.556.0" @@ -986,6 +1566,41 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-sdk-sts@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-sdk-sts@npm:3.357.0" + dependencies: + "@aws-sdk/middleware-signing": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/7971c2f896015fb492cbfd63c8329265572eebe4a73c2d520556a362edf2d1f7a8e57d4440b930e5e55a01346b3b6642dd27fbeeb76b14ee85d6ef8a6c342133 + languageName: node + linkType: hard + +"@aws-sdk/middleware-serde@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-serde@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/f80e58e11d61ba45725bf6f89147b59f29bc60abe2b0c2f2257745ff104b34c53d97ab82c7aef5c42d685dd7301621b282c0489ec61059cc8d525f6feefb731b + languageName: node + linkType: hard + +"@aws-sdk/middleware-signing@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-signing@npm:3.357.0" + dependencies: + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/signature-v4": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-middleware": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/7fa6cd7071ecbe78c2676dd914148c09a1a65efe9878b5f5bc5855f5ac8be79b3fddbde19409955930c9232fb862639ca9dea06bd458b0b54b93d109a5b91cc0 + languageName: node + linkType: hard + "@aws-sdk/middleware-signing@npm:3.556.0": version: 3.556.0 resolution: "@aws-sdk/middleware-signing@npm:3.556.0" @@ -1001,6 +1616,16 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-ssec@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/9cc00a3b50d0ec055eb1f4fb837bf09bdb3c6fadd8365fc2656322d137de36389ae406ce8b919300cc8a4117be820b1adb935841b8d4fb3ea8aa4aff7c7caf5a + languageName: node + linkType: hard + "@aws-sdk/middleware-ssec@npm:3.537.0": version: 3.537.0 resolution: "@aws-sdk/middleware-ssec@npm:3.537.0" @@ -1012,6 +1637,27 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-stack@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-stack@npm:3.357.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/5695d0c4f016d7eb230427fc84bbad1e873d25407218c8c580de183c97133cae7d3405b3034a5d1daf6ac7cef83f4b0cc6f3ced458cb2c19fd1db2eea05d59f4 + languageName: node + linkType: hard + +"@aws-sdk/middleware-user-agent@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-endpoints": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/98cf176531fd8c509e62d6f1a512bef72b3f12035511f43482b4240f0f0c5e16e3df01da8eebd640f2ba648ee36d71e1d2ced3a4444569cc09c4eb0122b2cab3 + languageName: node + linkType: hard + "@aws-sdk/middleware-user-agent@npm:3.540.0": version: 3.540.0 resolution: "@aws-sdk/middleware-user-agent@npm:3.540.0" @@ -1025,6 +1671,72 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/node-config-provider@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/node-config-provider@npm:3.357.0" + dependencies: + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/shared-ini-file-loader": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/302eb7df28f1ac6d64847841331918aeb2b425d735118516f9c8974d2860218273bbbe152fd4b63f0b6fb91cef24167df56e611c44ce0a774a72e18644b9869d + languageName: node + linkType: hard + +"@aws-sdk/node-http-handler@npm:3.360.0": + version: 3.360.0 + resolution: "@aws-sdk/node-http-handler@npm:3.360.0" + dependencies: + "@aws-sdk/abort-controller": "npm:3.357.0" + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/querystring-builder": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/d29d2de8aa1acef0b1226f431c15ad03a33fb2f0c4798e6cb68e23ae5e49e16dc66e875d29fba18acbece94b75530867ae22a2d51e7ada3f0d71299c06a69c15 + languageName: node + linkType: hard + +"@aws-sdk/property-provider@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/property-provider@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/1695085951aa53a519c2d9ee644dbf12cf3bd404ba2c7427567919ef3adf32a66b484edd02bd50cf2bceceedd06a0d8bd06d7dafbcd5237f5cc093ad740fbb39 + languageName: node + linkType: hard + +"@aws-sdk/protocol-http@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/protocol-http@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/f49782fd51a5a00b6dc9f7887af11231afd525f85de9e55bc225fa155925a1ba9bf9e97695f79ed6e4db6b06d8c011cc4c9deb0da899a9ed14eae36cbdf69302 + languageName: node + linkType: hard + +"@aws-sdk/querystring-builder@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/querystring-builder@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-uri-escape": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/06088aef0e9a1f987bde36439f230daddec02b44a880679a4247432d959c4bbaa063dd878efb4797566fddca8c0a985158ba41d0f18fe17d72c5ad8eff70bc36 + languageName: node + linkType: hard + +"@aws-sdk/querystring-parser@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/querystring-parser@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/a25bd88cd685577d7bbbd5c31e64ae47d47911ec18ec20566f64e22feb7c0dc8c4c71dcf31b1d7ab7e9fb1c4fc5c35a60f9f6368f0433f95bcc333f6bed66640 + languageName: node + linkType: hard + "@aws-sdk/region-config-resolver@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/region-config-resolver@npm:3.535.0" @@ -1056,7 +1768,7 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/s3-request-presigner@npm:^3.338.0, @aws-sdk/s3-request-presigner@npm:^3.362.0": +"@aws-sdk/s3-request-presigner@npm:^3.338.0": version: 3.564.0 resolution: "@aws-sdk/s3-request-presigner@npm:3.564.0" dependencies: @@ -1072,6 +1784,55 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/s3-request-presigner@npm:^3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/s3-request-presigner@npm:3.362.0" + dependencies: + "@aws-sdk/middleware-endpoint": "npm:3.357.0" + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.357.0" + "@aws-sdk/smithy-client": "npm:3.360.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-format-url": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/d632dcc9f10572982cc3438556bfdb9f09d304307e8b2f6862f2e967b8009c9a02f49200c15395cf5f4d47205dcb0d0cd380665da26a9f2d6015f279befec696 + languageName: node + linkType: hard + +"@aws-sdk/service-error-classification@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/service-error-classification@npm:3.357.0" + checksum: 10/393dd38df95a6574f781811ce386d19c45c170025912d7f97412fffc4189a99eaa285e7a748bdc579f37188fd0b69b241b15b12bc85251c3c7e7c71d6e8740d5 + languageName: node + linkType: hard + +"@aws-sdk/shared-ini-file-loader@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/shared-ini-file-loader@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/9a522d6ce4d2b7c5953d024598a3cf47965227b723851fe3a0f0f66f462379ff2ef54495da590bcf385d5acd2587c275c5c595241f9f430515ac9984f98f98d5 + languageName: node + linkType: hard + +"@aws-sdk/signature-v4-multi-region@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.357.0" + dependencies: + "@aws-sdk/protocol-http": "npm:3.357.0" + "@aws-sdk/signature-v4": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + peerDependencies: + "@aws-sdk/signature-v4-crt": ^3.118.0 + peerDependenciesMeta: + "@aws-sdk/signature-v4-crt": + optional: true + checksum: 10/531bbd32e8d941740d1a76ac5e6cf67710f6d8246f58766edbc67dca042119a63d94b4276f6ebb3654584f54a668601be4628ddbb8b4b6e27d9420eda698b0de + languageName: node + linkType: hard + "@aws-sdk/signature-v4-multi-region@npm:3.556.0": version: 3.556.0 resolution: "@aws-sdk/signature-v4-multi-region@npm:3.556.0" @@ -1086,6 +1847,48 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/signature-v4@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/signature-v4@npm:3.357.0" + dependencies: + "@aws-sdk/eventstream-codec": "npm:3.357.0" + "@aws-sdk/is-array-buffer": "npm:3.310.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-hex-encoding": "npm:3.310.0" + "@aws-sdk/util-middleware": "npm:3.357.0" + "@aws-sdk/util-uri-escape": "npm:3.310.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/26ec342cf3598e3faac8fa74db3007f0ba3e8868bf05d05e835efc3763a9d4c0e3323e4af5c9d599da6b73122abd6a0b887278a0db4fc275c4fa1d7a6fb2cff2 + languageName: node + linkType: hard + +"@aws-sdk/smithy-client@npm:3.360.0": + version: 3.360.0 + resolution: "@aws-sdk/smithy-client@npm:3.360.0" + dependencies: + "@aws-sdk/middleware-stack": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-stream": "npm:3.360.0" + "@smithy/types": "npm:^1.0.0" + tslib: "npm:^2.5.0" + checksum: 10/b4a0557d637147fc0a7855f256b3df1ba7a6b81a946e80db585250ad53a2c26e48a65e57d5e3e66f6155019c32a45bdc9d366a5faef4f194e83a3a77ef8d08f6 + languageName: node + linkType: hard + +"@aws-sdk/token-providers@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/token-providers@npm:3.362.0" + dependencies: + "@aws-sdk/client-sso-oidc": "npm:3.362.0" + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/shared-ini-file-loader": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/3771542b59ea676580e0303b6fb40a6731b25b4ab244bb300a99aae634ddfb85cba2f1485de1d6a2153cd8ad38153ab28012cdd9ea08e36d40ec1af89191f309 + languageName: node + linkType: hard + "@aws-sdk/token-providers@npm:3.564.0": version: 3.564.0 resolution: "@aws-sdk/token-providers@npm:3.564.0" @@ -1100,6 +1903,15 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/types@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/types@npm:3.357.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/449afe73aa422a83100465b706faae0744aa13f40b313576a3e484428ab9bd49ed140956be7acb0ca4b5c0d90a1c018de827e6f2d1b6f3d0e2404b3ef790e6b3 + languageName: node + linkType: hard + "@aws-sdk/types@npm:3.535.0, @aws-sdk/types@npm:^3.222.0": version: 3.535.0 resolution: "@aws-sdk/types@npm:3.535.0" @@ -1110,6 +1922,26 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/url-parser@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/url-parser@npm:3.357.0" + dependencies: + "@aws-sdk/querystring-parser": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/576c427d9ed4c31f800eb1cf1abb4a4a81c18c836e5111dcc14e2da87705d25922ddc151ce11799fc27650ee6ceecc47aeba355d86771f727780bb8ae9a4f2b4 + languageName: node + linkType: hard + +"@aws-sdk/util-arn-parser@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/909d76befcde663b263f28804f7702816f14aa10bd57ec77fda89cb9477e217af6f8a84ac6fa8b051b1b4701c5fe47f4931d0acafb2c6ff01ca432f5f63f15d9 + languageName: node + linkType: hard + "@aws-sdk/util-arn-parser@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/util-arn-parser@npm:3.535.0" @@ -1119,6 +1951,89 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-base64@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-base64@npm:3.310.0" + dependencies: + "@aws-sdk/util-buffer-from": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/d30027c81a05bda6dcdfe82c58882b8e0f8da802a9eb3da67e0f66ab7b48e9a756c6d286a3cf77ee117375fec8c6fb7f66d9eb081bf88f348c38623321554b3a + languageName: node + linkType: hard + +"@aws-sdk/util-body-length-browser@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-body-length-browser@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/a6fe0b1c95d236d1a6ee1a1b045a329dea53f12072999482677201b274201c2d06c25a55861677dd859c3f56972f3b090bef3e1c363d4a8ee33e0f276a787289 + languageName: node + linkType: hard + +"@aws-sdk/util-body-length-node@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-body-length-node@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/3775cb82812c4bcf7f39bce07be5646b6a6ff720b5173aeec7cb6b004633191115920610622162639a28774d2c25fa04e768ffaa2817562c62729de5dcbda3c5 + languageName: node + linkType: hard + +"@aws-sdk/util-buffer-from@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-buffer-from@npm:3.310.0" + dependencies: + "@aws-sdk/is-array-buffer": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/bb160d9e7eae5ad1c0858c2d2e861d9fadbf6696dbea608bfafbe8bd5d55b8e5c7eca447bef954d63ef2ba5b0acaf79df9aba8d1016c2727ac0227c30d8a7ac3 + languageName: node + linkType: hard + +"@aws-sdk/util-config-provider@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-config-provider@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/40d7369dc932c389efdbbf9b7c0c3a7beaee1b4082d2b63ef667e61f72e40875bd8246d1cf0e4af79d2234bf5126dd61db6fb5ebdf366becd4787140b9bcfd2d + languageName: node + linkType: hard + +"@aws-sdk/util-defaults-mode-browser@npm:3.360.0": + version: 3.360.0 + resolution: "@aws-sdk/util-defaults-mode-browser@npm:3.360.0" + dependencies: + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + bowser: "npm:^2.11.0" + tslib: "npm:^2.5.0" + checksum: 10/9639ea1acf0f89ebabffea728578bb7d4226ea30bb1a697213b2f0fcd44829e62412efab72c4121a81c6d237ff2ffb3df3ebff31ecd7b8148836aa5a8199df45 + languageName: node + linkType: hard + +"@aws-sdk/util-defaults-mode-node@npm:3.360.0": + version: 3.360.0 + resolution: "@aws-sdk/util-defaults-mode-node@npm:3.360.0" + dependencies: + "@aws-sdk/config-resolver": "npm:3.357.0" + "@aws-sdk/credential-provider-imds": "npm:3.357.0" + "@aws-sdk/node-config-provider": "npm:3.357.0" + "@aws-sdk/property-provider": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/c995212163e781bd58ea861fa5f5e6e7244490fb60f35f51bb7c81f65ef0c03d9e8179f671271d6ff894eca5d01b496f19cb40d61e820b783a4e193a16b21868 + languageName: node + linkType: hard + +"@aws-sdk/util-endpoints@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/util-endpoints@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/f56ef81f18013df6c4f256c20d415c17c5e83005cb1b33f48905b1e832680a47a0cb2fddba0d03d254ccdc568cb00d0d152e3fa2407ac9c09bf8ca57adab3550 + languageName: node + linkType: hard + "@aws-sdk/util-endpoints@npm:3.540.0": version: 3.540.0 resolution: "@aws-sdk/util-endpoints@npm:3.540.0" @@ -1131,6 +2046,17 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-format-url@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/util-format-url@npm:3.357.0" + dependencies: + "@aws-sdk/querystring-builder": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/f9df8e128faf8bfacab8ed2d8220f1c44eefecf8f6733b4f6ac342f3e32309b0372225e15f7cb9f3754cd3197f490f66a9181da22b44d1fb54a549c163c8e672 + languageName: node + linkType: hard + "@aws-sdk/util-format-url@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/util-format-url@npm:3.535.0" @@ -1143,6 +2069,15 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-hex-encoding@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-hex-encoding@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/9ec0388c9667d4d616c61530be88422a315e3d92bf93b941d6f6d8339d6e703f4cacb2e11402658d716b1166e90d0fddb497284220e11075a0c17821c468c44b + languageName: node + linkType: hard + "@aws-sdk/util-locate-window@npm:^3.0.0": version: 3.535.0 resolution: "@aws-sdk/util-locate-window@npm:3.535.0" @@ -1152,6 +2087,61 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-middleware@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/util-middleware@npm:3.357.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/7fe34fd4c3490267a9379de70a7413902c4ce312b8f925c3c96e6d125833584572ed913f174013725982e5e4e1bd15f286930b52f9ee1bc8f475f7400c2e2946 + languageName: node + linkType: hard + +"@aws-sdk/util-retry@npm:3.362.0": + version: 3.362.0 + resolution: "@aws-sdk/util-retry@npm:3.362.0" + dependencies: + "@aws-sdk/service-error-classification": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/df29a876834a545b5ee76bbf8bf70b9240e04a10f3ff48c7e4ea00071f7c0ff45ab0a8c8bd58fab0c0376e1dda95c6973307d77c6eccaa68456de61bcfa4fc8e + languageName: node + linkType: hard + +"@aws-sdk/util-stream@npm:3.360.0": + version: 3.360.0 + resolution: "@aws-sdk/util-stream@npm:3.360.0" + dependencies: + "@aws-sdk/fetch-http-handler": "npm:3.357.0" + "@aws-sdk/node-http-handler": "npm:3.360.0" + "@aws-sdk/types": "npm:3.357.0" + "@aws-sdk/util-base64": "npm:3.310.0" + "@aws-sdk/util-buffer-from": "npm:3.310.0" + "@aws-sdk/util-hex-encoding": "npm:3.310.0" + "@aws-sdk/util-utf8": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/fa313fbd9cc7af34db356a1b0d082a5ca464676a2771d6b6b595581db90d86aacae0c7623bc920547420a5649cf6399bd8bec5316db86454441c5dddd261c8d5 + languageName: node + linkType: hard + +"@aws-sdk/util-uri-escape@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-uri-escape@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/04ca4f2ee9226236d6c629a58329312c5c316b2a0bf29c55f63075447de039c041144755e42ca11db2fd79a793d82bd9e548e7ba5b3ef6b41db5f66aac769e23 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-browser@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.357.0" + dependencies: + "@aws-sdk/types": "npm:3.357.0" + bowser: "npm:^2.11.0" + tslib: "npm:^2.5.0" + checksum: 10/2ee910f7fb1f2417bd28fdc4ef1e2186a261ac8538c56dc01ff7d5bf47d506d111edf1313baecd4367639661a1c0389b62ab1d3aac9940890ab874777ec17235 + languageName: node + linkType: hard + "@aws-sdk/util-user-agent-browser@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/util-user-agent-browser@npm:3.535.0" @@ -1164,6 +2154,22 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-user-agent-node@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.357.0" + dependencies: + "@aws-sdk/node-config-provider": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + peerDependencies: + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true + checksum: 10/1ad32d51973f5366c324da8e9b2922cd7f54b0dede038fdb0c1c19d80d593dc8814b3233d6294e4a2c9989ce1ab92c9a7b6e3519d782e250d657fa515f9d0df0 + languageName: node + linkType: hard + "@aws-sdk/util-user-agent-node@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/util-user-agent-node@npm:3.535.0" @@ -1190,6 +2196,36 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-utf8@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/util-utf8@npm:3.310.0" + dependencies: + "@aws-sdk/util-buffer-from": "npm:3.310.0" + tslib: "npm:^2.5.0" + checksum: 10/88bf031527a1fe99712b4e2cb00bc47436b39aa29ce0ceeace3bd0bc7d436d14940f190c249b9a69e684f8d3f01f96847848f5d8ebab7e3103c0084c1e609ce4 + languageName: node + linkType: hard + +"@aws-sdk/util-waiter@npm:3.357.0": + version: 3.357.0 + resolution: "@aws-sdk/util-waiter@npm:3.357.0" + dependencies: + "@aws-sdk/abort-controller": "npm:3.357.0" + "@aws-sdk/types": "npm:3.357.0" + tslib: "npm:^2.5.0" + checksum: 10/36ecc9446fec1f98519f60b6108a4f315cf90ce134a081529a9ff08bb773894b2f37efda285e617f29e223c48d57a94c0946871c86692a4d4da4c411ee3428f8 + languageName: node + linkType: hard + +"@aws-sdk/xml-builder@npm:3.310.0": + version: 3.310.0 + resolution: "@aws-sdk/xml-builder@npm:3.310.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/d6bcb30b5fe04723ddb3fb7e6dc9564dd1112e5abed527335a584014161cf9706012f85f9672ab50b8904370f90827ca26d1016c6911aec745dc1bc56469d76d + languageName: node + linkType: hard + "@aws-sdk/xml-builder@npm:3.535.0": version: 3.535.0 resolution: "@aws-sdk/xml-builder@npm:3.535.0" @@ -1422,6 +2458,25 @@ __metadata: languageName: node linkType: hard +"@babel/helper-create-class-features-plugin@npm:^7.23.7": + version: 7.23.7 + resolution: "@babel/helper-create-class-features-plugin@npm:7.23.7" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.22.5" + "@babel/helper-environment-visitor": "npm:^7.22.20" + "@babel/helper-function-name": "npm:^7.23.0" + "@babel/helper-member-expression-to-functions": "npm:^7.23.0" + "@babel/helper-optimise-call-expression": "npm:^7.22.5" + "@babel/helper-replace-supers": "npm:^7.22.20" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" + "@babel/helper-split-export-declaration": "npm:^7.22.6" + semver: "npm:^6.3.1" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/c8b3ef58fca399a25f00d703b0fb2ac1d86642d9e3bd7af04df77857641ed08aaca042ffb271ef93771f9272481fd1cf102a9bddfcee407fb126c927deeef6a7 + languageName: node + linkType: hard + "@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.22.15, @babel/helper-create-regexp-features-plugin@npm:^7.22.5": version: 7.22.15 resolution: "@babel/helper-create-regexp-features-plugin@npm:7.22.15" @@ -1491,7 +2546,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@npm:^7.23.0": +"@babel/helper-member-expression-to-functions@npm:^7.22.15, @babel/helper-member-expression-to-functions@npm:^7.23.0": version: 7.23.0 resolution: "@babel/helper-member-expression-to-functions@npm:7.23.0" dependencies: @@ -1533,7 +2588,14 @@ __metadata: languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.0, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": +"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": + version: 7.22.5 + resolution: "@babel/helper-plugin-utils@npm:7.22.5" + checksum: 10/ab220db218089a2aadd0582f5833fd17fa300245999f5f8784b10f5a75267c4e808592284a29438a0da365e702f05acb369f99e1c915c02f9f9210ec60eab8ea + languageName: node + linkType: hard + +"@babel/helper-plugin-utils@npm:^7.24.0": version: 7.24.0 resolution: "@babel/helper-plugin-utils@npm:7.24.0" checksum: 10/dc8c7af321baf7653d93315beffee1790eb2c464b4f529273a24c8743a3f3095bf3f2d11828cb2c52d56282ef43a4bdc67a79c9ab8dd845e35d01871f3f28a0e @@ -1553,6 +2615,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-replace-supers@npm:^7.22.20": + version: 7.22.20 + resolution: "@babel/helper-replace-supers@npm:7.22.20" + dependencies: + "@babel/helper-environment-visitor": "npm:^7.22.20" + "@babel/helper-member-expression-to-functions": "npm:^7.22.15" + "@babel/helper-optimise-call-expression": "npm:^7.22.5" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10/617666f57b0f94a2f430ee66b67c8f6fa94d4c22400f622947580d8f3638ea34b71280af59599ed4afbb54ae6e2bdd4f9083fe0e341184a4bb0bd26ef58d3017 + languageName: node + linkType: hard + "@babel/helper-replace-supers@npm:^7.24.1": version: 7.24.1 resolution: "@babel/helper-replace-supers@npm:7.24.1" @@ -1657,6 +2732,15 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.20.15, @babel/parser@npm:^7.21.3": + version: 7.23.6 + resolution: "@babel/parser@npm:7.23.6" + bin: + parser: ./bin/babel-parser.js + checksum: 10/6be3a63d3c9d07b035b5a79c022327cb7e16cbd530140ecb731f19a650c794c315a72c699a22413ebeafaff14aa8f53435111898d59e01a393d741b85629fa7d + languageName: node + linkType: hard + "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.4": version: 7.24.4 resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.4" @@ -1718,15 +2802,15 @@ __metadata: linkType: hard "@babel/plugin-proposal-decorators@npm:^7.12.9": - version: 7.24.1 - resolution: "@babel/plugin-proposal-decorators@npm:7.24.1" + version: 7.23.7 + resolution: "@babel/plugin-proposal-decorators@npm:7.23.7" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.24.1" - "@babel/helper-plugin-utils": "npm:^7.24.0" - "@babel/plugin-syntax-decorators": "npm:^7.24.1" + "@babel/helper-create-class-features-plugin": "npm:^7.23.7" + "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/plugin-syntax-decorators": "npm:^7.23.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/cbc489ae3ebe5216a4d764a6d155591282e819b6b7436c4cffbb8f123515a1db9cc2f84259c36d558f896e8ff8526ebd28d3563fabb04347ae1964c476b44b9f + checksum: 10/1fc506b113fa204323537b3299686641c29b7626f05aa098c68a818da65ce657d2398c49aea69af91c45bbdfca6086424e28d283729dba401eb93c8a16826c95 languageName: node linkType: hard @@ -1847,14 +2931,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-decorators@npm:^7.24.1": - version: 7.24.1 - resolution: "@babel/plugin-syntax-decorators@npm:7.24.1" +"@babel/plugin-syntax-decorators@npm:^7.23.3": + version: 7.23.3 + resolution: "@babel/plugin-syntax-decorators@npm:7.23.3" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.0" + "@babel/helper-plugin-utils": "npm:^7.22.5" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/6e70d64b6ce6843dd388740eef032c5a013b6b873e3a6ccdb41f342b91b49d4dac1ce5daac32f588c66815047ce00bab0785a8a45d724e6dce9f49bff01fb24e + checksum: 10/5856e236f7ae15a58c839fd40df1aa4df31029048df01191b4870c34b1bff44c77fbee78ca5edd8eb3c81410005d8f9a36a9cf48094f2bb328592304a738648a languageName: node linkType: hard @@ -3044,7 +4128,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.0, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.9.2": +"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.23.2": version: 7.24.4 resolution: "@babel/runtime@npm:7.24.4" dependencies: @@ -3053,6 +4137,15 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:^7.14.0, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.9.2": + version: 7.23.8 + resolution: "@babel/runtime@npm:7.23.8" + dependencies: + regenerator-runtime: "npm:^0.14.0" + checksum: 10/ec8f1967a36164da6cac868533ffdff97badd76d23d7d820cc84f0818864accef972f22f9c6a710185db1e3810e353fc18c3da721e5bb3ee8bc61bdbabce03ff + languageName: node + linkType: hard + "@babel/template@npm:^7.0.0, @babel/template@npm:^7.22.15, @babel/template@npm:^7.23.9, @babel/template@npm:^7.24.0, @babel/template@npm:^7.3.3": version: 7.24.0 resolution: "@babel/template@npm:7.24.0" @@ -3133,7 +4226,16 @@ __metadata: languageName: node linkType: hard -"@csstools/css-parser-algorithms@npm:^2.3.1, @csstools/css-parser-algorithms@npm:^2.6.1": +"@csstools/css-parser-algorithms@npm:^2.3.0": + version: 2.3.0 + resolution: "@csstools/css-parser-algorithms@npm:2.3.0" + peerDependencies: + "@csstools/css-tokenizer": ^2.1.1 + checksum: 10/a5c2d9029f6c03eff590df6437b45b9d70034c59a8f8f0f860f72c8c77bac00cc0b22dcf61de36558b3709508f2732c60486028b9c8697c8fe5c68890bdfac09 + languageName: node + linkType: hard + +"@csstools/css-parser-algorithms@npm:^2.6.1": version: 2.6.1 resolution: "@csstools/css-parser-algorithms@npm:2.6.1" peerDependencies: @@ -3142,14 +4244,31 @@ __metadata: languageName: node linkType: hard -"@csstools/css-tokenizer@npm:^2.2.0, @csstools/css-tokenizer@npm:^2.2.4": +"@csstools/css-tokenizer@npm:^2.1.1": + version: 2.1.1 + resolution: "@csstools/css-tokenizer@npm:2.1.1" + checksum: 10/79b63aabea43d3d698d5ffbccfb9f5d780ac056a7787df4f2d5e1776667a482d22d190453085b04ff3b3b8b5037b728306ca375ee8fdacbf62cd7874b8f04751 + languageName: node + linkType: hard + +"@csstools/css-tokenizer@npm:^2.2.4": version: 2.2.4 resolution: "@csstools/css-tokenizer@npm:2.2.4" checksum: 10/13cc71a8ebc3ff81c49a459e57e1a94031969b70ce0e582bc949fa4f2d97900c07319866b080c57020896e4f5bee0968cc14f7bf41e7f105eb1c04a6c7bc33c4 languageName: node linkType: hard -"@csstools/media-query-list-parser@npm:^2.1.4, @csstools/media-query-list-parser@npm:^2.1.9": +"@csstools/media-query-list-parser@npm:^2.1.2": + version: 2.1.2 + resolution: "@csstools/media-query-list-parser@npm:2.1.2" + peerDependencies: + "@csstools/css-parser-algorithms": ^2.3.0 + "@csstools/css-tokenizer": ^2.1.1 + checksum: 10/02cb4bbbc191dd24859ae3c409744b34ff719f4d88f6a3c3f87e04306260a3590d0f15f43c6a7624a77a0e9c1747bb4d15d16c24eb4930e4e894e243f7fe31bb + languageName: node + linkType: hard + +"@csstools/media-query-list-parser@npm:^2.1.9": version: 2.1.9 resolution: "@csstools/media-query-list-parser@npm:2.1.9" peerDependencies: @@ -3953,7 +5072,7 @@ __metadata: languageName: node linkType: hard -"@hapi/topo@npm:^5.1.0": +"@hapi/topo@npm:^5.0.0, @hapi/topo@npm:^5.1.0": version: 5.1.0 resolution: "@hapi/topo@npm:5.1.0" dependencies: @@ -4284,6 +5403,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/resolve-uri@npm:3.1.0": + version: 3.1.0 + resolution: "@jridgewell/resolve-uri@npm:3.1.0" + checksum: 10/320ceb37af56953757b28e5b90c34556157676d41e3d0a3ff88769274d62373582bb0f0276a4f2d29c3f4fdd55b82b8be5731f52d391ad2ecae9b321ee1c742d + languageName: node + linkType: hard + "@jridgewell/resolve-uri@npm:^3.1.0": version: 3.1.2 resolution: "@jridgewell/resolve-uri@npm:3.1.2" @@ -4308,6 +5434,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/sourcemap-codec@npm:1.4.14": + version: 1.4.14 + resolution: "@jridgewell/sourcemap-codec@npm:1.4.14" + checksum: 10/26e768fae6045481a983e48aa23d8fcd23af5da70ebd74b0649000e815e7fbb01ea2bc088c9176b3fffeb9bec02184e58f46125ef3320b30eaa1f4094cfefa38 + languageName: node + linkType: hard + "@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15": version: 1.4.15 resolution: "@jridgewell/sourcemap-codec@npm:1.4.15" @@ -4315,7 +5448,7 @@ __metadata: languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.17, @jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.20, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": +"@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.20, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": version: 0.3.25 resolution: "@jridgewell/trace-mapping@npm:0.3.25" dependencies: @@ -4325,6 +5458,26 @@ __metadata: languageName: node linkType: hard +"@jridgewell/trace-mapping@npm:^0.3.17": + version: 0.3.18 + resolution: "@jridgewell/trace-mapping@npm:0.3.18" + dependencies: + "@jridgewell/resolve-uri": "npm:3.1.0" + "@jridgewell/sourcemap-codec": "npm:1.4.14" + checksum: 10/f4fabdddf82398a797bcdbb51c574cd69b383db041a6cae1a6a91478681d6aab340c01af655cfd8c6e01cde97f63436a1445f08297cdd33587621cf05ffa0d55 + languageName: node + linkType: hard + +"@jridgewell/trace-mapping@npm:^0.3.18": + version: 0.3.19 + resolution: "@jridgewell/trace-mapping@npm:0.3.19" + dependencies: + "@jridgewell/resolve-uri": "npm:^3.1.0" + "@jridgewell/sourcemap-codec": "npm:^1.4.14" + checksum: 10/06a2a4e26e3cc369c41144fad7cbee29ba9ea6aca85acc565ec8f2110e298fdbf93986e17da815afae94539dcc03115cdbdbb575d3bea356e167da6987531e4d + languageName: node + linkType: hard + "@leichtgewicht/ip-codec@npm:^2.0.1": version: 2.0.5 resolution: "@leichtgewicht/ip-codec@npm:2.0.5" @@ -6092,6 +7245,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm-eabi@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.14.0" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + "@rollup/rollup-android-arm-eabi@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-android-arm-eabi@npm:4.17.1" @@ -6099,6 +7259,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm64@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-android-arm64@npm:4.14.0" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-android-arm64@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-android-arm64@npm:4.17.1" @@ -6106,6 +7273,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-arm64@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.14.0" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-arm64@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-darwin-arm64@npm:4.17.1" @@ -6113,6 +7287,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-x64@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.14.0" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-x64@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-darwin-x64@npm:4.17.1" @@ -6120,6 +7301,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm-gnueabihf@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.14.0" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@rollup/rollup-linux-arm-gnueabihf@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.17.1" @@ -6134,6 +7322,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-gnu@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.14.0" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-gnu@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.17.1" @@ -6141,6 +7336,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-musl@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.14.0" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-musl@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-linux-arm64-musl@npm:4.17.1" @@ -6148,6 +7350,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.14.0" + conditions: os=linux & cpu=ppc64le & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-powerpc64le-gnu@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.17.1" @@ -6155,6 +7364,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-riscv64-gnu@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.14.0" + conditions: os=linux & cpu=riscv64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-riscv64-gnu@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.17.1" @@ -6162,6 +7378,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-s390x-gnu@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.14.0" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-s390x-gnu@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.17.1" @@ -6169,6 +7392,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-gnu@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.14.0" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-gnu@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-linux-x64-gnu@npm:4.17.1" @@ -6176,6 +7406,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-musl@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.14.0" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-musl@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-linux-x64-musl@npm:4.17.1" @@ -6183,6 +7420,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-arm64-msvc@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.14.0" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-win32-arm64-msvc@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.17.1" @@ -6190,6 +7434,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-ia32-msvc@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.14.0" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@rollup/rollup-win32-ia32-msvc@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.17.1" @@ -6197,6 +7448,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-x64-msvc@npm:4.14.0": + version: 4.14.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.14.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-win32-x64-msvc@npm:4.17.1": version: 4.17.1 resolution: "@rollup/rollup-win32-x64-msvc@npm:4.17.1" @@ -6230,6 +7488,15 @@ __metadata: languageName: node linkType: hard +"@sideway/address@npm:^4.1.3": + version: 4.1.4 + resolution: "@sideway/address@npm:4.1.4" + dependencies: + "@hapi/hoek": "npm:^9.0.0" + checksum: 10/48c422bd2d1d1c7bff7e834f395b870a66862125e9f2302f50c781a33e9f4b2b004b4db0003b232899e71c5f649d39f34aa6702a55947145708d7689ae323cc5 + languageName: node + linkType: hard + "@sideway/address@npm:^4.1.5": version: 4.1.5 resolution: "@sideway/address@npm:4.1.5" @@ -6239,7 +7506,7 @@ __metadata: languageName: node linkType: hard -"@sideway/formula@npm:^3.0.1": +"@sideway/formula@npm:^3.0.0, @sideway/formula@npm:^3.0.1": version: 3.0.1 resolution: "@sideway/formula@npm:3.0.1" checksum: 10/8d3ee7f80df4e5204b2cbe92a2a711ca89684965a5c9eb3b316b7051212d3522e332a65a0bb2a07cc708fcd1d0b27fcb30f43ff0bcd5089d7006c7160a89eefe @@ -6643,6 +7910,16 @@ __metadata: languageName: node linkType: hard +"@smithy/protocol-http@npm:^1.0.1": + version: 1.0.1 + resolution: "@smithy/protocol-http@npm:1.0.1" + dependencies: + "@smithy/types": "npm:^1.0.0" + tslib: "npm:^2.5.0" + checksum: 10/ce35abbe2a82e395eaafbb339e338b43a691b26923a6e95cc0bf1b3001ccf3ccbd7c746e62f6c36e3675b5255915ac08e3ec84b90ca0f7a9f729f67164467313 + languageName: node + linkType: hard + "@smithy/protocol-http@npm:^3.3.0": version: 3.3.0 resolution: "@smithy/protocol-http@npm:3.3.0" @@ -6722,6 +7999,15 @@ __metadata: languageName: node linkType: hard +"@smithy/types@npm:^1.0.0": + version: 1.0.0 + resolution: "@smithy/types@npm:1.0.0" + dependencies: + tslib: "npm:^2.5.0" + checksum: 10/f0a6942ee6358456094d56365663a859fd3bacb9b1c290beefd7308fe08a66b5423fe95f80156b6bbb177c1549cdd1e9a6e4b854e868b87a0f3a8f2b1ad91c86 + languageName: node + linkType: hard + "@smithy/types@npm:^2.12.0": version: 2.12.0 resolution: "@smithy/types@npm:2.12.0" @@ -7360,7 +8646,7 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:*, @types/estree@npm:1.0.5, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.1, @types/estree@npm:^1.0.5": +"@types/estree@npm:*, @types/estree@npm:1.0.5, @types/estree@npm:^1.0.5": version: 1.0.5 resolution: "@types/estree@npm:1.0.5" checksum: 10/7de6d928dd4010b0e20c6919e1a6c27b61f8d4567befa89252055fad503d587ecb9a1e3eab1b1901f923964d7019796db810b7fd6430acb26c32866d126fd408 @@ -7374,6 +8660,13 @@ __metadata: languageName: node linkType: hard +"@types/estree@npm:^1.0.0, @types/estree@npm:^1.0.1": + version: 1.0.1 + resolution: "@types/estree@npm:1.0.1" + checksum: 10/f252569c002506c61ad913e778aa69415908078c46c78c901ccad77bc66cd34f1e1b9babefb8ff0d27c07a15fb0824755edd7bb3fa7ea828f32ae0fe5faa9962 + languageName: node + linkType: hard + "@types/express-serve-static-core@npm:*, @types/express-serve-static-core@npm:^4.17.33": version: 4.19.0 resolution: "@types/express-serve-static-core@npm:4.19.0" @@ -7510,7 +8803,14 @@ __metadata: languageName: node linkType: hard -"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.12, @types/json-schema@npm:^7.0.15, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": +"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": + version: 7.0.11 + resolution: "@types/json-schema@npm:7.0.11" + checksum: 10/e50864a93f4dcb9de64c0c605d836f5416341c824d7a8cde1aa15a5fc68bed44b33cdcb2e04e5098339e9121848378f2d0cc5b124dec41c89203c6f67d6f344a + languageName: node + linkType: hard + +"@types/json-schema@npm:^7.0.12, @types/json-schema@npm:^7.0.15": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" checksum: 10/1a3c3e06236e4c4aab89499c428d585527ce50c24fe8259e8b3926d3df4cfbbbcf306cfc73ddfb66cbafc973116efd15967020b0f738f63e09e64c7d260519e7 @@ -7588,14 +8888,7 @@ __metadata: languageName: node linkType: hard -"@types/ms@npm:*": - version: 0.7.34 - resolution: "@types/ms@npm:0.7.34" - checksum: 10/f38d36e7b6edecd9badc9cf50474159e9da5fa6965a75186cceaf883278611b9df6669dc3a3cc122b7938d317b68a9e3d573d316fcb35d1be47ec9e468c6bd8a - languageName: node - linkType: hard - -"@types/ms@npm:0.7.31": +"@types/ms@npm:*, @types/ms@npm:0.7.31": version: 0.7.31 resolution: "@types/ms@npm:0.7.31" checksum: 10/6647b295fb2a5b8347c35efabaaed1777221f094be9941d387b4bf11df0eeacb3f8a4e495b8b66ce0e4c00593bc53ab5fc25f01ebb274cd989a834ae578099de @@ -7840,7 +9133,7 @@ __metadata: languageName: node linkType: hard -"@types/unist@npm:*, @types/unist@npm:^3.0.0": +"@types/unist@npm:*": version: 3.0.2 resolution: "@types/unist@npm:3.0.2" checksum: 10/3d04d0be69316e5f14599a0d993a208606c12818cf631fd399243d1dc7a9bd8a3917d6066baa6abc290814afbd744621484756803c80cba892c39cd4b4a85616 @@ -7854,6 +9147,13 @@ __metadata: languageName: node linkType: hard +"@types/unist@npm:^3.0.0": + version: 3.0.0 + resolution: "@types/unist@npm:3.0.0" + checksum: 10/e9d21a8fb5e332be0acef29192d82632875b2ef3e700f1bc64fdfc1520189542de85c3d4f3bcfbc2f4afdb210f4c23f68061f3fbf10744e920d4f18430d19f49 + languageName: node + linkType: hard + "@types/use-sync-external-store@npm:^0.0.6": version: 0.0.6 resolution: "@types/use-sync-external-store@npm:0.0.6" @@ -9478,6 +10778,18 @@ __metadata: languageName: node linkType: hard +"@vue/compiler-core@npm:3.3.4": + version: 3.3.4 + resolution: "@vue/compiler-core@npm:3.3.4" + dependencies: + "@babel/parser": "npm:^7.21.3" + "@vue/shared": "npm:3.3.4" + estree-walker: "npm:^2.0.2" + source-map-js: "npm:^1.0.2" + checksum: 10/bce178d7b12ca4a7e9397911f936e427c787779a8905804a124b53f899d68f7cb7b73223843ae920e413376bc0ecfbca7980af11fbeeb56c3e05490e9a48dcb2 + languageName: node + linkType: hard + "@vue/compiler-core@npm:3.4.26": version: 3.4.26 resolution: "@vue/compiler-core@npm:3.4.26" @@ -9491,6 +10803,16 @@ __metadata: languageName: node linkType: hard +"@vue/compiler-dom@npm:3.3.4": + version: 3.3.4 + resolution: "@vue/compiler-dom@npm:3.3.4" + dependencies: + "@vue/compiler-core": "npm:3.3.4" + "@vue/shared": "npm:3.3.4" + checksum: 10/c85d5480472c36cca988359167eb5af3f00ccd1d61aa8643313977f52945b14a6a9e7bac03878500b767ac1ff16e7dab22ea62a419ffc565037a462530004353 + languageName: node + linkType: hard + "@vue/compiler-dom@npm:3.4.26": version: 3.4.26 resolution: "@vue/compiler-dom@npm:3.4.26" @@ -9501,7 +10823,7 @@ __metadata: languageName: node linkType: hard -"@vue/compiler-sfc@npm:3.4.26, @vue/compiler-sfc@npm:^3.2.27": +"@vue/compiler-sfc@npm:3.4.26": version: 3.4.26 resolution: "@vue/compiler-sfc@npm:3.4.26" dependencies: @@ -9518,6 +10840,34 @@ __metadata: languageName: node linkType: hard +"@vue/compiler-sfc@npm:^3.2.27": + version: 3.3.4 + resolution: "@vue/compiler-sfc@npm:3.3.4" + dependencies: + "@babel/parser": "npm:^7.20.15" + "@vue/compiler-core": "npm:3.3.4" + "@vue/compiler-dom": "npm:3.3.4" + "@vue/compiler-ssr": "npm:3.3.4" + "@vue/reactivity-transform": "npm:3.3.4" + "@vue/shared": "npm:3.3.4" + estree-walker: "npm:^2.0.2" + magic-string: "npm:^0.30.0" + postcss: "npm:^8.1.10" + source-map-js: "npm:^1.0.2" + checksum: 10/c749b542d8d3b893e245142db5e6f55592a81aa602bf781a86643c525fad876d1924504eb3808d8b704cf05a510985ca336917942bc81cd7ae8197e82167ab97 + languageName: node + linkType: hard + +"@vue/compiler-ssr@npm:3.3.4": + version: 3.3.4 + resolution: "@vue/compiler-ssr@npm:3.3.4" + dependencies: + "@vue/compiler-dom": "npm:3.3.4" + "@vue/shared": "npm:3.3.4" + checksum: 10/e971e3f4472a6d041c1657bdcee2d95c42569ab27d2af524b7937b86a6908723bce9673e2dc75663b95272932412a96297322c0f31ddcacaaba460e1a076509f + languageName: node + linkType: hard + "@vue/compiler-ssr@npm:3.4.26": version: 3.4.26 resolution: "@vue/compiler-ssr@npm:3.4.26" @@ -9528,6 +10878,19 @@ __metadata: languageName: node linkType: hard +"@vue/reactivity-transform@npm:3.3.4": + version: 3.3.4 + resolution: "@vue/reactivity-transform@npm:3.3.4" + dependencies: + "@babel/parser": "npm:^7.20.15" + "@vue/compiler-core": "npm:3.3.4" + "@vue/shared": "npm:3.3.4" + estree-walker: "npm:^2.0.2" + magic-string: "npm:^0.30.0" + checksum: 10/b6801f44efc33c04084736893838b5fc1e5be747efda75e46de34af8bbf921c72f20b13b2bdbc59051bbeee51bf5727aa3bd7eeebb97f40c6f450b2ac562cb4d + languageName: node + linkType: hard + "@vue/reactivity@npm:3.4.26": version: 3.4.26 resolution: "@vue/reactivity@npm:3.4.26" @@ -9570,6 +10933,13 @@ __metadata: languageName: node linkType: hard +"@vue/shared@npm:3.3.4": + version: 3.3.4 + resolution: "@vue/shared@npm:3.3.4" + checksum: 10/ce01d9cb02ca01fd396e36ad0d75c2ff19e1adb8cf4e3454199511e3192655ae3bd8e8b1b581b529738ae4530f8aadaf09719d5ffe337279f3b47f6031c3f650 + languageName: node + linkType: hard + "@vue/shared@npm:3.4.26": version: 3.4.26 resolution: "@vue/shared@npm:3.4.26" @@ -9791,7 +11161,7 @@ __metadata: languageName: node linkType: hard -"abbrev@npm:1, abbrev@npm:^1.0.0": +"abbrev@npm:1": version: 1.1.1 resolution: "abbrev@npm:1.1.1" checksum: 10/2d882941183c66aa665118bafdab82b7a177e9add5eb2776c33e960a4f3c89cff88a1b38aba13a456de01d0dd9d66a8bea7c903268b21ea91dd1097e1e2e8243 @@ -9815,9 +11185,9 @@ __metadata: linkType: hard "abortcontroller-polyfill@npm:^1.1.9": - version: 1.7.5 - resolution: "abortcontroller-polyfill@npm:1.7.5" - checksum: 10/aac398f7fc076235fe731adaffd2c319fe6c1527af8ca561890242d5396351350e0705726478778dc90326a69a4c044890c156fe867cba7f3ffeb670f8665a51 + version: 1.7.3 + resolution: "abortcontroller-polyfill@npm:1.7.3" + checksum: 10/7abc4900fc4848f7097d0d37839eaf329923c40bb987d95a3db16df8bd402b991661d0c02dd38c89671583a2ee78bfb36e67a0ea1745a4e5b01ccf8c48507a0d languageName: node linkType: hard @@ -9960,7 +11330,7 @@ __metadata: languageName: node linkType: hard -"ajv@npm:8.12.0, ajv@npm:^8.0.0, ajv@npm:^8.0.1, ajv@npm:^8.12.0, ajv@npm:^8.9.0": +"ajv@npm:8.12.0, ajv@npm:^8.12.0, ajv@npm:^8.9.0": version: 8.12.0 resolution: "ajv@npm:8.12.0" dependencies: @@ -9984,6 +11354,18 @@ __metadata: languageName: node linkType: hard +"ajv@npm:^8.0.0, ajv@npm:^8.0.1": + version: 8.11.0 + resolution: "ajv@npm:8.11.0" + dependencies: + fast-deep-equal: "npm:^3.1.1" + json-schema-traverse: "npm:^1.0.0" + require-from-string: "npm:^2.0.2" + uri-js: "npm:^4.2.2" + checksum: 10/aa0dfd6cebdedde8e77747e84e7b7c55921930974b8547f54b4156164ff70445819398face32dafda4bd4c61bbc7513d308d4c2bf769f8ea6cb9c8449f9faf54 + languageName: node + linkType: hard + "angular@workspace:packages/@uppy/angular": version: 0.0.0-use.local resolution: "angular@workspace:packages/@uppy/angular" @@ -10610,6 +11992,13 @@ __metadata: languageName: node linkType: hard +"available-typed-arrays@npm:^1.0.5": + version: 1.0.5 + resolution: "available-typed-arrays@npm:1.0.5" + checksum: 10/4d4d5e86ea0425696f40717882f66a570647b94ac8d273ddc7549a9b61e5da099e149bf431530ccbd776bd74e02039eb8b5edf426e3e2211ee61af16698a9064 + languageName: node + linkType: hard + "available-typed-arrays@npm:^1.0.7": version: 1.0.7 resolution: "available-typed-arrays@npm:1.0.7" @@ -11078,6 +12467,26 @@ __metadata: languageName: node linkType: hard +"body-parser@npm:1.20.0": + version: 1.20.0 + resolution: "body-parser@npm:1.20.0" + dependencies: + bytes: "npm:3.1.2" + content-type: "npm:~1.0.4" + debug: "npm:2.6.9" + depd: "npm:2.0.0" + destroy: "npm:1.2.0" + http-errors: "npm:2.0.0" + iconv-lite: "npm:0.4.24" + on-finished: "npm:2.4.1" + qs: "npm:6.10.3" + raw-body: "npm:2.5.1" + type-is: "npm:~1.6.18" + unpipe: "npm:1.0.0" + checksum: 10/63fe82c27fdacac51d26665c3d13d4c6e48d1c3e9efe1fbc0fd18801aa9a598ab1023b09298ae4b3d0a7598d55902d793f7fa1b5551da99c16eabfed9b022a51 + languageName: node + linkType: hard + "body-parser@npm:1.20.2, body-parser@npm:^1.18.2, body-parser@npm:^1.18.3, body-parser@npm:^1.19.0, body-parser@npm:^1.20.0": version: 1.20.2 resolution: "body-parser@npm:1.20.2" @@ -11551,7 +12960,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:5.3.0, chalk@npm:^5.0.0, chalk@npm:^5.3.0": +"chalk@npm:5.3.0, chalk@npm:^5.3.0": version: 5.3.0 resolution: "chalk@npm:5.3.0" checksum: 10/6373caaab21bd64c405bfc4bd9672b145647fc9482657b5ea1d549b3b2765054e9d3d928870cdf764fb4aad67555f5061538ff247b8310f110c5c888d92397ea @@ -11579,6 +12988,13 @@ __metadata: languageName: node linkType: hard +"chalk@npm:^5.0.0": + version: 5.0.1 + resolution: "chalk@npm:5.0.1" + checksum: 10/fed38a27c848ed4111411ecd7c03bc79743f0abd4c52238f2ac969be9b8e88f41b17b313165a883ad3bd7608b583fef0b440a8f814c05fe2e1e0de077631fab1 + languageName: node + linkType: hard + "char-regex@npm:^1.0.2": version: 1.0.2 resolution: "char-regex@npm:1.0.2" @@ -12131,9 +13547,9 @@ __metadata: linkType: hard "component-emitter@npm:^1.2.1, component-emitter@npm:^1.3.0": - version: 1.3.1 - resolution: "component-emitter@npm:1.3.1" - checksum: 10/94550aa462c7bd5a61c1bc480e28554aa306066930152d1b1844a0dd3845d4e5db7e261ddec62ae184913b3e59b55a2ad84093b9d3596a8f17c341514d6c483d + version: 1.3.0 + resolution: "component-emitter@npm:1.3.0" + checksum: 10/dfc1ec2e7aa2486346c068f8d764e3eefe2e1ca0b24f57506cd93b2ae3d67829a7ebd7cc16e2bf51368fac2f45f78fcff231718e40b1975647e4a86be65e1d05 languageName: node linkType: hard @@ -12368,6 +13784,13 @@ __metadata: languageName: node linkType: hard +"cookie@npm:0.5.0, cookie@npm:^0.5.0": + version: 0.5.0 + resolution: "cookie@npm:0.5.0" + checksum: 10/aae7911ddc5f444a9025fbd979ad1b5d60191011339bce48e555cb83343d0f98b865ff5c4d71fecdfb8555a5cafdc65632f6fce172f32aaf6936830a883a0380 + languageName: node + linkType: hard + "cookie@npm:0.6.0": version: 0.6.0 resolution: "cookie@npm:0.6.0" @@ -12375,13 +13798,6 @@ __metadata: languageName: node linkType: hard -"cookie@npm:^0.5.0": - version: 0.5.0 - resolution: "cookie@npm:0.5.0" - checksum: 10/aae7911ddc5f444a9025fbd979ad1b5d60191011339bce48e555cb83343d0f98b865ff5c4d71fecdfb8555a5cafdc65632f6fce172f32aaf6936830a883a0380 - languageName: node - linkType: hard - "cookiejar@npm:^2.1.4": version: 2.1.4 resolution: "cookiejar@npm:2.1.4" @@ -12618,7 +14034,14 @@ __metadata: languageName: node linkType: hard -"css-functions-list@npm:^3.2.1, css-functions-list@npm:^3.2.2": +"css-functions-list@npm:^3.1.0": + version: 3.1.0 + resolution: "css-functions-list@npm:3.1.0" + checksum: 10/8a7c9d4ae57cb2f01500263e65a21372048d359ca7aa6430a32a736fe2a421decfebe45e579124b9a158ec68aba2eadcd733e568495a7698240d9607d31f681b + languageName: node + linkType: hard + +"css-functions-list@npm:^3.2.2": version: 3.2.2 resolution: "css-functions-list@npm:3.2.2" checksum: 10/b8a564118b93b87b63236a57132a3ef581416896a70c1d0df73360a9ec43dc582f7c2a586b578feb8476179518e557c6657570a8b6185b16300c7232a84d43e3 @@ -13823,17 +15246,7 @@ __metadata: languageName: node linkType: hard -"enquirer@npm:^2.3.6": - version: 2.4.1 - resolution: "enquirer@npm:2.4.1" - dependencies: - ansi-colors: "npm:^4.1.1" - strip-ansi: "npm:^6.0.1" - checksum: 10/b3726486cd98f0d458a851a03326a2a5dd4d84f37ff94ff2a2960c915e0fc865865da3b78f0877dc36ac5c1189069eca603e82ec63d5bc6b0dd9985bf6426d7a - languageName: node - linkType: hard - -"enquirer@npm:~2.3.6": +"enquirer@npm:^2.3.6, enquirer@npm:~2.3.6": version: 2.3.6 resolution: "enquirer@npm:2.3.6" dependencies: @@ -14122,7 +15535,7 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:0.20.1": +"esbuild@npm:0.20.1, esbuild@npm:^0.20.1": version: 0.20.1 resolution: "esbuild@npm:0.20.1" dependencies: @@ -14282,7 +15695,7 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.20.0, esbuild@npm:^0.20.1": +"esbuild@npm:^0.20.0": version: 0.20.2 resolution: "esbuild@npm:0.20.2" dependencies: @@ -15393,7 +16806,7 @@ __metadata: languageName: node linkType: hard -"express@npm:4.19.2, express@npm:^4.14.0, express@npm:^4.17.3, express@npm:^4.19.2": +"express@npm:4.19.2, express@npm:^4.19.2": version: 4.19.2 resolution: "express@npm:4.19.2" dependencies: @@ -15432,6 +16845,45 @@ __metadata: languageName: node linkType: hard +"express@npm:^4.14.0, express@npm:^4.17.3": + version: 4.18.1 + resolution: "express@npm:4.18.1" + dependencies: + accepts: "npm:~1.3.8" + array-flatten: "npm:1.1.1" + body-parser: "npm:1.20.0" + content-disposition: "npm:0.5.4" + content-type: "npm:~1.0.4" + cookie: "npm:0.5.0" + cookie-signature: "npm:1.0.6" + debug: "npm:2.6.9" + depd: "npm:2.0.0" + encodeurl: "npm:~1.0.2" + escape-html: "npm:~1.0.3" + etag: "npm:~1.8.1" + finalhandler: "npm:1.2.0" + fresh: "npm:0.5.2" + http-errors: "npm:2.0.0" + merge-descriptors: "npm:1.0.1" + methods: "npm:~1.1.2" + on-finished: "npm:2.4.1" + parseurl: "npm:~1.3.3" + path-to-regexp: "npm:0.1.7" + proxy-addr: "npm:~2.0.7" + qs: "npm:6.10.3" + range-parser: "npm:~1.2.1" + safe-buffer: "npm:5.2.1" + send: "npm:0.18.0" + serve-static: "npm:1.15.0" + setprototypeof: "npm:1.2.0" + statuses: "npm:2.0.1" + type-is: "npm:~1.6.18" + utils-merge: "npm:1.0.1" + vary: "npm:~1.1.2" + checksum: 10/7cfc95b09419c05aa565f841511853801d20c8b9a44863fbad797c325b329e4341e58fd0464489df014b8881579ae95625785c172d27e67f474a7fdb3aaf3923 + languageName: node + linkType: hard + "extend-shallow@npm:^2.0.1": version: 2.0.1 resolution: "extend-shallow@npm:2.0.1" @@ -15523,7 +16975,7 @@ __metadata: languageName: node linkType: hard -"fast-glob@npm:3.3.2, fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.5, fast-glob@npm:^3.2.7, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2": +"fast-glob@npm:3.3.2, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2": version: 3.3.2 resolution: "fast-glob@npm:3.3.2" dependencies: @@ -15536,6 +16988,32 @@ __metadata: languageName: node linkType: hard +"fast-glob@npm:^3.2.11, fast-glob@npm:^3.2.5, fast-glob@npm:^3.2.7, fast-glob@npm:^3.2.9": + version: 3.2.11 + resolution: "fast-glob@npm:3.2.11" + dependencies: + "@nodelib/fs.stat": "npm:^2.0.2" + "@nodelib/fs.walk": "npm:^1.2.3" + glob-parent: "npm:^5.1.2" + merge2: "npm:^1.3.0" + micromatch: "npm:^4.0.4" + checksum: 10/6b736d92a47f27218a85bf184a4ccab9f707398f86711bf84d730243b10a999a85f79afc526133c044ebebfcb42a68d09f769fdbedcc00680ddd56e56a56483a + languageName: node + linkType: hard + +"fast-glob@npm:^3.3.0": + version: 3.3.0 + resolution: "fast-glob@npm:3.3.0" + dependencies: + "@nodelib/fs.stat": "npm:^2.0.2" + "@nodelib/fs.walk": "npm:^1.2.3" + glob-parent: "npm:^5.1.2" + merge2: "npm:^1.3.0" + micromatch: "npm:^4.0.4" + checksum: 10/4cd74914f13eab48dd1a0d16051aa102c13d30ea8a79c991563ea3111a37ff6d888518964291d52d723e7ad2a946149ce9f13d27ad9a07a1e4e1aefb4717ed29 + languageName: node + linkType: hard + "fast-json-stable-stringify@npm:^2.0.0, fast-json-stable-stringify@npm:^2.1.0": version: 2.1.0 resolution: "fast-json-stable-stringify@npm:2.1.0" @@ -15691,15 +17169,6 @@ __metadata: languageName: node linkType: hard -"file-entry-cache@npm:^7.0.0": - version: 7.0.2 - resolution: "file-entry-cache@npm:7.0.2" - dependencies: - flat-cache: "npm:^3.2.0" - checksum: 10/e03e99beb9809a5679699ebd7146f3b93870b57775705f4b61bda4a1d8454dfd261b48e770a601f6c36a4789b4c0750f262e4d5fb2c7eeceb75e16439b07211a - languageName: node - linkType: hard - "file-entry-cache@npm:^8.0.0": version: 8.0.0 resolution: "file-entry-cache@npm:8.0.0" @@ -15861,7 +17330,7 @@ __metadata: languageName: node linkType: hard -"flat-cache@npm:^3.0.4, flat-cache@npm:^3.2.0": +"flat-cache@npm:^3.0.4": version: 3.2.0 resolution: "flat-cache@npm:3.2.0" dependencies: @@ -16162,6 +17631,13 @@ __metadata: languageName: node linkType: hard +"fs-monkey@npm:^1.0.3": + version: 1.0.3 + resolution: "fs-monkey@npm:1.0.3" + checksum: 10/af1abe305863956f5471fe41a4026da7607e866ee5f6c9a9ad6666b51eed102cbba08043eec708e15a1c78ced56bc33c72ee1ddf79720704791c77ed8f274a47 + languageName: node + linkType: hard + "fs-monkey@npm:^1.0.4": version: 1.0.5 resolution: "fs-monkey@npm:1.0.5" @@ -16202,6 +17678,13 @@ __metadata: languageName: node linkType: hard +"function-bind@npm:^1.1.1": + version: 1.1.1 + resolution: "function-bind@npm:1.1.1" + checksum: 10/d83f2968030678f0b8c3f2183d63dcd969344eb8b55b4eb826a94ccac6de8b87c95bebffda37a6386c74f152284eb02956ff2c496897f35d32bdc2628ac68ac5 + languageName: node + linkType: hard + "function-bind@npm:^1.1.2": version: 1.1.2 resolution: "function-bind@npm:1.1.2" @@ -16451,7 +17934,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^10.0.0, glob@npm:^10.2.2, glob@npm:^10.3.10": +"glob@npm:^10.0.0, glob@npm:^10.3.10": version: 10.3.12 resolution: "glob@npm:10.3.12" dependencies: @@ -16466,6 +17949,21 @@ __metadata: languageName: node linkType: hard +"glob@npm:^10.2.2": + version: 10.3.3 + resolution: "glob@npm:10.3.3" + dependencies: + foreground-child: "npm:^3.1.0" + jackspeak: "npm:^2.0.3" + minimatch: "npm:^9.0.1" + minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0" + path-scurry: "npm:^1.10.1" + bin: + glob: dist/cjs/src/bin.js + checksum: 10/0d1a59dff5d5d7085f9c1e3b0c9c3a7e3a199a013ef8f800c0886e3cfe6f8e293f7847081021a97f96616bf778c053c6937382675f369ec8231c8b95d3ba11e2 + languageName: node + linkType: hard + "glob@npm:^7.0.0, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.1.7, glob@npm:^7.2.0": version: 7.2.3 resolution: "glob@npm:7.2.3" @@ -16543,7 +18041,7 @@ __metadata: languageName: node linkType: hard -"globals@npm:^13.19.0, globals@npm:^13.2.0, globals@npm:^13.20.0": +"globals@npm:^13.19.0": version: 13.24.0 resolution: "globals@npm:13.24.0" dependencies: @@ -16552,6 +18050,24 @@ __metadata: languageName: node linkType: hard +"globals@npm:^13.2.0": + version: 13.17.0 + resolution: "globals@npm:13.17.0" + dependencies: + type-fest: "npm:^0.20.2" + checksum: 10/1e3e0ede067a99ca16bdeb2fe241d5f8f2458d1bf64b8c17986b17e42ab0760c9a4bc190f2ae4359337d63de1d96ed07b93b29c47282f724f1a56b958c5df6f0 + languageName: node + linkType: hard + +"globals@npm:^13.20.0": + version: 13.23.0 + resolution: "globals@npm:13.23.0" + dependencies: + type-fest: "npm:^0.20.2" + checksum: 10/bf6a8616f4a64959c0b9a8eb4dc8a02e7dd0082385f7f06bc9694d9fceabe39f83f83789322cfe0470914dc8b273b7a29af5570b9e1a0507d3fb7348a64703a3 + languageName: node + linkType: hard + "globalthis@npm:^1.0.3": version: 1.0.3 resolution: "globalthis@npm:1.0.3" @@ -16634,7 +18150,14 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.3, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.1.9, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.3, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.1.9, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": + version: 4.2.10 + resolution: "graceful-fs@npm:4.2.10" + checksum: 10/0c83c52b62c68a944dcfb9d66b0f9f10f7d6e3d081e8067b9bfdc9e5f3a8896584d576036f82915773189eec1eba599397fc620e75c03c0610fb3d67c6713c1a + languageName: node + linkType: hard + +"graceful-fs@npm:^4.2.11": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 10/bf152d0ed1dc159239db1ba1f74fdbc40cb02f626770dcd5815c427ce0688c2635a06ed69af364396da4636d0408fcf7d4afdf7881724c3307e46aff30ca49e2 @@ -16785,6 +18308,15 @@ __metadata: languageName: node linkType: hard +"has@npm:^1.0.3": + version: 1.0.3 + resolution: "has@npm:1.0.3" + dependencies: + function-bind: "npm:^1.1.1" + checksum: 10/a449f3185b1d165026e8d25f6a8c3390bd25c201ff4b8c1aaf948fc6a5fcfd6507310b8c00c13a3325795ea9791fcc3d79d61eafa313b5750438fc19183df57b + languageName: node + linkType: hard + "hash.js@npm:^1.0.0, hash.js@npm:^1.0.3": version: 1.1.7 resolution: "hash.js@npm:1.1.7" @@ -17244,13 +18776,20 @@ __metadata: languageName: node linkType: hard -"ignore@npm:5.3.1, ignore@npm:^5.0.0, ignore@npm:^5.0.4, ignore@npm:^5.1.1, ignore@npm:^5.1.4, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1": +"ignore@npm:5.3.1, ignore@npm:^5.0.4, ignore@npm:^5.2.4, ignore@npm:^5.3.1": version: 5.3.1 resolution: "ignore@npm:5.3.1" checksum: 10/0a884c2fbc8c316f0b9f92beaf84464253b73230a4d4d286697be45fca081199191ca33e1c2e82d9e5f851f5e9a48a78e25a35c951e7eb41e59f150db3530065 languageName: node linkType: hard +"ignore@npm:^5.0.0, ignore@npm:^5.1.1, ignore@npm:^5.1.4, ignore@npm:^5.2.0": + version: 5.2.0 + resolution: "ignore@npm:5.2.0" + checksum: 10/30283f05fb7d867ee0e08faebb3e69caba2c6c55092042cd061eac1b37a3e78db72bfcfbb08b3598999344fba3d93a9c693b5401da5faaecc0fb7c2dce87beb4 + languageName: node + linkType: hard + "image-size@npm:^0.6.0": version: 0.6.3 resolution: "image-size@npm:0.6.3" @@ -17675,7 +19214,7 @@ __metadata: languageName: node linkType: hard -"is-core-module@npm:^2.13.0, is-core-module@npm:^2.13.1, is-core-module@npm:^2.5.0, is-core-module@npm:^2.8.1": +"is-core-module@npm:^2.13.0, is-core-module@npm:^2.13.1": version: 2.13.1 resolution: "is-core-module@npm:2.13.1" dependencies: @@ -17684,6 +19223,15 @@ __metadata: languageName: node linkType: hard +"is-core-module@npm:^2.5.0, is-core-module@npm:^2.8.1, is-core-module@npm:^2.9.0": + version: 2.10.0 + resolution: "is-core-module@npm:2.10.0" + dependencies: + has: "npm:^1.0.3" + checksum: 10/2bbaf37f60c3ac6a45ea020cda8df202d98145923a8d501b00810edd206c567328d09ffc279d84862a88a3bf9631116280cdc5d60dd59059554b6cc432310a88 + languageName: node + linkType: hard + "is-data-descriptor@npm:^1.0.1": version: 1.0.1 resolution: "is-data-descriptor@npm:1.0.1" @@ -18099,6 +19647,19 @@ __metadata: languageName: node linkType: hard +"is-typed-array@npm:^1.1.10": + version: 1.1.10 + resolution: "is-typed-array@npm:1.1.10" + dependencies: + available-typed-arrays: "npm:^1.0.5" + call-bind: "npm:^1.0.2" + for-each: "npm:^0.3.3" + gopd: "npm:^1.0.1" + has-tostringtag: "npm:^1.0.0" + checksum: 10/2392b2473bbc994f5c30d6848e32bab3cab6c80b795aaec3020baf5419ff7df38fc11b3a043eb56d50f842394c578dbb204a7a29398099f895cf111c5b27f327 + languageName: node + linkType: hard + "is-typed-array@npm:^1.1.13": version: 1.1.13 resolution: "is-typed-array@npm:1.1.13" @@ -18331,6 +19892,19 @@ __metadata: languageName: node linkType: hard +"jackspeak@npm:^2.0.3": + version: 2.3.0 + resolution: "jackspeak@npm:2.3.0" + dependencies: + "@isaacs/cliui": "npm:^8.0.2" + "@pkgjs/parseargs": "npm:^0.11.0" + dependenciesMeta: + "@pkgjs/parseargs": + optional: true + checksum: 10/f123a6eb18ca91ed361649fc5b84cf4cbeb899ae8d3e13b0e98c5ef85a6f2bbd1c959cfa748e048748f6615c3d9cfba8ee2ee4f423e9bdda6f3184bf2333ad8e + languageName: node + linkType: hard + "jackspeak@npm:^2.3.6": version: 2.3.6 resolution: "jackspeak@npm:2.3.6" @@ -18930,7 +20504,7 @@ __metadata: languageName: node linkType: hard -"joi@npm:^17.2.1, joi@npm:^17.4.0": +"joi@npm:^17.2.1": version: 17.13.0 resolution: "joi@npm:17.13.0" dependencies: @@ -18943,6 +20517,19 @@ __metadata: languageName: node linkType: hard +"joi@npm:^17.4.0": + version: 17.6.0 + resolution: "joi@npm:17.6.0" + dependencies: + "@hapi/hoek": "npm:^9.0.0" + "@hapi/topo": "npm:^5.0.0" + "@sideway/address": "npm:^4.1.3" + "@sideway/formula": "npm:^3.0.0" + "@sideway/pinpoint": "npm:^2.0.0" + checksum: 10/dfe3bf4d44c41805cf93d7c716d15c0bf39f71b78f316e737b80cb80ec4598f620d3390e86b8c899e57325816e498733e89bdcb66be79870569cfb1e5daa5b12 + languageName: node + linkType: hard + "js-base64@npm:^3.7.2": version: 3.7.7 resolution: "js-base64@npm:3.7.7" @@ -19507,6 +21094,13 @@ __metadata: languageName: node linkType: hard +"known-css-properties@npm:^0.27.0": + version: 0.27.0 + resolution: "known-css-properties@npm:0.27.0" + checksum: 10/3bb274e0a902887b57b8faa1444e1137191c199bc52e574b5064853bf741321cbe62c09bed52265b80da79e2b69b7cf6e1af1869570f932093711a3926ea9f7b + languageName: node + linkType: hard + "known-css-properties@npm:^0.29.0": version: 0.29.0 resolution: "known-css-properties@npm:0.29.0" @@ -19756,13 +21350,20 @@ __metadata: languageName: node linkType: hard -"lilconfig@npm:2.1.0, lilconfig@npm:^2.0.5": +"lilconfig@npm:2.1.0": version: 2.1.0 resolution: "lilconfig@npm:2.1.0" checksum: 10/b1314a2e55319013d5e7d7d08be39015829d2764a1eaee130129545d40388499d81b1c31b0f9b3417d4db12775a88008b72ec33dd06e0184cf7503b32ca7cc0b languageName: node linkType: hard +"lilconfig@npm:^2.0.5": + version: 2.0.6 + resolution: "lilconfig@npm:2.0.6" + checksum: 10/54ea71ca0a0a908dc70e1be69832a5c4ffba8048c81475e289ec0fa47229b3c2e101adff8736344a7fea723a03ef88052c9c486b1bdefefd44d8070cc510fb39 + languageName: node + linkType: hard + "lilconfig@npm:^3.1.1": version: 3.1.1 resolution: "lilconfig@npm:3.1.1" @@ -20381,6 +21982,13 @@ __metadata: languageName: node linkType: hard +"lru-cache@npm:^9.1.1 || ^10.0.0": + version: 10.0.1 + resolution: "lru-cache@npm:10.0.1" + checksum: 10/5bb91a97a342a41fd049c3494b44d9e21a7d4843f9284d0a0b26f00bb0e436f1f627d0641c78f88be16b86b4231546c5ee4f284733fb530c7960f0bcd7579026 + languageName: node + linkType: hard + "luxon@npm:^3.2.1": version: 3.4.4 resolution: "luxon@npm:3.4.4" @@ -20410,12 +22018,21 @@ __metadata: version: 0.25.9 resolution: "magic-string@npm:0.25.9" dependencies: - sourcemap-codec: "npm:^1.4.8" - checksum: 10/87a14b944bd169821cbd54b169a7ab6b0348fd44b5497266dc555dd70280744e9e88047da9dcb95675bdc23b1ce33f13398b0f70b3be7b858225ccb1d185ff51 + sourcemap-codec: "npm:^1.4.8" + checksum: 10/87a14b944bd169821cbd54b169a7ab6b0348fd44b5497266dc555dd70280744e9e88047da9dcb95675bdc23b1ce33f13398b0f70b3be7b858225ccb1d185ff51 + languageName: node + linkType: hard + +"magic-string@npm:^0.30.0": + version: 0.30.3 + resolution: "magic-string@npm:0.30.3" + dependencies: + "@jridgewell/sourcemap-codec": "npm:^1.4.15" + checksum: 10/f3c546b9be20d0f4b2f0a10fe0ad7b994d438c02e089a0777fd8128a00f76bd2004b13d5cd7219aa5cf445dc5fb84e915e48017d7a4cd20fa98ce8052cc15370 languageName: node linkType: hard -"magic-string@npm:^0.30.10, magic-string@npm:^0.30.4, magic-string@npm:^0.30.5": +"magic-string@npm:^0.30.10, magic-string@npm:^0.30.4": version: 0.30.10 resolution: "magic-string@npm:0.30.10" dependencies: @@ -20424,6 +22041,15 @@ __metadata: languageName: node linkType: hard +"magic-string@npm:^0.30.5": + version: 0.30.5 + resolution: "magic-string@npm:0.30.5" + dependencies: + "@jridgewell/sourcemap-codec": "npm:^1.4.15" + checksum: 10/c8a6b25f813215ca9db526f3a407d6dc0bf35429c2b8111d6f1c2cf6cf6afd5e2d9f9cd189416a0e3959e20ecd635f73639f9825c73de1074b29331fe36ace59 + languageName: node + linkType: hard + "make-dir@npm:^2.0.0, make-dir@npm:^2.1.0": version: 2.1.0 resolution: "make-dir@npm:2.1.0" @@ -20585,12 +22211,11 @@ __metadata: linkType: hard "mdast-comment-marker@npm:^2.0.0": - version: 2.1.2 - resolution: "mdast-comment-marker@npm:2.1.2" + version: 2.1.0 + resolution: "mdast-comment-marker@npm:2.1.0" dependencies: - "@types/mdast": "npm:^3.0.0" mdast-util-mdx-expression: "npm:^1.1.0" - checksum: 10/f88415cda29258df780dae0f4314660fc71ee18dbd0e7fbfc897177d562a1c3a34c650a595a01a1628508088197843424c95938b8980cb1d4ee11fe78c5ce851 + checksum: 10/079eaf490619da8c1522c557fdc6dcbada3dd6a78613ef74cfc99476e657b5cd067e23793155309aa95dae3b5f014be49a0c6f34ff2cbd8c87a7dbbe14d7aa94 languageName: node linkType: hard @@ -20834,7 +22459,7 @@ __metadata: languageName: node linkType: hard -"memfs@npm:^3.4.12, memfs@npm:^3.4.3": +"memfs@npm:^3.4.12": version: 3.5.3 resolution: "memfs@npm:3.5.3" dependencies: @@ -20843,6 +22468,15 @@ __metadata: languageName: node linkType: hard +"memfs@npm:^3.4.3": + version: 3.4.7 + resolution: "memfs@npm:3.4.7" + dependencies: + fs-monkey: "npm:^1.0.3" + checksum: 10/d4eeca76433a1e505eb9782e62ea55cee16bca2766e8c8412c2c46b7dd29ae3b2445ced8c84bc3911a4c3289a3d16390a1858602009c34064dd960a67a425eb7 + languageName: node + linkType: hard + "memoize-one@npm:^6.0.0": version: 6.0.0 resolution: "memoize-one@npm:6.0.0" @@ -22139,7 +23773,14 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.0.4": +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.3": + version: 7.0.3 + resolution: "minipass@npm:7.0.3" + checksum: 10/04d72c8a437de54a024f3758ff17c0226efb532ef37dbdaca1ea6039c7b9b1704e612abbd2e3a0d2c825c64eb0a9ab266c843baa71d18ad1a279baecee28ed97 + languageName: node + linkType: hard + +"minipass@npm:^7.0.2, minipass@npm:^7.0.4": version: 7.0.4 resolution: "minipass@npm:7.0.4" checksum: 10/e864bd02ceb5e0707696d58f7ce3a0b89233f0d686ef0d447a66db705c0846a8dc6f34865cd85256c1472ff623665f616b90b8ff58058b2ad996c5de747d2d18 @@ -22372,6 +24013,24 @@ __metadata: languageName: node linkType: hard +"nanoid@npm:^3.3.4": + version: 3.3.4 + resolution: "nanoid@npm:3.3.4" + bin: + nanoid: bin/nanoid.cjs + checksum: 10/4f01aaf742452d8668d1d99a21218eb9eaa703c0291e7ec5bbb17a7c0ac56df3b791723ce4d429f53949b252e1ce26386a0aa6782fce10d44cd617d89c9fe9d2 + languageName: node + linkType: hard + +"nanoid@npm:^3.3.6": + version: 3.3.6 + resolution: "nanoid@npm:3.3.6" + bin: + nanoid: bin/nanoid.cjs + checksum: 10/67235c39d1bc05851383dadde5cf77ae1c90c2a1d189e845c7f20f646f0488d875ad5f5226bbba072a88cebbb085a3f784a6673117daf785bdf614a852550362 + languageName: node + linkType: hard + "nanoid@npm:^3.3.7": version: 3.3.7 resolution: "nanoid@npm:3.3.7" @@ -22687,17 +24346,17 @@ __metadata: linkType: hard "node-gyp-build@npm:^4.2.2": - version: 4.8.0 - resolution: "node-gyp-build@npm:4.8.0" + version: 4.5.0 + resolution: "node-gyp-build@npm:4.5.0" bin: node-gyp-build: bin.js node-gyp-build-optional: optional.js node-gyp-build-test: build-test.js - checksum: 10/80f410ab412df38e84171d3634a5716b6c6f14ecfa4eb971424d289381fb76f8bcbe1b666419ceb2c81060e558fd7c6d70cc0f60832bcca6a1559098925d9657 + checksum: 10/1f6c2b519cfbf13fc60589d40b65d9aa8c8bfaefe99763a9a982a6518a9292c83f41adf558628cfcb748e2a55418ac91718b68bb6be7e02cfac90c82e412de9b languageName: node linkType: hard -"node-gyp@npm:^10.0.0, node-gyp@npm:latest": +"node-gyp@npm:^10.0.0": version: 10.1.0 resolution: "node-gyp@npm:10.1.0" dependencies: @@ -22717,16 +24376,15 @@ __metadata: languageName: node linkType: hard -"node-gyp@npm:^9.0.0": - version: 9.4.1 - resolution: "node-gyp@npm:9.4.1" +"node-gyp@npm:^9.0.0, node-gyp@npm:latest": + version: 9.1.0 + resolution: "node-gyp@npm:9.1.0" dependencies: env-paths: "npm:^2.2.0" - exponential-backoff: "npm:^3.1.1" glob: "npm:^7.1.4" graceful-fs: "npm:^4.2.6" make-fetch-happen: "npm:^10.0.3" - nopt: "npm:^6.0.0" + nopt: "npm:^5.0.0" npmlog: "npm:^6.0.0" rimraf: "npm:^3.0.2" semver: "npm:^7.3.5" @@ -22734,7 +24392,7 @@ __metadata: which: "npm:^2.0.2" bin: node-gyp: bin/node-gyp.js - checksum: 10/329b109b138e48cb0416a6bca56e171b0e479d6360a548b80f06eced4bef3cf37652a3d20d171c20023fb18d996bd7446a49d4297ddb59fc48100178a92f432d + checksum: 10/b9dddbe96507f6b9b3c46b716fea51116a9444b302e794f295bbf899bdd937390f4fcddab28cd2bc4fed2051234e8a2b81dd9b6279f5a8c0535bb72dd3daf781 languageName: node linkType: hard @@ -22797,14 +24455,14 @@ __metadata: languageName: node linkType: hard -"nopt@npm:^6.0.0": - version: 6.0.0 - resolution: "nopt@npm:6.0.0" +"nopt@npm:^5.0.0": + version: 5.0.0 + resolution: "nopt@npm:5.0.0" dependencies: - abbrev: "npm:^1.0.0" + abbrev: "npm:1" bin: nopt: bin/nopt.js - checksum: 10/3c1128e07cd0241ae66d6e6a472170baa9f3e84dd4203950ba8df5bafac4efa2166ce917a57ef02b01ba7c40d18b2cc64b29b225fd3640791fe07b24f0b33a32 + checksum: 10/00f9bb2d16449469ba8ffcf9b8f0eae6bae285ec74b135fec533e5883563d2400c0cd70902d0a7759e47ac031ccf206ace4e86556da08ed3f1c66dda206e9ccd languageName: node linkType: hard @@ -23505,7 +25163,7 @@ __metadata: languageName: node linkType: hard -"open@npm:8.4.2, open@npm:^8.0.9, open@npm:^8.4.0": +"open@npm:8.4.2": version: 8.4.2 resolution: "open@npm:8.4.2" dependencies: @@ -23525,6 +25183,17 @@ __metadata: languageName: node linkType: hard +"open@npm:^8.0.9, open@npm:^8.4.0": + version: 8.4.0 + resolution: "open@npm:8.4.0" + dependencies: + define-lazy-prop: "npm:^2.0.0" + is-docker: "npm:^2.1.1" + is-wsl: "npm:^2.2.0" + checksum: 10/ccb8760068b48e277868423cdf21f4f4e5682ec86dbc3a5cf1c34ef0e8b49721ad98b3f001b4eb2cbd7df7921f84551ec5b9fecace3b3eced3e46dca1c785f03 + languageName: node + linkType: hard + "opener@npm:^1.5.1": version: 1.5.2 resolution: "opener@npm:1.5.2" @@ -24094,6 +25763,16 @@ __metadata: languageName: node linkType: hard +"path-scurry@npm:^1.10.1": + version: 1.10.1 + resolution: "path-scurry@npm:1.10.1" + dependencies: + lru-cache: "npm:^9.1.1 || ^10.0.0" + minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0" + checksum: 10/eebfb8304fef1d4f7e1486df987e4fd77413de4fce16508dea69fcf8eb318c09a6b15a7a2f4c22877cec1cb7ecbd3071d18ca9de79eeece0df874a00f1f0bdc8 + languageName: node + linkType: hard + "path-scurry@npm:^1.10.2": version: 1.10.2 resolution: "path-scurry@npm:1.10.2" @@ -24770,7 +26449,17 @@ __metadata: languageName: node linkType: hard -"postcss-selector-parser@npm:^6.0.10, postcss-selector-parser@npm:^6.0.11, postcss-selector-parser@npm:^6.0.13, postcss-selector-parser@npm:^6.0.15, postcss-selector-parser@npm:^6.0.16, postcss-selector-parser@npm:^6.0.2, postcss-selector-parser@npm:^6.0.4": +"postcss-selector-parser@npm:^6.0.10, postcss-selector-parser@npm:^6.0.2, postcss-selector-parser@npm:^6.0.4": + version: 6.0.10 + resolution: "postcss-selector-parser@npm:6.0.10" + dependencies: + cssesc: "npm:^3.0.0" + util-deprecate: "npm:^1.0.2" + checksum: 10/f8ad9beb764a64b51a8027650e745a44ed7198f0b968b823db9563a54990924bcf9eb6fb59fbbb7eb05a89b2b6a24b81b2b7d60ecadda15b04a0024c7663f436 + languageName: node + linkType: hard + +"postcss-selector-parser@npm:^6.0.11, postcss-selector-parser@npm:^6.0.15, postcss-selector-parser@npm:^6.0.16": version: 6.0.16 resolution: "postcss-selector-parser@npm:6.0.16" dependencies: @@ -24780,6 +26469,16 @@ __metadata: languageName: node linkType: hard +"postcss-selector-parser@npm:^6.0.13": + version: 6.0.13 + resolution: "postcss-selector-parser@npm:6.0.13" + dependencies: + cssesc: "npm:^3.0.0" + util-deprecate: "npm:^1.0.2" + checksum: 10/e779aa1f8ca9ee45d562400aac6109a2bccc59559b6e15adec8bc2a71d395ca563a378fd68f6a61963b4ef2ca190e0c0486e6dc6c41d755f3b82dd6e480e6941 + languageName: node + linkType: hard + "postcss-sorting@npm:^8.0.2": version: 8.0.2 resolution: "postcss-sorting@npm:8.0.2" @@ -24830,7 +26529,18 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.2.14, postcss@npm:^8.4.23, postcss@npm:^8.4.28, postcss@npm:^8.4.31, postcss@npm:^8.4.32, postcss@npm:^8.4.33, postcss@npm:^8.4.35, postcss@npm:^8.4.38": +"postcss@npm:^8.1.10": + version: 8.4.16 + resolution: "postcss@npm:8.4.16" + dependencies: + nanoid: "npm:^3.3.4" + picocolors: "npm:^1.0.0" + source-map-js: "npm:^1.0.2" + checksum: 10/e05f3426bde19889b446fae0e4a70f6d8775f2d9905fb9e25f40ed1b0a26d000f7e92a9f2acacf55118bef376100e4e6b6432f42b3876824bc71fea8e0cd0182 + languageName: node + linkType: hard + +"postcss@npm:^8.2.14, postcss@npm:^8.4.32, postcss@npm:^8.4.33, postcss@npm:^8.4.35, postcss@npm:^8.4.38": version: 8.4.38 resolution: "postcss@npm:8.4.38" dependencies: @@ -24841,6 +26551,39 @@ __metadata: languageName: node linkType: hard +"postcss@npm:^8.4.23": + version: 8.4.24 + resolution: "postcss@npm:8.4.24" + dependencies: + nanoid: "npm:^3.3.6" + picocolors: "npm:^1.0.0" + source-map-js: "npm:^1.0.2" + checksum: 10/8d20defe7c2914e0561dc84ec497756600c2b1182f3dff3c8f0a857dfdc4d3849a3d5de9afd771a869ed4c06e9d24cb4dbd0cc833a7d5ce877fd26984c3b57aa + languageName: node + linkType: hard + +"postcss@npm:^8.4.24": + version: 8.4.25 + resolution: "postcss@npm:8.4.25" + dependencies: + nanoid: "npm:^3.3.6" + picocolors: "npm:^1.0.0" + source-map-js: "npm:^1.0.2" + checksum: 10/08916d50035c36e56024b7d56ed5c2a6d59420fce39e1fda77fcbda308cea6d7c39246adb46ee0649d28020e47a73ff2630a3439991ee82c539a495e6f6997d9 + languageName: node + linkType: hard + +"postcss@npm:^8.4.31": + version: 8.4.31 + resolution: "postcss@npm:8.4.31" + dependencies: + nanoid: "npm:^3.3.6" + picocolors: "npm:^1.0.0" + source-map-js: "npm:^1.0.2" + checksum: 10/1a6653e72105907377f9d4f2cd341d8d90e3fde823a5ddea1e2237aaa56933ea07853f0f2758c28892a1d70c53bbaca200eb8b80f8ed55f13093003dbec5afa0 + languageName: node + linkType: hard + "posthtml-parser@npm:^0.10.1": version: 0.10.2 resolution: "posthtml-parser@npm:0.10.2" @@ -25187,13 +26930,20 @@ __metadata: languageName: node linkType: hard -"punycode@npm:^2.1.0, punycode@npm:^2.1.1, punycode@npm:^2.3.0": +"punycode@npm:^2.1.0, punycode@npm:^2.1.1": version: 2.3.1 resolution: "punycode@npm:2.3.1" checksum: 10/febdc4362bead22f9e2608ff0171713230b57aff9dddc1c273aa2a651fbd366f94b7d6a71d78342a7c0819906750351ca7f2edd26ea41b626d87d6a13d1bd059 languageName: node linkType: hard +"punycode@npm:^2.3.0": + version: 2.3.0 + resolution: "punycode@npm:2.3.0" + checksum: 10/d4e7fbb96f570c57d64b09a35a1182c879ac32833de7c6926a2c10619632c1377865af3dab5479f59d51da18bcd5035a20a5ef6ceb74020082a3e78025d9a9ca + languageName: node + linkType: hard + "pure-rand@npm:^6.0.0": version: 6.1.0 resolution: "pure-rand@npm:6.1.0" @@ -25215,6 +26965,15 @@ __metadata: languageName: node linkType: hard +"qs@npm:6.10.3": + version: 6.10.3 + resolution: "qs@npm:6.10.3" + dependencies: + side-channel: "npm:^1.0.4" + checksum: 10/73d07bfd77f07bec3750dca5e6d165cba0c87ce3e4688bb26e5e462e725ab1289ecdb69164b0b4a4d1b913e2a3ae6b22acbb8b2feb5c8f31bd76f2380f3dc23d + languageName: node + linkType: hard + "qs@npm:6.10.4": version: 6.10.4 resolution: "qs@npm:6.10.4" @@ -25293,6 +27052,18 @@ __metadata: languageName: node linkType: hard +"raw-body@npm:2.5.1": + version: 2.5.1 + resolution: "raw-body@npm:2.5.1" + dependencies: + bytes: "npm:3.1.2" + http-errors: "npm:2.0.0" + iconv-lite: "npm:0.4.24" + unpipe: "npm:1.0.0" + checksum: 10/280bedc12db3490ecd06f740bdcf66093a07535374b51331242382c0e130bb273ebb611b7bc4cba1b4b4e016cc7b1f4b05a6df885a6af39c2bc3b94c02291c84 + languageName: node + linkType: hard + "raw-body@npm:2.5.2": version: 2.5.2 resolution: "raw-body@npm:2.5.2" @@ -25630,7 +27401,18 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^3.0.2, readable-stream@npm:^3.0.6, readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.5.0, readable-stream@npm:^3.6.0": +"readable-stream@npm:^3.0.2, readable-stream@npm:^3.0.6, readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.0": + version: 3.6.0 + resolution: "readable-stream@npm:3.6.0" + dependencies: + inherits: "npm:^2.0.3" + string_decoder: "npm:^1.1.1" + util-deprecate: "npm:^1.0.1" + checksum: 10/b80b3e6a7fafb1c79de7db541de357f4a5ee73bd70c21672f5a7c840d27bb27bdb0151e7ba2fd82c4a888df22ce0c501b0d9f3e4dfe51688876701c437d59536 + languageName: node + linkType: hard + +"readable-stream@npm:^3.1.1, readable-stream@npm:^3.5.0": version: 3.6.2 resolution: "readable-stream@npm:3.6.2" dependencies: @@ -26337,7 +28119,7 @@ __metadata: languageName: node linkType: hard -"resolve@npm:1.22.8, resolve@npm:^1.1.6, resolve@npm:^1.1.7, resolve@npm:^1.10.0, resolve@npm:^1.10.1, resolve@npm:^1.13.1, resolve@npm:^1.14.2, resolve@npm:^1.17.0, resolve@npm:^1.19.0, resolve@npm:^1.20.0, resolve@npm:^1.22.1, resolve@npm:^1.22.4": +"resolve@npm:1.22.8, resolve@npm:^1.22.4": version: 1.22.8 resolution: "resolve@npm:1.22.8" dependencies: @@ -26350,6 +28132,19 @@ __metadata: languageName: node linkType: hard +"resolve@npm:^1.1.6, resolve@npm:^1.1.7, resolve@npm:^1.10.0, resolve@npm:^1.10.1, resolve@npm:^1.13.1, resolve@npm:^1.14.2, resolve@npm:^1.17.0, resolve@npm:^1.19.0, resolve@npm:^1.20.0, resolve@npm:^1.22.1": + version: 1.22.1 + resolution: "resolve@npm:1.22.1" + dependencies: + is-core-module: "npm:^2.9.0" + path-parse: "npm:^1.0.7" + supports-preserve-symlinks-flag: "npm:^1.0.0" + bin: + resolve: bin/resolve + checksum: 10/4adcfac33f0baf6fc46d6c3a11acfad5c9345eab8bb7280d65672dc40a9694ddab6d18be2feebccf6cfc581bedd7ebfa792f6bc86db1903a41d328c23161bd23 + languageName: node + linkType: hard + "resolve@npm:^2.0.0-next.5": version: 2.0.0-next.5 resolution: "resolve@npm:2.0.0-next.5" @@ -26363,7 +28158,7 @@ __metadata: languageName: node linkType: hard -"resolve@patch:resolve@npm%3A1.22.8#optional!builtin, resolve@patch:resolve@npm%3A^1.1.6#optional!builtin, resolve@patch:resolve@npm%3A^1.1.7#optional!builtin, resolve@patch:resolve@npm%3A^1.10.0#optional!builtin, resolve@patch:resolve@npm%3A^1.10.1#optional!builtin, resolve@patch:resolve@npm%3A^1.13.1#optional!builtin, resolve@patch:resolve@npm%3A^1.14.2#optional!builtin, resolve@patch:resolve@npm%3A^1.17.0#optional!builtin, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin, resolve@patch:resolve@npm%3A^1.22.1#optional!builtin, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin": +"resolve@patch:resolve@npm%3A1.22.8#optional!builtin, resolve@patch:resolve@npm%3A^1.22.4#optional!builtin": version: 1.22.8 resolution: "resolve@patch:resolve@npm%3A1.22.8#optional!builtin::version=1.22.8&hash=c3c19d" dependencies: @@ -26376,6 +28171,19 @@ __metadata: languageName: node linkType: hard +"resolve@patch:resolve@npm%3A^1.1.6#optional!builtin, resolve@patch:resolve@npm%3A^1.1.7#optional!builtin, resolve@patch:resolve@npm%3A^1.10.0#optional!builtin, resolve@patch:resolve@npm%3A^1.10.1#optional!builtin, resolve@patch:resolve@npm%3A^1.13.1#optional!builtin, resolve@patch:resolve@npm%3A^1.14.2#optional!builtin, resolve@patch:resolve@npm%3A^1.17.0#optional!builtin, resolve@patch:resolve@npm%3A^1.19.0#optional!builtin, resolve@patch:resolve@npm%3A^1.20.0#optional!builtin, resolve@patch:resolve@npm%3A^1.22.1#optional!builtin": + version: 1.22.1 + resolution: "resolve@patch:resolve@npm%3A1.22.1#optional!builtin::version=1.22.1&hash=c3c19d" + dependencies: + is-core-module: "npm:^2.9.0" + path-parse: "npm:^1.0.7" + supports-preserve-symlinks-flag: "npm:^1.0.0" + bin: + resolve: bin/resolve + checksum: 10/551dd500765cce767c583747f5f21ceb51d437f539b01aee96d6ec39eb2c68a8ff5d646b083d690fe428a81329856bc1bbdb094379b8df4b3f10e7e1f6aa3839 + languageName: node + linkType: hard + "resolve@patch:resolve@npm%3A^2.0.0-next.5#optional!builtin": version: 2.0.0-next.5 resolution: "resolve@patch:resolve@npm%3A2.0.0-next.5#optional!builtin::version=2.0.0-next.5&hash=c3c19d" @@ -26646,8 +28454,8 @@ __metadata: linkType: hard "rollup@npm:^2.60.2": - version: 2.79.1 - resolution: "rollup@npm:2.79.1" + version: 2.79.0 + resolution: "rollup@npm:2.79.0" dependencies: fsevents: "npm:~2.3.2" dependenciesMeta: @@ -26655,11 +28463,11 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10/df087b701304432f30922bbee5f534ab189aa6938bd383b5686c03147e0d00cd1789ea10a462361326ce6b6ebe448ce272ad3f3cc40b82eeb3157df12f33663c + checksum: 10/873847b9aaa6eb7930b018d96b6770bdc7de230d79693f704dc2b438de4fcf181e6d57639121ca8c73198ef09317c63593f590f5fc23a3c4b8c0c76d59b12df6 languageName: node linkType: hard -"rollup@npm:^4.0.0, rollup@npm:^4.13.0, rollup@npm:^4.2.0, rollup@npm:^4.5.0": +"rollup@npm:^4.0.0, rollup@npm:^4.2.0, rollup@npm:^4.5.0": version: 4.17.1 resolution: "rollup@npm:4.17.1" dependencies: @@ -26722,6 +28530,66 @@ __metadata: languageName: node linkType: hard +"rollup@npm:^4.13.0": + version: 4.14.0 + resolution: "rollup@npm:4.14.0" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.14.0" + "@rollup/rollup-android-arm64": "npm:4.14.0" + "@rollup/rollup-darwin-arm64": "npm:4.14.0" + "@rollup/rollup-darwin-x64": "npm:4.14.0" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.14.0" + "@rollup/rollup-linux-arm64-gnu": "npm:4.14.0" + "@rollup/rollup-linux-arm64-musl": "npm:4.14.0" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.14.0" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.14.0" + "@rollup/rollup-linux-s390x-gnu": "npm:4.14.0" + "@rollup/rollup-linux-x64-gnu": "npm:4.14.0" + "@rollup/rollup-linux-x64-musl": "npm:4.14.0" + "@rollup/rollup-win32-arm64-msvc": "npm:4.14.0" + "@rollup/rollup-win32-ia32-msvc": "npm:4.14.0" + "@rollup/rollup-win32-x64-msvc": "npm:4.14.0" + "@types/estree": "npm:1.0.5" + fsevents: "npm:~2.3.2" + dependenciesMeta: + "@rollup/rollup-android-arm-eabi": + optional: true + "@rollup/rollup-android-arm64": + optional: true + "@rollup/rollup-darwin-arm64": + optional: true + "@rollup/rollup-darwin-x64": + optional: true + "@rollup/rollup-linux-arm-gnueabihf": + optional: true + "@rollup/rollup-linux-arm64-gnu": + optional: true + "@rollup/rollup-linux-arm64-musl": + optional: true + "@rollup/rollup-linux-powerpc64le-gnu": + optional: true + "@rollup/rollup-linux-riscv64-gnu": + optional: true + "@rollup/rollup-linux-s390x-gnu": + optional: true + "@rollup/rollup-linux-x64-gnu": + optional: true + "@rollup/rollup-linux-x64-musl": + optional: true + "@rollup/rollup-win32-arm64-msvc": + optional: true + "@rollup/rollup-win32-ia32-msvc": + optional: true + "@rollup/rollup-win32-x64-msvc": + optional: true + fsevents: + optional: true + bin: + rollup: dist/bin/rollup + checksum: 10/803b45976dfc73843a48083dc345821860e960aede010b0e765201cc2827fe131b6f29296da3186a48813b83f823cd26b77adcafcf32ba859efb1b62adb8f4e0 + languageName: node + linkType: hard + "rrweb-cssom@npm:^0.6.0": version: 0.6.0 resolution: "rrweb-cssom@npm:0.6.0" @@ -26752,7 +28620,7 @@ __metadata: languageName: node linkType: hard -"rxjs@npm:7.8.1, rxjs@npm:^7.1.0, rxjs@npm:^7.5.1, rxjs@npm:^7.8.1, rxjs@npm:~7.8.0": +"rxjs@npm:7.8.1, rxjs@npm:^7.8.1, rxjs@npm:~7.8.0": version: 7.8.1 resolution: "rxjs@npm:7.8.1" dependencies: @@ -26761,6 +28629,15 @@ __metadata: languageName: node linkType: hard +"rxjs@npm:^7.1.0, rxjs@npm:^7.5.1": + version: 7.5.6 + resolution: "rxjs@npm:7.5.6" + dependencies: + tslib: "npm:^2.1.0" + checksum: 10/87dc181b70ddd4d1cecd360ca4a7cd71d22219c4a111262c7ae3af68758968f5f1e694d51fc4689afe28282eb160857ad1def044f91202c79504f747ae501c57 + languageName: node + linkType: hard + "sade@npm:^1.6.0, sade@npm:^1.7.3, sade@npm:^1.7.4": version: 1.8.1 resolution: "sade@npm:1.8.1" @@ -27093,7 +28970,7 @@ __metadata: languageName: node linkType: hard -"serialize-javascript@npm:^6.0.0, serialize-javascript@npm:^6.0.1": +"serialize-javascript@npm:^6.0.0": version: 6.0.2 resolution: "serialize-javascript@npm:6.0.2" dependencies: @@ -27102,6 +28979,15 @@ __metadata: languageName: node linkType: hard +"serialize-javascript@npm:^6.0.1": + version: 6.0.1 + resolution: "serialize-javascript@npm:6.0.1" + dependencies: + randombytes: "npm:^2.1.0" + checksum: 10/f756b1ff34b655b2183c64dd6683d28d4d9b9a80284b264cac9fd421c73890491eafd6c5c2bbe93f1f21bf78b572037c5a18d24b044c317ee1c9dc44d22db94c + languageName: node + linkType: hard + "serve-index@npm:^1.9.0, serve-index@npm:^1.9.1": version: 1.9.1 resolution: "serve-index@npm:1.9.1" @@ -28200,7 +30086,7 @@ __metadata: languageName: node linkType: hard -"strip-ansi@npm:^7.0.0, strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0": +"strip-ansi@npm:^7.0.0, strip-ansi@npm:^7.1.0": version: 7.1.0 resolution: "strip-ansi@npm:7.1.0" dependencies: @@ -28209,6 +30095,15 @@ __metadata: languageName: node linkType: hard +"strip-ansi@npm:^7.0.1": + version: 7.0.1 + resolution: "strip-ansi@npm:7.0.1" + dependencies: + ansi-regex: "npm:^6.0.1" + checksum: 10/07b3142f515d673e05d2da1ae07bba1eb2ba3b588135a38dea598ca11913b6e9487a9f2c9bed4c74cd31e554012b4503d9fb7e6034c7324973854feea2319110 + languageName: node + linkType: hard + "strip-bom@npm:^3.0.0": version: 3.0.0 resolution: "strip-bom@npm:3.0.0" @@ -28408,22 +30303,22 @@ __metadata: linkType: hard "stylelint@npm:^15.0.0": - version: 15.11.0 - resolution: "stylelint@npm:15.11.0" + version: 15.10.1 + resolution: "stylelint@npm:15.10.1" dependencies: - "@csstools/css-parser-algorithms": "npm:^2.3.1" - "@csstools/css-tokenizer": "npm:^2.2.0" - "@csstools/media-query-list-parser": "npm:^2.1.4" + "@csstools/css-parser-algorithms": "npm:^2.3.0" + "@csstools/css-tokenizer": "npm:^2.1.1" + "@csstools/media-query-list-parser": "npm:^2.1.2" "@csstools/selector-specificity": "npm:^3.0.0" balanced-match: "npm:^2.0.0" colord: "npm:^2.9.3" cosmiconfig: "npm:^8.2.0" - css-functions-list: "npm:^3.2.1" + css-functions-list: "npm:^3.1.0" css-tree: "npm:^2.3.1" debug: "npm:^4.3.4" - fast-glob: "npm:^3.3.1" + fast-glob: "npm:^3.3.0" fastest-levenshtein: "npm:^1.0.16" - file-entry-cache: "npm:^7.0.0" + file-entry-cache: "npm:^6.0.1" global-modules: "npm:^2.0.0" globby: "npm:^11.1.0" globjoin: "npm:^0.1.4" @@ -28432,13 +30327,13 @@ __metadata: import-lazy: "npm:^4.0.0" imurmurhash: "npm:^0.1.4" is-plain-object: "npm:^5.0.0" - known-css-properties: "npm:^0.29.0" + known-css-properties: "npm:^0.27.0" mathml-tag-names: "npm:^2.1.3" meow: "npm:^10.1.5" micromatch: "npm:^4.0.5" normalize-path: "npm:^3.0.0" picocolors: "npm:^1.0.0" - postcss: "npm:^8.4.28" + postcss: "npm:^8.4.24" postcss-resolve-nested-selector: "npm:^0.1.1" postcss-safe-parser: "npm:^6.0.0" postcss-selector-parser: "npm:^6.0.13" @@ -28453,7 +30348,7 @@ __metadata: write-file-atomic: "npm:^5.0.1" bin: stylelint: bin/stylelint.mjs - checksum: 10/34b9242b8a009642f8a9a50319c9a6c94b745a8605890df99830fc4d4847031e59719e68df12eed897fd486724fbfb1d240a8f267bb8b4440152a4dbfc3765f5 + checksum: 10/bcab1ae7000ca39d8f2e0d09bb46f9a4c1135c8d9dbff83913fb5b2c1915ac80a22841414659411c24c0d4b88ee512fbfbae2cfce07fc7d0c6a1d324f3873692 languageName: node linkType: hard @@ -28759,7 +30654,7 @@ __metadata: languageName: node linkType: hard -"svelte@npm:>=3.24.0, svelte@npm:^4.0.0": +"svelte@npm:>=3.24.0": version: 4.2.15 resolution: "svelte@npm:4.2.15" dependencies: @@ -28781,6 +30676,27 @@ __metadata: languageName: node linkType: hard +"svelte@npm:^4.0.0": + version: 4.2.1 + resolution: "svelte@npm:4.2.1" + dependencies: + "@ampproject/remapping": "npm:^2.2.1" + "@jridgewell/sourcemap-codec": "npm:^1.4.15" + "@jridgewell/trace-mapping": "npm:^0.3.18" + acorn: "npm:^8.9.0" + aria-query: "npm:^5.3.0" + axobject-query: "npm:^3.2.1" + code-red: "npm:^1.0.3" + css-tree: "npm:^2.3.1" + estree-walker: "npm:^3.0.3" + is-reference: "npm:^3.0.1" + locate-character: "npm:^3.0.0" + magic-string: "npm:^0.30.0" + periscopic: "npm:^3.1.0" + checksum: 10/ff58e4d0bd3c11f0d04a4c8d5873832c57aa5e971bc778b86ef3a70e510c6969487ca60c20675d9fa1cfbf89cc2c33720e9067ec36e300da81d562a2a5956681 + languageName: node + linkType: hard + "svg-tags@npm:^1.0.0": version: 1.0.0 resolution: "svg-tags@npm:1.0.0" @@ -29262,7 +31178,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:2.6.2, tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0, tslib@npm:^2.6.2": +"tslib@npm:2.6.2, tslib@npm:^2.6.2": version: 2.6.2 resolution: "tslib@npm:2.6.2" checksum: 10/bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca @@ -29276,6 +31192,27 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0": + version: 2.4.0 + resolution: "tslib@npm:2.4.0" + checksum: 10/d8379e68b36caf082c1905ec25d17df8261e1d68ddc1abfd6c91158a064f6e4402039ae7c02cf4c81d12e3a2a2c7cd8ea2f57b233eb80136a2e3e7279daf2911 + languageName: node + linkType: hard + +"tslib@npm:^2.3.1": + version: 2.5.0 + resolution: "tslib@npm:2.5.0" + checksum: 10/ea556fbdf396fe15dbd45e242754e86e7c36e0dce8644404a7c8a81ae1e940744dc639569aeca1ae370a7f804d82872f3fd8564eb23be9adb7618201d0314dac + languageName: node + linkType: hard + +"tslib@npm:^2.5.0": + version: 2.5.2 + resolution: "tslib@npm:2.5.2" + checksum: 10/263607d3f0e1913eb7f1f0f02489f47d11717b8662176b60690adceb2ed64529f369998b967a0bed920a5b809300f882a9340d278701d62439e4ce35af0d5a1f + languageName: node + linkType: hard + "tuf-js@npm:^2.2.0": version: 2.2.0 resolution: "tuf-js@npm:2.2.0" @@ -29481,7 +31418,7 @@ __metadata: languageName: node linkType: hard -"typescript@npm:*, typescript@npm:^5.0.3, typescript@npm:~5.4": +"typescript@npm:*, typescript@npm:~5.4": version: 5.4.5 resolution: "typescript@npm:5.4.5" bin: @@ -29491,7 +31428,17 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A*#optional!builtin, typescript@patch:typescript@npm%3A^5.0.3#optional!builtin, typescript@patch:typescript@npm%3A~5.4#optional!builtin": +"typescript@npm:^5.0.3": + version: 5.2.2 + resolution: "typescript@npm:5.2.2" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10/d65e50eb849bd21ff8677e5b9447f9c6e74777e346afd67754934264dcbf4bd59e7d2473f6062d9a015d66bd573311166357e3eb07fea0b52859cf9bb2b58555 + languageName: node + linkType: hard + +"typescript@patch:typescript@npm%3A*#optional!builtin, typescript@patch:typescript@npm%3A~5.4#optional!builtin": version: 5.4.5 resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin::version=5.4.5&hash=5adc0c" bin: @@ -29501,6 +31448,16 @@ __metadata: languageName: node linkType: hard +"typescript@patch:typescript@npm%3A^5.0.3#optional!builtin": + version: 5.2.2 + resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin::version=5.2.2&hash=f3b441" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10/f79cc2ba802c94c2b78dbb00d767a10adb67368ae764709737dc277273ec148aa4558033a03ce901406b35fddf4eac46dabc94a1e1d12d2587e2b9cfe5707b4a + languageName: node + linkType: hard + "ua-parser-js@npm:^0.7.30": version: 0.7.37 resolution: "ua-parser-js@npm:0.7.37" @@ -30359,14 +32316,14 @@ __metadata: linkType: hard "vfile@npm:^5.0.0": - version: 5.3.7 - resolution: "vfile@npm:5.3.7" + version: 5.3.4 + resolution: "vfile@npm:5.3.4" dependencies: "@types/unist": "npm:^2.0.0" is-buffer: "npm:^2.0.0" unist-util-stringify-position: "npm:^3.0.0" vfile-message: "npm:^3.0.0" - checksum: 10/d8f59b419d4c83b3ed24f500cf02393149b728f8803f88519c18fe0733f62544fa9ab0d8425a8bc7835181d848b9ce29c014168dc45af72f416074bbe475f643 + checksum: 10/9ab821da13eba24abc33c7f015291b508ed178a5198706bad64b8914ec3083c4765bd95770683db0204ddded73391bc7ca2db6c88c4db891b2679f9ed8d64979 languageName: node linkType: hard @@ -30970,7 +32927,7 @@ __metadata: languageName: node linkType: hard -"which-typed-array@npm:^1.1.13, which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.15, which-typed-array@npm:^1.1.9": +"which-typed-array@npm:^1.1.13, which-typed-array@npm:^1.1.14, which-typed-array@npm:^1.1.15": version: 1.1.15 resolution: "which-typed-array@npm:1.1.15" dependencies: @@ -30983,6 +32940,20 @@ __metadata: languageName: node linkType: hard +"which-typed-array@npm:^1.1.9": + version: 1.1.9 + resolution: "which-typed-array@npm:1.1.9" + dependencies: + available-typed-arrays: "npm:^1.0.5" + call-bind: "npm:^1.0.2" + for-each: "npm:^0.3.3" + gopd: "npm:^1.0.1" + has-tostringtag: "npm:^1.0.0" + is-typed-array: "npm:^1.1.10" + checksum: 10/90ef760a09dcffc479138a6bc77fd2933a81a41d531f4886ae212f6edb54a0645a43a6c24de2c096aea910430035ac56b3d22a06f3d64e5163fa178d0f24e08e + languageName: node + linkType: hard + "which@npm:1.2.x": version: 1.2.14 resolution: "which@npm:1.2.14" @@ -31350,15 +33321,13 @@ __metadata: linkType: hard "yaml@npm:^2.0.0": - version: 2.4.2 - resolution: "yaml@npm:2.4.2" - bin: - yaml: bin.mjs - checksum: 10/6eafbcd68dead734035f6f72af21bd820c29214caf7d8e40c595671a3c908535cef8092b9660a1c055c5833aa148aa640e0c5fa4adb5af2dacd6d28296ccd81c + version: 2.1.1 + resolution: "yaml@npm:2.1.1" + checksum: 10/ed5e61560229fa7108c8528ba772ed5ec4113f297666376b7e07144dcb24fb5a02af40b1c5ac1c922d3e5bed979b6994ffeee6224671a37c0800058216564ed6 languageName: node linkType: hard -"yargs-parser@npm:21.1.1, yargs-parser@npm:^21.1.1": +"yargs-parser@npm:21.1.1, yargs-parser@npm:^21.0.0, yargs-parser@npm:^21.1.1": version: 21.1.1 resolution: "yargs-parser@npm:21.1.1" checksum: 10/9dc2c217ea3bf8d858041252d43e074f7166b53f3d010a8c711275e09cd3d62a002969a39858b92bbda2a6a63a585c7127014534a560b9c69ed2d923d113406e @@ -31382,7 +33351,7 @@ __metadata: languageName: node linkType: hard -"yargs@npm:17.7.2, yargs@npm:^17.2.1, yargs@npm:^17.3.1, yargs@npm:^17.6.2": +"yargs@npm:17.7.2, yargs@npm:^17.6.2": version: 17.7.2 resolution: "yargs@npm:17.7.2" dependencies: @@ -31431,6 +33400,21 @@ __metadata: languageName: node linkType: hard +"yargs@npm:^17.2.1, yargs@npm:^17.3.1": + version: 17.5.1 + resolution: "yargs@npm:17.5.1" + dependencies: + cliui: "npm:^7.0.2" + escalade: "npm:^3.1.1" + get-caller-file: "npm:^2.0.5" + require-directory: "npm:^2.1.1" + string-width: "npm:^4.2.3" + y18n: "npm:^5.0.5" + yargs-parser: "npm:^21.0.0" + checksum: 10/2453d52e3403ca86ca9c4279a90da3cbc351b50c7a13cc259bebf2d396530800e53261d9d9c7e2d4b7c049aa16c770f2553bdb04d52c2dbb37271d6cecbdcf2a + languageName: node + linkType: hard + "yauzl@npm:^2.10.0": version: 2.10.0 resolution: "yauzl@npm:2.10.0"
${JSON.stringify(login)}