aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7 from Fuwn/dependabot/npm_and_yarn/follow-redirects-1.14.8HEADmasterFuwn2022-03-111-3/+3
|\ | | | | Bump follow-redirects from 1.14.7 to 1.14.8
| * Bump follow-redirects from 1.14.7 to 1.14.8dependabot[bot]2022-02-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump ajv from 6.12.2 to 6.12.6dependabot[bot]2022-02-131-3/+3
|/ | | | | | | | | | | | | Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.2...v6.12.6) --- updated-dependencies: - dependency-name: ajv dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump axios from 0.21.1 to 0.21.2dependabot[bot]2022-01-261-4/+4
| | | | | | | | | | | | | | Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump follow-redirects from 1.13.1 to 1.14.7dependabot[bot]2022-01-141-3/+3
| | | | | | | | | | | | | Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.1...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* Merge pull request #2 from fuwn/dependabot/npm_and_yarn/axios-0.21.1Fuwn2021-08-201-20/+7
|\ | | | | Bump axios from 0.19.2 to 0.21.1
| * Bump axios from 0.19.2 to 0.21.1dependabot[bot]2021-01-061-20/+7
| | | | | | | | | | | | | | | | Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]>
* | Bump lodash from 4.17.19 to 4.17.21dependabot[bot]2021-05-111-3/+3
|/ | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Signed-off-by: dependabot[bot] <[email protected]>
* Bump lodash from 4.17.15 to 4.17.19dependabot[bot]2020-07-211-3/+3
| | | | | | | Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <[email protected]>
* big update, read desc8cy2020-06-111-0/+26
| | | | | | | | | | | | | | | | | | | | | | you can check the updates below or see a more in-depth summary at the end. big stuff: - made a new api made which i then made the main mode and made the old mode the api mode ) - DARK MODE (using prefers colour scheme) not so big stuff: - made default err msg more tidy - tidy up code and old debug stuff - made error handling a little better - changed all branding to twittlet to match the github repo - added twitter waifu icon >_< - different button text for different modes (why am i listing this ... ) so originally i was making a "api mode" which was not really api related, it was just a cleaner, better way of fetching the data without being redirected to the api. but once i finished that i made the old mode the api mode and made the new api mode the old mode/ main mode. standard mode; grabs the four data types which the twitter api returns; three different sized mp4 files and a .m3u8 file. at the moment i havent added a handling method that displays the file sizes and/ or removes the m3u8 file from the listing (bc i its pretty useless). will be a target soon though probably. api mode: just a gui to direct you to the api, kinda useless but there none-the-less.
* epic8cy2020-06-081-0/+960