Commit Graph

684 Commits

Author SHA1 Message Date
Fernando Fernández
8eaa525458 chore(vue3): draft remote plugin and minor QoL improvements
* Add unicorn eslint plugin for stricter code style
* Replace @jellyfin/client-axios with @jellyfin/sdk
* Static bundle Vue-i18n
* Avoid extraneous dependencies in code (eslint)
* Draft router middlewares
* Socket plugin is still pending to be completed
* Remove Axe config (the plugin seems really outdated and problematic and it can always be reintroduced later)
* Rename env.d.ts to environment.d.ts to comply with unicorn/prevent-abbreviations
* Add eslint-plugin-you-dont-need-lodash-underscore to optimize lodash usage and remove unneeded cases
* Create data-manipulation.ts in utils to store functions related to the manipulation of JavaScript data structures
2023-04-03 12:52:57 +02:00
Fernando Fernández
69be7e41b8 chore(vite): adapt WebWorker usage 2023-04-03 12:52:57 +02:00
Fernando Fernández
9d965b2266 chore(node): add engine-strict config to .npmrc 2023-04-03 12:52:57 +02:00
Fernando Fernández
455480afa0 chore(vue3): first iteration with a booting app instance 2023-04-03 12:52:57 +02:00
Fernando Fernández
82461b9e53 chore(vite): tweak sass config and comment more variable blocks
* This is needed in order to finally have a workable build
2023-04-03 12:52:57 +02:00
Fernando Fernández
393458b359 chore(lint): re-add and refactor linting suites 2023-04-03 12:52:57 +02:00
Fernando Fernández
0e0c2bad45 chore(node): upgrade to Node 18 LTS 2023-04-03 12:52:57 +02:00
Fernando Fernández
3f82327b50 chore(vite): add and configure rollup-plugin-visualizer 2023-04-03 12:52:57 +02:00
Fernando Fernández
f84f4228bd chore(vite): fix volar typechecking 2023-04-03 12:52:57 +02:00
Fernando Fernández
e515e20cfb chore(vite): switch to Vue 3 2023-04-03 12:52:57 +02:00
Fernando Fernández
1a68a8133c chore(vite): add vueuse package 2023-04-03 12:52:57 +02:00
Fernando Fernández
559ee520e7 chore(vite): plug vuetify and add ~ alias for backwards compat 2023-04-03 12:52:57 +02:00
Fernando Fernández
bbf03ea7d0 chore(vite): plug pinia, draft App.vue, main.ts and router 2023-04-03 12:52:57 +02:00
Fernando Fernández
cf05f5792d chore(vite): scaffold project
* Remove Jest, ESLint, Stylelint and Prettier to prepare for a further cleanup of all our testing and linting suites
* Testing will be introduced later with vitest and/or Cypress
2023-04-03 12:52:57 +02:00
Fernando Fernández
f216bc0239
chore: tag v0.2.0 2023-04-03 10:48:07 +00:00
Fernando Fernández
8c630da946 chore: remove unnecessary dependencies 2022-08-13 21:57:26 +02:00
Fernando Fernández
0449284a7d refactor: remove qs dependency 2022-08-13 21:57:26 +02:00
Fernando Fernández
f845fbe4f0 chore: remove unnecessary @types/wicg-mediasession types 2022-06-08 16:07:04 +02:00
Renovate Bot
3e24f53700 chore(deps): update development dependencies 2022-05-23 09:09:32 +02:00
Fernando Fernández
5323b192f3 fix(tauri): generate icons at build time 2022-05-23 02:00:23 +02:00
Renovate Bot
7c37c2ca70 chore(deps): update development dependencies 2022-05-14 11:43:01 +02:00
Renovate Bot
732a2ff0f5 chore(deps): update dependencies 2022-05-14 11:22:56 +02:00
Renovate Bot
f1e3a5d611 chore(deps): update dependency core-js to v3.22.4 2022-05-04 19:51:25 +02:00
Renovate Bot
34912e12bc chore(deps): update development dependencies 2022-05-04 11:57:09 +02:00
Fernando Fernández
a0266f7df8 chore: remove unneeded dependencies 2022-05-02 11:55:48 +02:00
Renovate Bot
a8cc81f37c chore(deps): update development dependencies 2022-05-02 11:55:48 +02:00
Renovate Bot
fbd5c132bf chore(deps): update dependencies 2022-05-02 10:49:56 +02:00
Fernando Fernández
a85523881a refactor: deprecate axios plugin and use upstream axios directly 2022-05-02 10:06:01 +02:00
Fernando Fernández
ab76203915 feat(auth): remove nuxt auth, implement auth store and add persistence
This guards all the routes properly, to handle the cases where the user is logged in and attempts to access a login page
and viceversa (when a not logged in user attempts to access without logging in).

Also, full persistence to the relevant Pinia stores (deviceProfile, clientSettings, auth) has been added, while vuex-persistedstate
has been kicked out for good.
2022-05-02 10:06:01 +02:00
Fernando Fernández
8cc659af18 chore: install vue-tsc for typechecking 2022-05-02 10:06:01 +02:00
Fernando Fernández
8952a8edb3 feat(pinia): add pinia deps 2022-05-02 10:06:01 +02:00
Renovate Bot
70d80fa7c3 chore(deps): update development dependencies 2022-02-24 16:35:01 +01:00
Fernando Fernández
008b569fc4 chore(deps) update stylelint-config-standard to 25.0.0 2022-02-22 20:37:25 +01:00
Renovate Bot
bd7a9ad8ee chore(deps): update development dependencies 2022-02-22 20:37:25 +01:00
Renovate Bot
a45eaf1d91 chore(deps): update dependency simple-icons to v6.11.0 2022-02-21 12:10:09 +01:00
Renovate Bot
b44232223b chore(deps): update dependency eslint-config-prettier to v8.4.0 2022-02-21 11:48:46 +01:00
Renovate Bot
5476d39fbe chore(deps): update development dependencies 2022-02-18 21:00:48 +01:00
Renovate Bot
eb5c5eb9ff chore(deps): update dependencies 2022-02-18 15:31:45 +01:00
Renovate Bot
472c396f0a chore(deps): update development dependencies 2022-02-18 14:50:24 +01:00
Fernando Fernández
67deb527a4 fix(workspaces): add frontend as dependency to tauri workspace 2022-02-18 13:44:46 +01:00
Fernando Fernández
c534b4a2de feat(tauri): add tauri and dependencies
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-02-18 13:44:46 +01:00
Fernando Fernández
9cb4a2b8f4 chore(tauri): monorepo structure for the project 2022-02-18 13:44:46 +01:00
Renovate Bot
0db00f8d81 chore(deps): update dependency @testing-library/jest-dom to v5.16.2 2022-02-03 08:01:26 +01:00
Renovate Bot
9148cc4ef2 chore(deps): update dependencies 2022-02-02 13:45:34 +01:00
Renovate Bot
16553592e6 chore(deps): update dependency eslint-plugin-jest to v26 2022-02-02 13:39:24 +01:00
Renovate Bot
1a1fbd45af chore(deps): lock file maintenance 2022-02-02 11:27:34 +01:00
Renovate Bot
ae219a47c2 chore(deps): update development dependencies 2022-02-02 09:36:14 +01:00
Renovate Bot
7b9d43589d chore(deps): update dependency @commitlint/cli to v16.0.3 2022-01-19 15:21:24 +01:00
Renovate Bot
8aa408336d chore(deps): update dependency lint-staged to v12.2.0 2022-01-19 10:29:03 +01:00
Renovate Bot
8a567403f4 chore(deps): update dependency screenfull to v6.0.1 2022-01-16 23:44:11 +01:00
Renovate Bot
b0646cae60 chore(deps): update dependencies 2022-01-16 14:03:30 +01:00
Renovate Bot
17cdd01b47 chore(deps): update development dependencies 2022-01-16 13:09:54 +01:00
Renovate Bot
43ea9a856c chore(deps): update dependency ts-jest to v27.1.3 2022-01-15 11:18:01 +01:00
Renovate Bot
9bcf210371 chore(deps): update dependency axe to v8.1.1 2022-01-14 15:26:36 +01:00
Renovate Bot
44d1483764 chore(deps): update development dependencies 2022-01-13 10:56:27 +01:00
Fernando Fernández
8e20a91536 chore(deps): remove forgotten compare-versions dependency from PR #1659 2022-01-11 19:34:07 +01:00
Renovate Bot
404ea9fb4f chore(deps): update dependencies 2022-01-11 14:52:04 +01:00
Renovate Bot
eb01863534 chore(deps): update development dependencies 2022-01-11 12:13:44 +01:00
Renovate Bot
ab81fbe9af chore(deps): update development dependencies 2022-01-07 16:23:42 +01:00
Renovate Bot
fb1001bcd3 chore(deps): update development dependencies 2022-01-04 16:43:32 +01:00
Renovate Bot
0bbf9830dc chore(deps): update dependencies 2022-01-04 15:24:17 +01:00
Fernando Fernández
9f71ae6680 refactor: remove nuxt-vuex-localstorage and cookie dependencies 2022-01-04 15:17:10 +01:00
Renovate Bot
0957af0f27 chore(deps): update development dependencies 2021-12-31 10:40:01 +01:00
Fernando Fernández
d80d362e62 chore: remove vue-native-websocket dep 2021-12-30 19:59:41 +01:00
Fernando Fernández
4f18f67fa9 chore: fix lint for stylelint 14 2021-12-29 12:24:13 +01:00
Renovate Bot
34b7327d6d chore(deps): update development dependencies 2021-12-29 12:24:13 +01:00
Fernando Fernández
4b469630ec fix: jest tests 2021-12-29 09:56:32 +01:00
Fernando Fernández
8111db5d3c chore: update simple-icons import syntax 2021-12-28 21:04:20 +01:00
Renovate Bot
780fffc14d chore(deps): update dependencies 2021-12-28 21:04:20 +01:00
Fernando Fernández
100d17af4d chore: fix peer dependencies 2021-12-28 20:37:05 +01:00
Renovate Bot
f37cfc81b9 chore(deps): update dependencies 2021-12-28 17:54:55 +01:00
Renovate Bot
ed0861233b chore(deps): pin dependencies 2021-12-28 17:30:53 +01:00
Fernando Fernández
a4be5bca57 chore: revert jest update 2021-12-07 15:22:17 +01:00
Fernando Fernández
a54bff9379 chore: fix lint 2021-12-07 15:22:17 +01:00
Fernando Fernández
7851689cd6 chore: revert stylelint dep update 2021-12-07 15:22:17 +01:00
Fernando Fernández
27d64f5518 chore: remove camel-case dependency 2021-12-07 15:22:17 +01:00
Fernando Fernández
7b756dd765 chore: remove entities dependency 2021-12-07 15:22:17 +01:00
Fernando Fernández
744f5fad48 chore: move comlink to devdependency and remove stub types 2021-12-07 15:22:17 +01:00
Thibault Nocchi
a241b574f3 feat: adding screenfull to handle fullscreen 2021-12-05 23:31:33 +01:00
Thibault Nocchi
7c1a1530b8 refactor: remove fullscreen dep to do it with native JS method 2021-12-05 23:31:33 +01:00
Fernando Fernández
53ef23ec1c chore: remove transpilation of modules 2021-12-05 22:03:12 +01:00
Fernando Fernández
7af76f6598 chore: remove babel 2021-12-05 22:03:12 +01:00
Fernando Fernández
ac0c2189dd chore: remove imagemin dep 2021-12-05 17:28:58 +01:00
Thibault Nocchi
6de9b64f3b chore(mediastreamselector): add langs typings 2021-11-03 10:19:00 +01:00
Fernando Fernández
a468b94674 chore(node16): update lockfile to version 3 (npm > 7 only)
This means that older npm versions will not be compatible with the lockfile
used in Vue. However, npm will always try its best to recover as much information
as possible from the whatever lockfile is available

More information at https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#lockfileversion
2021-11-02 15:19:14 +01:00
dependabot[bot]
0e28f7f5d5 chore(deps-dev): bump eslint-plugin-jsdoc from 37.0.0 to 37.0.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 37.0.0 to 37.0.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v37.0.0...v37.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 09:19:31 +02:00
dependabot[bot]
43aadbb201 chore(deps-dev): bump axe-core from 4.3.3 to 4.3.4
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.3.4/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 22:55:56 +02:00
dependabot[bot]
0b7977cf06 fix(deps): bump core-js from 3.18.3 to 3.19.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.3 to 3.19.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.18.3...v3.19.0)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 22:40:30 +02:00
dependabot[bot]
a937580287 chore(deps-dev): bump lint-staged from 11.2.3 to 11.2.4
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.3 to 11.2.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v11.2.3...v11.2.4)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 22:03:52 +02:00
dependabot[bot]
37bcb3583a chore(deps-dev): bump @types/lodash from 4.14.175 to 4.14.176
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.175 to 4.14.176.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 21:47:37 +02:00
dependabot[bot]
627f213fde chore(deps-dev): bump husky from 7.0.2 to 7.0.4
Bumps [husky](https://github.com/typicode/husky) from 7.0.2 to 7.0.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v7.0.2...v7.0.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 21:36:22 +02:00
dependabot[bot]
60ee924dcd fix(deps): bump @mdi/font from 6.3.95 to 6.4.95
Bumps [@mdi/font](https://github.com/Templarian/MaterialDesign-Webfont) from 6.3.95 to 6.4.95.
- [Release notes](https://github.com/Templarian/MaterialDesign-Webfont/releases)
- [Commits](https://github.com/Templarian/MaterialDesign-Webfont/compare/v6.3.95...v6.4.95)

---
updated-dependencies:
- dependency-name: "@mdi/font"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 20:16:02 +02:00
dependabot[bot]
c2ae15cb1e chore(deps-dev): bump eslint-plugin-promise from 5.1.0 to 5.1.1
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 20:06:26 +02:00
dependabot[bot]
162075517e chore(deps-dev): bump eslint-plugin-vue from 7.19.1 to 7.20.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.19.1 to 7.20.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.19.1...v7.20.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 19:33:25 +02:00
dependabot[bot]
d667d415f0 chore(deps-dev): bump eslint-plugin-nuxt from 2.0.0 to 3.0.0
Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases)
- [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt/eslint-plugin-nuxt/compare/v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-nuxt
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 16:52:44 +02:00
dependabot[bot]
0d70e47dea chore(deps-dev): bump eslint-plugin-jsdoc from 36.1.1 to 37.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.1.1 to 37.0.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.1.1...v37.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 16:35:50 +02:00
dependabot[bot]
93f9275305 fix(deps): bump simple-icons from 5.19.0 to 5.20.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.19.0...5.20.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 09:18:20 +02:00
Thibault Nocchi
3ecb31659f feat(fullplayer): disable body scrolling when player is opened 2021-10-20 21:02:32 +02:00
Thibault Nocchi
6d5faab48a fix(octopus): use upstream to be able to use .freeTrack 2021-10-20 10:30:49 +02:00
Thibault Nocchi
319ca9fdf1 feat(player): drop plyr and improve vtt rendering reliability 2021-10-20 10:30:49 +02:00
Thibault Nocchi
fa1bf43a6c feat(videoplayer): use plyr for video player 2021-10-20 10:30:49 +02:00
Thibault Nocchi
653e6e2310 feat(hlsplayer): enable basic ass playback but they're aren't positioned well 2021-10-20 10:30:49 +02:00
Thibault Nocchi
57a6968fc9 feat: poc for HLS.js 2021-10-20 10:30:49 +02:00
dependabot[bot]
eac385f567 fix(deps): bump @nuxtjs/i18n from 7.0.3 to 7.1.0
Bumps [@nuxtjs/i18n](https://github.com/nuxt-community/i18n-module) from 7.0.3 to 7.1.0.
- [Release notes](https://github.com/nuxt-community/i18n-module/releases)
- [Changelog](https://github.com/nuxt-community/i18n-module/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/i18n-module/compare/v7.0.3...v7.1.0)

---
updated-dependencies:
- dependency-name: "@nuxtjs/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 09:06:08 +02:00
dependabot[bot]
142e2c23be chore(deps-dev): bump babel-jest from 27.3.0 to 27.3.1
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.3.0 to 27.3.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.3.1/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20 08:03:24 +02:00
dependabot[bot]
12990af462 fix(deps): bump @mdi/font from 6.2.95 to 6.3.95
Bumps [@mdi/font](https://github.com/Templarian/MaterialDesign-Webfont) from 6.2.95 to 6.3.95.
- [Release notes](https://github.com/Templarian/MaterialDesign-Webfont/releases)
- [Commits](https://github.com/Templarian/MaterialDesign-Webfont/compare/v6.2.95...v6.3.95)

---
updated-dependencies:
- dependency-name: "@mdi/font"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 15:44:50 +02:00
dependabot[bot]
bd58f5a424 chore(deps-dev): bump eslint-plugin-jest from 25.2.1 to 25.2.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.2.1 to 25.2.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.1...v25.2.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 15:31:44 +02:00
dependabot[bot]
539c7fc2d8 chore(deps-dev): bump babel-jest from 27.2.5 to 27.3.0
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.2.5 to 27.3.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.3.0/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 15:15:51 +02:00
dependabot[bot]
3669ea52ed fix(deps): bump simple-icons from 5.18.0 to 5.19.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.18.0...5.19.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 13:59:47 +02:00
dependabot[bot]
6e02b93322 chore(deps-dev): bump stylelint-config-prettier from 9.0.2 to 9.0.3
Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/prettier/stylelint-config-prettier/releases)
- [Commits](https://github.com/prettier/stylelint-config-prettier/compare/v9.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: stylelint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 14:21:24 +02:00
dependabot[bot]
d68c5ec5f2 chore(deps-dev): bump eslint-plugin-jest from 25.0.5 to 25.2.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.0.5 to 25.2.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.5...v25.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 14:13:42 +02:00
dependabot[bot]
75f11fe5fb fix(deps): bump mux.js from 5.14.0 to 5.14.1
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/videojs/mux.js/releases)
- [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/mux.js/compare/v5.14.0...v5.14.1)

---
updated-dependencies:
- dependency-name: mux.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 14:05:38 +02:00
dependabot[bot]
9d18bf0e44 fix(deps): bump shaka-player from 3.2.0 to 3.2.1
Bumps [shaka-player](https://github.com/google/shaka-player) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/google/shaka-player/releases)
- [Changelog](https://github.com/google/shaka-player/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/shaka-player/compare/v3.2.0...v3.2.1)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 13:44:44 +02:00
dependabot[bot]
c3df5cbbac chore(deps-dev): bump eslint-plugin-import from 2.24.2 to 2.25.2
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.2 to 2.25.2.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 11:22:18 +02:00
Fernando Fernández
ae7f8c5ff8 chore(lint): fix https in package-lock.json 2021-10-13 10:09:52 +02:00
dependabot[bot]
dafd2b4535 chore(deps-dev): bump eslint-plugin-jest from 24.5.2 to 25.0.5
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.5.2 to 25.0.5.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.5.2...v25.0.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 10:09:52 +02:00
dependabot[bot]
66f2d6ef51 chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.2
Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 8.0.2 to 9.0.2.
- [Release notes](https://github.com/prettier/stylelint-config-prettier/releases)
- [Commits](https://github.com/prettier/stylelint-config-prettier/compare/v8.0.2...v9.0.2)

---
updated-dependencies:
- dependency-name: stylelint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 09:44:43 +02:00
dependabot[bot]
9dbc3ea456 fix(deps): bump core-js from 3.18.2 to 3.18.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.2 to 3.18.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.18.2...v3.18.3)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 07:47:43 +02:00
dependabot[bot]
056b084ef2 chore(deps-dev): bump eslint-plugin-jsdoc from 36.1.0 to 36.1.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.1.0 to 36.1.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.1.0...v36.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 13:52:56 +02:00
dependabot[bot]
f30fc7afab chore(deps-dev): bump @types/js-cookie from 2.2.7 to 3.0.0
Bumps [@types/js-cookie](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-cookie) from 2.2.7 to 3.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-cookie)

---
updated-dependencies:
- dependency-name: "@types/js-cookie"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 13:45:20 +02:00
dependabot[bot]
ad27fb16ce fix(deps): bump simple-icons from 5.17.0 to 5.18.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.17.0...5.18.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 13:36:05 +02:00
dependabot[bot]
561ee62091 chore(deps-dev): bump lint-staged from 11.2.0 to 11.2.3
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.0 to 11.2.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v11.2.0...v11.2.3)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 13:27:27 +02:00
dependabot[bot]
9135a944ae chore(deps-dev): bump @commitlint/cli from 13.2.0 to 13.2.1
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v13.2.0...v13.2.1)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-11 13:16:12 +02:00
Thibault Nocchi
38a02a2a0f chore: update with npm update command 2021-10-09 14:08:09 +02:00
Thibault Nocchi
d7f439e163 chore: update all dependencies 2021-10-09 14:08:09 +02:00
dependabot[bot]
ea7ca44741 chore(deps-dev): bump eslint-plugin-vue from 7.16.0 to 7.19.1
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.16.0 to 7.19.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.16.0...v7.19.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-08 20:19:14 +02:00
dependabot[bot]
9158f0f4dd chore(deps-dev): bump babel-jest from 27.0.6 to 27.1.0
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.0.6 to 27.1.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.1.0/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-03 21:19:13 +09:00
MrTimscampi
4bfe1e56c6 chore(package): regenerate lockfile 2021-08-27 16:17:54 +02:00
MrTimscampi
46f7eb921f chore(deps): update @jellyfin/client-axios to 10.7.7 2021-08-27 13:13:35 +02:00
dependabot[bot]
254f3f471b chore(deps-dev): bump husky from 7.0.1 to 7.0.2
Bumps [husky](https://github.com/typicode/husky) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 14:18:51 +02:00
dependabot[bot]
1fab16a574 chore(deps-dev): bump eslint-plugin-jsdoc from 36.0.7 to 36.0.8
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.0.7 to 36.0.8.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.0.7...v36.0.8)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 14:18:13 +02:00
dependabot[bot]
47e484aad0 chore(deps-dev): bump axe-core from 4.3.2 to 4.3.3
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.3.2...v4.3.3)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 14:17:42 +02:00
dependabot[bot]
622deccfe6 fix(deps): bump mux.js from 5.12.2 to 5.13.0
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.12.2 to 5.13.0.
- [Release notes](https://github.com/videojs/mux.js/releases)
- [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/mux.js/compare/v5.12.2...v5.13.0)

---
updated-dependencies:
- dependency-name: mux.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 14:17:07 +02:00
dependabot[bot]
3f9f34ef4d chore(deps-dev): bump eslint-plugin-import from 2.24.1 to 2.24.2
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.1 to 2.24.2.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 14:16:08 +02:00
dependabot[bot]
046b624d20 chore(deps-dev): bump core-js from 3.16.2 to 3.16.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.2 to 3.16.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.16.2...v3.16.3)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 14:15:20 +02:00
dependabot[bot]
586d367b73 chore(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 3.4.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 13:21:49 +02:00
dependabot[bot]
8fed57dedd fix(deps): bump simple-icons from 5.10.0 to 5.11.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.10.0...5.11.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 13:20:58 +02:00
MrTimscampi
973c6b3cae chore(nuxt): migrate to nuxtjs/i18n 2021-08-22 05:48:50 +02:00
dependabot[bot]
50bcedd6ca fix(deps): bump simple-icons from 5.9.0 to 5.10.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.9.0...5.10.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:59:08 +02:00
dependabot[bot]
75baba6991 chore(deps-dev): bump eslint-plugin-lodash from 7.2.0 to 7.3.0
Bumps [eslint-plugin-lodash](https://github.com/wix/eslint-plugin-lodash) from 7.2.0 to 7.3.0.
- [Release notes](https://github.com/wix/eslint-plugin-lodash/releases)
- [Changelog](https://github.com/wix/eslint-plugin-lodash/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wix/eslint-plugin-lodash/compare/v7.2.0...v7.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-lodash
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:58:34 +02:00
dependabot[bot]
04055353c2 fix(deps): bump blurhash from 1.1.3 to 1.1.4
Bumps [blurhash](https://github.com/woltapp/blurhash) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/woltapp/blurhash/releases)
- [Commits](https://github.com/woltapp/blurhash/commits)

---
updated-dependencies:
- dependency-name: blurhash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:56:36 +02:00
dependabot[bot]
4bb3206834 chore(deps-dev): bump @testing-library/vue from 5.8.1 to 5.8.2
Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.1...v5.8.2)

---
updated-dependencies:
- dependency-name: "@testing-library/vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:55:41 +02:00
dependabot[bot]
cdc264c5cf fix(deps): bump nuxt from 2.15.7 to 2.15.8
Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.7 to 2.15.8.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.15.7...v2.15.8)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:55:07 +02:00
dependabot[bot]
405daa8e62 chore(deps-dev): bump @types/lodash from 4.14.171 to 4.14.172
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.171 to 4.14.172.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:54:32 +02:00
dependabot[bot]
5253a6bce1 chore(deps-dev): bump core-js from 3.15.2 to 3.16.2
Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.2.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.15.2...v3.16.2)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:52:56 +02:00
dependabot[bot]
ac8d200ee9 fix(deps): bump vue-native-websocket from 2.0.14 to 2.0.15
Bumps [vue-native-websocket](https://github.com/nathantsoi/vue-native-websocket) from 2.0.14 to 2.0.15.
- [Release notes](https://github.com/nathantsoi/vue-native-websocket/releases)
- [Changelog](https://github.com/nathantsoi/vue-native-websocket/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nathantsoi/vue-native-websocket/commits)

---
updated-dependencies:
- dependency-name: vue-native-websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:51:33 +02:00
dependabot[bot]
240ee84219 fix(deps): bump entities from 2.2.0 to 3.0.1
Bumps [entities](https://github.com/fb55/entities) from 2.2.0 to 3.0.1.
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](https://github.com/fb55/entities/compare/v2.2.0...v3.0.1)

---
updated-dependencies:
- dependency-name: entities
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:23:25 +02:00
dependabot[bot]
39320ad6a4 chore(deps-dev): bump @types/body-scroll-lock from 2.6.2 to 3.1.0
Bumps [@types/body-scroll-lock](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-scroll-lock) from 2.6.2 to 3.1.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-scroll-lock)

---
updated-dependencies:
- dependency-name: "@types/body-scroll-lock"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:11:20 +02:00
dependabot[bot]
834c912254 chore(deps-dev): bump eslint-plugin-import from 2.23.4 to 2.24.1
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.23.4 to 2.24.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:10:37 +02:00
dependabot[bot]
02c57724d5 chore(deps-dev): bump @nuxt/types from 2.15.7 to 2.15.8
Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.15.7 to 2.15.8.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.15.7...v2.15.8)

---
updated-dependencies:
- dependency-name: "@nuxt/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:07:52 +02:00
dependabot[bot]
e5e4915519 chore(deps-dev): bump @types/jest from 26.0.24 to 27.0.1
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.24 to 27.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:07:32 +02:00
dependabot[bot]
808928fd20 chore(deps-dev): bump eslint-plugin-vue from 7.14.0 to 7.16.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.14.0 to 7.16.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.14.0...v7.16.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:06:53 +02:00
dependabot[bot]
29be9f0a74 chore(deps-dev): bump eslint-plugin-json from 3.0.0 to 3.1.0
Bumps [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/azeemba/eslint-plugin-json/releases)
- [Commits](https://github.com/azeemba/eslint-plugin-json/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-json
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:05:58 +02:00
dependabot[bot]
3a8d27c597 chore(deps-dev): bump eslint from 7.31.0 to 7.32.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:05:20 +02:00
dependabot[bot]
5a60fc4d32 fix(deps): bump dompurify from 2.3.0 to 2.3.1
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:02:54 +02:00
dependabot[bot]
107fbf28f3 chore(deps-dev): bump axe-core from 4.3.1 to 4.3.2
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.3.1...v4.3.2)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 13:02:08 +02:00
dependabot[bot]
eac4f86d02 chore(deps-dev): bump eslint-plugin-jsdoc from 35.5.0 to 36.0.7
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.5.0 to 36.0.7.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.5.0...v36.0.7)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 08:10:16 +02:00
dependabot[bot]
ebdb4a3b48 fix(deps): bump simple-icons from 5.7.0 to 5.9.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.7.0 to 5.9.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.7.0...5.9.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 08:09:23 +02:00
dependabot[bot]
d9d322a3a3 chore(deps-dev): bump lint-staged from 11.0.1 to 11.1.2
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.0.1 to 11.1.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v11.0.1...v11.1.2)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 08:08:40 +02:00
dependabot[bot]
cf30466144 fix(deps): bump nuxt-i18n from 6.27.3 to 6.28.1
Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.27.3 to 6.28.1.
- [Release notes](https://github.com/nuxt-community/i18n-module/releases)
- [Changelog](https://github.com/nuxt-community/i18n-module/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/i18n-module/compare/v6.27.3...v6.28.1)

---
updated-dependencies:
- dependency-name: nuxt-i18n
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 07:54:12 +02:00
dependabot[bot]
aaf157de33 fix(deps): bump js-cookie from 2.2.1 to 3.0.0
Bumps [js-cookie](https://github.com/js-cookie/js-cookie) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Changelog](https://github.com/js-cookie/js-cookie/blob/master/.release-it.json)
- [Commits](https://github.com/js-cookie/js-cookie/compare/v2.2.1...v3.0.0)

---
updated-dependencies:
- dependency-name: js-cookie
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 07:27:43 +02:00
dependabot[bot]
98cd6ee526 fix(deps): bump date-fns from 2.22.1 to 2.23.0
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.22.1...v2.23.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 07:25:55 +02:00
dependabot[bot]
cc8b2e33ed chore(deps-dev): bump @commitlint/config-conventional
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 12.1.4 to 13.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.1.0)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 07:24:54 +02:00
dependabot[bot]
9c41d67ed8 chore(deps-dev): bump @types/simple-icons from 5.0.1 to 5.8.0
Bumps [@types/simple-icons](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/simple-icons) from 5.0.1 to 5.8.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/simple-icons)

---
updated-dependencies:
- dependency-name: "@types/simple-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 19:09:29 +02:00
dependabot[bot]
40cbbde7e7 chore(deps-dev): bump @commitlint/cli from 12.1.4 to 13.1.0
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint) from 12.1.4 to 13.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.1.4...v13.1.0)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 19:03:22 +02:00
dependabot[bot]
3864fd2185 chore(deps-dev): bump @vue/test-utils from 1.2.1 to 1.2.2
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases)
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.2.2/packages/test-utils)

---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 18:53:54 +02:00
Thibault Nocchi
b2eeee5537 chore(packagelock): yet again fixing auto generated URLs 2021-08-13 10:41:43 +02:00
dependabot[bot]
32a6e1839d chore(deps-dev): bump eslint-plugin-jest from 24.3.6 to 24.4.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.6 to 24.4.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.3.6...v24.4.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 10:23:22 +02:00
dependabot[bot]
a990646eb1 chore(deps-dev): bump eslint-plugin-jsdoc from 35.4.5 to 35.5.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.4.5 to 35.5.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.4.5...v35.5.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-21 20:32:28 +02:00
dependabot[bot]
bdb84b16dd fix(deps): bump vuex-persistedstate from 4.0.0-beta.3 to 4.0.0
Bumps [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) from 4.0.0-beta.3 to 4.0.0.
- [Release notes](https://github.com/robinvdvleuten/vuex-persistedstate/releases)
- [Changelog](https://github.com/robinvdvleuten/vuex-persistedstate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/robinvdvleuten/vuex-persistedstate/compare/v4.0.0-beta.3...v4.0.0)

---
updated-dependencies:
- dependency-name: vuex-persistedstate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 12:27:14 +02:00
dependabot[bot]
033361d2de chore(deps-dev): bump eslint-plugin-vue from 7.13.0 to 7.14.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.13.0 to 7.14.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.13.0...v7.14.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 21:06:54 +02:00
dependabot[bot]
4fcf8b47ab fix(deps): bump simple-icons from 5.6.0 to 5.7.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.6.0...5.7.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 21:06:24 +02:00
dependabot[bot]
36a1e5907b fix(deps): bump vee-validate from 3.4.10 to 3.4.11
Bumps [vee-validate](https://github.com/logaretm/vee-validate) from 3.4.10 to 3.4.11.
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/commits)

---
updated-dependencies:
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 21:06:05 +02:00
dependabot[bot]
76d77467bc chore(deps-dev): bump eslint from 7.30.0 to 7.31.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 7.31.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.30.0...v7.31.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 21:05:04 +02:00
dependabot[bot]
eeca311329 chore(deps-dev): bump eslint-plugin-jsdoc from 35.4.3 to 35.4.5
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.4.3 to 35.4.5.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.4.3...v35.4.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 12:10:18 +02:00
dependabot[bot]
cfcef37170 fix(deps): bump vue-fullscreen from 2.5.1 to 2.5.2
Bumps [vue-fullscreen](https://github.com/mirari/vue-fullscreen) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/mirari/vue-fullscreen/releases)
- [Changelog](https://github.com/mirari/vue-fullscreen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mirari/vue-fullscreen/compare/v2.5.1...v2.5.2)

---
updated-dependencies:
- dependency-name: vue-fullscreen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-18 14:37:04 +02:00
dependabot[bot]
4fdcb253fc chore(deps-dev): bump lint-staged from 11.0.0 to 11.0.1
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v11.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-18 14:36:43 +02:00
dependabot[bot]
25c4515c77 chore(deps-dev): bump axe-core from 4.3.0 to 4.3.1
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-18 14:36:15 +02:00
dependabot[bot]
0ef3ee6ab6 fix(deps): bump shaka-player from 3.1.1 to 3.2.0
Bumps [shaka-player](https://github.com/google/shaka-player) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/google/shaka-player/releases)
- [Changelog](https://github.com/google/shaka-player/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/shaka-player/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-18 14:35:44 +02:00
dependabot[bot]
fe3944e50c fix(deps): bump mux.js from 5.12.1 to 5.12.2
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.12.1 to 5.12.2.
- [Release notes](https://github.com/videojs/mux.js/releases)
- [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/mux.js/compare/v5.12.1...v5.12.2)

---
updated-dependencies:
- dependency-name: mux.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-18 14:25:50 +02:00
dependabot[bot]
025b04fcc6 chore(deps-dev): bump @types/tizen-tv-webapis from 2.0.0 to 2.0.1
Bumps [@types/tizen-tv-webapis](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tizen-tv-webapis) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tizen-tv-webapis)

---
updated-dependencies:
- dependency-name: "@types/tizen-tv-webapis"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-18 14:25:07 +02:00
MrTimscampi
7b0eff070d refactor(shaka-player): remove unused property 2021-07-17 16:05:31 +02:00
Alf Sebastian Houge
a740cae9bb feat(up-next): create UpNext component and add it to the PlayerManager
Create the UpNext component and add it overlaying the video.
2021-07-17 16:05:31 +02:00
MrTimscampi
52c6a7a7be chore: add Tizen typings 2021-07-15 17:20:55 +02:00
dependabot[bot]
9ad6a5422f chore(deps-dev): bump axe-core from 4.2.3 to 4.3.0
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.2.3 to 4.3.0.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.3.0/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.2.3...v4.3.0)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-13 06:23:06 +02:00
dependabot[bot]
a3d2e08718 fix(deps): bump simple-icons from 5.5.0 to 5.6.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.5.0...5.6.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 09:37:15 +02:00
dependabot[bot]
c578e76970 chore(deps-dev): bump @types/nuxtjs__auth from 4.8.7 to 4.8.8
Bumps [@types/nuxtjs__auth](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nuxtjs__auth) from 4.8.7 to 4.8.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nuxtjs__auth)

---
updated-dependencies:
- dependency-name: "@types/nuxtjs__auth"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 16:08:13 +02:00
dependabot[bot]
affb3a13b9 fix(deps): bump mux.js from 5.12.0 to 5.12.1
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.12.0 to 5.12.1.
- [Release notes](https://github.com/videojs/mux.js/releases)
- [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/mux.js/compare/v5.12.0...v5.12.1)

---
updated-dependencies:
- dependency-name: mux.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 16:07:44 +02:00
dependabot[bot]
7bc53d5fb3 chore(deps-dev): bump eslint-plugin-jsdoc from 35.4.1 to 35.4.3
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.4.1 to 35.4.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.4.1...v35.4.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 16:05:40 +02:00
dependabot[bot]
e3242943a3 chore(deps-dev): bump @types/body-scroll-lock from 2.6.1 to 2.6.2
Bumps [@types/body-scroll-lock](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/body-scroll-lock) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/body-scroll-lock)

---
updated-dependencies:
- dependency-name: "@types/body-scroll-lock"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 16:05:12 +02:00
dependabot[bot]
57bad2503b chore(deps-dev): bump @types/qs from 6.9.6 to 6.9.7
Bumps [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs) from 6.9.6 to 6.9.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs)

---
updated-dependencies:
- dependency-name: "@types/qs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 15:08:47 +02:00
dependabot[bot]
52c860b20a fix(deps): bump nuxt-i18n from 6.27.2 to 6.27.3
Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.27.2 to 6.27.3.
- [Release notes](https://github.com/nuxt-community/i18n-module/releases)
- [Changelog](https://github.com/nuxt-community/i18n-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/i18n-module/compare/v6.27.2...v6.27.3)

---
updated-dependencies:
- dependency-name: nuxt-i18n
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 15:08:29 +02:00
dependabot[bot]
c2d5bf2266 fix(deps): bump @fontsource/noto-sans-kr from 4.4.5 to 4.5.0
Bumps [@fontsource/noto-sans-kr](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-kr) from 4.4.5 to 4.5.0.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/@fontsource/noto-sans-kr@4.5.0/packages/noto-sans-kr)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-kr"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 15:05:46 +02:00
dependabot[bot]
fb12463bf6 fix(deps): bump @fontsource/noto-sans-tc from 4.4.5 to 4.5.0
Bumps [@fontsource/noto-sans-tc](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-tc) from 4.4.5 to 4.5.0.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/@fontsource/noto-sans-tc@4.5.0/packages/noto-sans-tc)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-tc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 15:01:23 +02:00
dependabot[bot]
457d4f2348 fix(deps): bump @fontsource/noto-sans from 4.4.5 to 4.5.0
Bumps [@fontsource/noto-sans](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans) from 4.4.5 to 4.5.0.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/@fontsource/noto-sans@4.5.0/packages/noto-sans)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 15:01:00 +02:00
dependabot[bot]
f9e7db87a7 fix(deps): bump @fontsource/noto-sans-jp from 4.4.5 to 4.5.0
Bumps [@fontsource/noto-sans-jp](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-jp) from 4.4.5 to 4.5.0.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/@fontsource/noto-sans-jp@4.5.0/packages/noto-sans-jp)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-jp"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 15:00:44 +02:00
dependabot[bot]
dce56010a1 fix(deps): bump @fontsource/noto-sans-sc from 4.4.5 to 4.5.0
Bumps [@fontsource/noto-sans-sc](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-sc) from 4.4.5 to 4.5.0.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/@fontsource/noto-sans-sc@4.5.0/packages/noto-sans-sc)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-sc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 14:34:41 +02:00
dependabot[bot]
8fa264dc2e fix(deps): bump @fontsource/noto-sans-hk from 4.4.5 to 4.5.0
Bumps [@fontsource/noto-sans-hk](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-hk) from 4.4.5 to 4.5.0.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/@fontsource/noto-sans-hk@4.5.0/packages/noto-sans-hk)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-hk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-10 14:34:26 +02:00
dependabot[bot]
a692481f5e chore(deps-dev): bump eslint-plugin-vue from 7.12.1 to 7.13.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.12.1 to 7.13.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.12.1...v7.13.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 10:03:53 +02:00
dependabot[bot]
73331c5c07 chore(deps-dev): bump @types/jest from 26.0.23 to 26.0.24
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.23 to 26.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 10:03:28 +02:00
dependabot[bot]
4ea9d3b089 chore(deps-dev): bump @types/cookie from 0.4.0 to 0.4.1
Bumps [@types/cookie](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cookie) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cookie)

---
updated-dependencies:
- dependency-name: "@types/cookie"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:48:05 +02:00
dependabot[bot]
f1d7146a26 chore(deps-dev): bump @types/he from 1.1.1 to 1.1.2
Bumps [@types/he](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/he) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/he)

---
updated-dependencies:
- dependency-name: "@types/he"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:47:56 +02:00
dependabot[bot]
77d955e8f6 chore(deps-dev): bump @types/js-cookie from 2.2.6 to 2.2.7
Bumps [@types/js-cookie](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-cookie) from 2.2.6 to 2.2.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-cookie)

---
updated-dependencies:
- dependency-name: "@types/js-cookie"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:46:14 +02:00
dependabot[bot]
a826a17912 chore(deps-dev): bump @types/simple-icons from 5.0.0 to 5.0.1
Bumps [@types/simple-icons](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/simple-icons) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/simple-icons)

---
updated-dependencies:
- dependency-name: "@types/simple-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:45:49 +02:00
dependabot[bot]
5b1f203b4f fix(deps): bump dompurify from 2.2.9 to 2.3.0
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.9 to 2.3.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.9...2.3.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:45:27 +02:00
dependabot[bot]
22ec44d6ab chore(deps-dev): bump @testing-library/vue from 5.8.0 to 5.8.1
Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.0...v5.8.1)

---
updated-dependencies:
- dependency-name: "@testing-library/vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:44:59 +02:00
dependabot[bot]
af83c1f573 chore(deps-dev): bump @types/dompurify from 2.2.2 to 2.2.3
Bumps [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify)

---
updated-dependencies:
- dependency-name: "@types/dompurify"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:35:22 +02:00
dependabot[bot]
d3db0bcc33 chore(deps-dev): bump husky from 7.0.0 to 7.0.1
Bumps [husky](https://github.com/typicode/husky) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:34:57 +02:00
dependabot[bot]
984271465a chore(deps-dev): bump @types/lodash from 4.14.170 to 4.14.171
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.170 to 4.14.171.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:34:32 +02:00
dependabot[bot]
fc071142d3 chore(deps-dev): bump @types/uuid from 8.3.0 to 8.3.1
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 05:18:37 +02:00
dependabot[bot]
72f18e4528 fix(deps): bump simple-icons from 5.4.0 to 5.5.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.4.0...5.5.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 05:18:07 +02:00
dependabot[bot]
174bb9d8a7 chore(deps-dev): bump @types/wicg-mediasession from 1.1.1 to 1.1.2
Bumps [@types/wicg-mediasession](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wicg-mediasession) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wicg-mediasession)

---
updated-dependencies:
- dependency-name: "@types/wicg-mediasession"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 18:15:23 +02:00
dependabot[bot]
be804eda65 chore(deps-dev): bump eslint from 7.29.0 to 7.30.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.29.0...v7.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 11:52:42 +02:00
dependabot[bot]
49eafe6138 chore(deps-dev): bump @types/swiper from 5.4.2 to 5.4.3
Bumps [@types/swiper](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/swiper) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/swiper)

---
updated-dependencies:
- dependency-name: "@types/swiper"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 11:52:05 +02:00
dependabot[bot]
8a8ff53471 fix(deps): bump mux.js from 5.11.3 to 5.12.0
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.11.3 to 5.12.0.
- [Release notes](https://github.com/videojs/mux.js/releases)
- [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/mux.js/compare/v5.11.3...v5.12.0)

---
updated-dependencies:
- dependency-name: mux.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 11:42:54 +02:00
dependabot[bot]
2942c21de4 chore(deps-dev): bump husky from 6.0.0 to 7.0.0
Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 11:11:23 +02:00
dependabot[bot]
e9a2536650 fix(deps): bump mux.js from 5.11.2 to 5.11.3
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.11.2 to 5.11.3.
- [Release notes](https://github.com/videojs/mux.js/releases)
- [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/mux.js/compare/v5.11.2...v5.11.3)

---
updated-dependencies:
- dependency-name: mux.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 09:00:08 +02:00
dependabot[bot]
4c9aee187c chore(deps-dev): bump eslint-plugin-jsdoc from 35.4.0 to 35.4.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.4.0 to 35.4.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.4.0...v35.4.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 10:32:55 +02:00
dependabot[bot]
7bbe5c95e6 chore(deps-dev): bump @testing-library/vue from 5.7.0 to 5.8.0
Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.7.0...v5.8.0)

---
updated-dependencies:
- dependency-name: "@testing-library/vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 10:32:16 +02:00
dependabot[bot]
9468c4d240 chore(deps-dev): bump core-js from 3.15.1 to 3.15.2
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.15.2/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 10:31:09 +02:00
dependabot[bot]
662e2f6160 chore(deps-dev): bump @types/wicg-mediasession from 1.1.0 to 1.1.1
Bumps [@types/wicg-mediasession](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wicg-mediasession) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wicg-mediasession)

---
updated-dependencies:
- dependency-name: "@types/wicg-mediasession"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 08:09:32 +02:00
dependabot[bot]
c7d448ca87 chore(deps-dev): bump babel-jest from 27.0.5 to 27.0.6
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.0.5 to 27.0.6.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.0.6/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29 08:07:29 +02:00
dependabot[bot]
6e3f09dde6 fix(deps): bump simple-icons from 5.3.0 to 5.4.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.3.0...5.4.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 03:21:28 +02:00
dependabot[bot]
9b4fbecea6 chore(deps-dev): bump prettier from 2.3.1 to 2.3.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-27 00:13:14 +02:00
dependabot[bot]
167e7167b9 chore(deps-dev): bump @testing-library/vue from 5.6.2 to 5.7.0
Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.6.2 to 5.7.0.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.6.2...v5.7.0)

---
updated-dependencies:
- dependency-name: "@testing-library/vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-26 10:34:16 +02:00
dependabot[bot]
0679207959 chore(deps-dev): bump eslint-plugin-vue from 7.11.1 to 7.12.1
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.11.1 to 7.12.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.11.1...v7.12.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-26 10:33:40 +02:00
dependabot[bot]
fd369b4c8a chore(deps-dev): bump core-js from 3.15.0 to 3.15.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.15.0 to 3.15.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.15.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-26 10:33:10 +02:00
dependabot[bot]
cfcecd7aef chore(deps-dev): bump babel-jest from 27.0.2 to 27.0.5
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.0.2 to 27.0.5.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.0.5/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-26 10:32:56 +02:00
dependabot[bot]
08ad9b32ae chore(deps-dev): bump axe-core from 4.2.2 to 4.2.3
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.2.3/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.2.2...v4.2.3)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-26 10:32:38 +02:00
dependabot[bot]
62ae57a47f fix(deps): bump mux.js from 5.11.1 to 5.11.2
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.11.1 to 5.11.2.
- [Release notes](https://github.com/videojs/mux.js/releases)
- [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/mux.js/compare/v5.11.1...v5.11.2)

---
updated-dependencies:
- dependency-name: mux.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-25 15:07:25 +02:00
dependabot[bot]
1f77eb1e21 fix(deps): bump mux.js from 5.11.0 to 5.11.1
Bumps [mux.js](https://github.com/videojs/mux.js) from 5.11.0 to 5.11.1.
- [Release notes](https://github.com/videojs/mux.js/releases)
- [Changelog](https://github.com/videojs/mux.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/mux.js/compare/v5.11.0...v5.11.1)

---
updated-dependencies:
- dependency-name: mux.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 13:38:15 +02:00
dependabot[bot]
c8497b3cb6 fix(deps): bump nuxt-i18n from 6.27.1 to 6.27.2
Bumps [nuxt-i18n](https://github.com/nuxt-community/i18n-module) from 6.27.1 to 6.27.2.
- [Release notes](https://github.com/nuxt-community/i18n-module/releases)
- [Changelog](https://github.com/nuxt-community/i18n-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/i18n-module/compare/v6.27.1...v6.27.2)

---
updated-dependencies:
- dependency-name: nuxt-i18n
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 07:32:56 +02:00
dependabot[bot]
bbf81795fb chore(deps-dev): bump eslint-plugin-jsdoc from 35.3.2 to 35.4.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.3.2 to 35.4.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.3.2...v35.4.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-22 15:44:15 +02:00
dependabot[bot]
02b8360f81 fix(deps): bump vee-validate from 3.4.9 to 3.4.10
Bumps [vee-validate](https://github.com/logaretm/vee-validate) from 3.4.9 to 3.4.10.
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/compare/v3.4.9...v3.4.10)

---
updated-dependencies:
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 22:54:33 +02:00
dependabot[bot]
7879dda03f chore(deps-dev): bump eslint-plugin-jsdoc from 35.3.0 to 35.3.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.3.0 to 35.3.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.3.0...v35.3.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 22:41:46 +02:00
dependabot[bot]
ebc7760f60 fix(deps): bump simple-icons from 5.2.0 to 5.3.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.2.0...5.3.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 22:40:18 +02:00
dependabot[bot]
206dbb42d5 chore(deps-dev): bump eslint from 7.28.0 to 7.29.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.28.0...v7.29.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 22:39:15 +02:00
dependabot[bot]
8c10d7caa0 chore(deps-dev): bump core-js from 3.14.0 to 3.15.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.15.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 22:38:39 +02:00
MrTimscampi
c08ddb01b2 chore(deps): attempt to unfuck dependencies 2021-06-17 18:26:26 +02:00
MrTimscampi
0bcca3014f chore(deps): remove dependencies causing issues with dependabot 2021-06-17 18:26:26 +02:00
dependabot[bot]
6c37221d95 fix(deps): bump nuxt from 2.15.6 to 2.15.7
Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.15.6 to 2.15.7.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.15.6...v2.15.7)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 18:26:26 +02:00
dependabot[bot]
b3635296e2 chore(deps-dev): bump eslint-plugin-jsdoc from 35.2.0 to 35.3.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.2.0 to 35.3.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.2.0...v35.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 17:00:03 +02:00
dependabot[bot]
d1bd142649 fix(deps): bump shaka-player from 3.1.0 to 3.1.1
Bumps [shaka-player](https://github.com/google/shaka-player) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/google/shaka-player/releases)
- [Changelog](https://github.com/google/shaka-player/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/shaka-player/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 16:59:19 +02:00
dependabot[bot]
29850785ac chore(deps-dev): bump @testing-library/jest-dom from 5.13.0 to 5.14.1
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.13.0 to 5.14.1.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.13.0...v5.14.1)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 21:32:57 +02:00
dependabot[bot]
a1e2cf1538 fix(deps): bump simple-icons from 5.1.0 to 5.2.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 21:32:18 +02:00
dependabot[bot]
bcaedab885 chore(deps-dev): bump eslint-plugin-jsdoc from 35.1.3 to 35.2.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.1.3 to 35.2.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.1.3...v35.2.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 21:31:41 +02:00
dependabot[bot]
3791083706 chore(deps-dev): bump eslint-plugin-vue from 7.10.0 to 7.11.1
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.10.0 to 7.11.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.10.0...v7.11.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 21:31:12 +02:00
dependabot[bot]
904936196f chore(deps-dev): bump @nuxtjs/vuetify from 1.11.3 to 1.12.1
Bumps [@nuxtjs/vuetify](https://github.com/nuxt-community/vuetify-module) from 1.11.3 to 1.12.1.
- [Release notes](https://github.com/nuxt-community/vuetify-module/releases)
- [Changelog](https://github.com/nuxt-community/vuetify-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/vuetify-module/compare/v1.11.3...v1.12.1)

---
updated-dependencies:
- dependency-name: "@nuxtjs/vuetify"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 17:21:11 +02:00
dependabot[bot]
db768cae48 chore(deps-dev): bump eslint-plugin-jsdoc from 35.1.2 to 35.1.3
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.1.2 to 35.1.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.1.2...v35.1.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 11:51:29 +02:00
dependabot[bot]
2fe6265dc0 fix(deps): bump @fontsource/noto-sans-sc from 4.4.2 to 4.4.5
Bumps [@fontsource/noto-sans-sc](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-sc) from 4.4.2 to 4.4.5.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-sc/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-sc)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-sc"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 11:45:50 +02:00
dependabot[bot]
119ae93bff fix(deps): bump @fontsource/noto-sans-kr from 4.4.2 to 4.4.5
Bumps [@fontsource/noto-sans-kr](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-kr) from 4.4.2 to 4.4.5.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-kr/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-kr)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-kr"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 02:05:22 +02:00
dependabot[bot]
3250777f7e fix(deps): bump vue-fullscreen from 2.3.5 to 2.5.1
Bumps [vue-fullscreen](https://github.com/mirari/vue-fullscreen) from 2.3.5 to 2.5.1.
- [Release notes](https://github.com/mirari/vue-fullscreen/releases)
- [Changelog](https://github.com/mirari/vue-fullscreen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mirari/vue-fullscreen/compare/2.3.5...v2.5.1)

---
updated-dependencies:
- dependency-name: vue-fullscreen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 23:23:04 +02:00
dependabot[bot]
6fe9500fb3 chore(deps-dev): bump core-js from 3.13.1 to 3.14.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.1 to 3.14.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.14.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 21:31:15 +02:00
dependabot[bot]
404563edaf chore(deps-dev): bump eslint from 7.27.0 to 7.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 7.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.27.0...v7.28.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 21:30:53 +02:00
dependabot[bot]
5d92071235 fix(deps): bump @nuxtjs/axios from 5.13.5 to 5.13.6
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.13.5 to 5.13.6.
- [Release notes](https://github.com/nuxt-community/axios-module/releases)
- [Changelog](https://github.com/nuxt-community/axios-module/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.13.5...v5.13.6)

---
updated-dependencies:
- dependency-name: "@nuxtjs/axios"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 03:44:44 +02:00
dependabot[bot]
5d7556bd97 fix(deps): bump @fontsource/noto-sans-jp from 4.4.2 to 4.4.5
Bumps [@fontsource/noto-sans-jp](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-jp) from 4.4.2 to 4.4.5.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-jp/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-jp)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-jp"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 03:43:00 +02:00
dependabot[bot]
089e62599e fix(deps): bump @fontsource/noto-sans-hk from 4.4.2 to 4.4.5
Bumps [@fontsource/noto-sans-hk](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-hk) from 4.4.2 to 4.4.5.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-hk/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-hk)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-hk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 02:58:46 +02:00
dependabot[bot]
b51ccae0be fix(deps): bump @fontsource/noto-sans-tc from 4.4.2 to 4.4.5
Bumps [@fontsource/noto-sans-tc](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-tc) from 4.4.2 to 4.4.5.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-tc/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-tc)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-tc"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 02:57:12 +02:00
dependabot[bot]
abb197b704 chore(deps-dev): bump prettier from 2.3.0 to 2.3.1
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 02:51:19 +02:00
dependabot[bot]
88152acbf0 fix(deps): bump @fontsource/noto-sans from 4.4.2 to 4.4.5
Bumps [@fontsource/noto-sans](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans) from 4.4.2 to 4.4.5.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 12:13:53 +02:00
dependabot[bot]
17ec452805 fix(deps): bump vee-validate from 3.4.8 to 3.4.9
Bumps [vee-validate](https://github.com/logaretm/vee-validate) from 3.4.8 to 3.4.9.
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/compare/v3.4.8...v3.4.9)

---
updated-dependencies:
- dependency-name: vee-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 12:08:11 +02:00
dependabot[bot]
154d20a34e fix(deps): bump simple-icons from 5.0.0 to 5.1.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/5.0.0...5.1.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 12:05:45 +02:00
dependabot[bot]
7913b6f07f chore(deps-dev): bump @testing-library/jest-dom from 5.12.0 to 5.13.0
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.12.0...v5.13.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 15:10:38 +02:00
dependabot[bot]
e230e19b3c chore(deps-dev): bump axe-core from 4.2.1 to 4.2.2
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.2.2/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 15:10:24 +02:00
dependabot[bot]
477412db52 fix(deps): bump @fontsource/noto-sans-hk from 4.3.0 to 4.4.2
Bumps [@fontsource/noto-sans-hk](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-hk) from 4.3.0 to 4.4.2.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-hk/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-hk)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-hk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:53:31 +02:00
dependabot[bot]
67ae79890e fix(deps): bump @fontsource/noto-sans from 4.4.0 to 4.4.2
Bumps [@fontsource/noto-sans](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:25:36 +02:00
dependabot[bot]
727915ca3f fix(deps): bump @fontsource/noto-sans-sc from 4.3.0 to 4.4.2
Bumps [@fontsource/noto-sans-sc](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-sc) from 4.3.0 to 4.4.2.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-sc/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-sc)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-sans-sc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:25:19 +02:00
dependabot[bot]
7c2a1de8bb chore(deps-dev): bump eslint-plugin-jsdoc from 35.0.0 to 35.1.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.0.0 to 35.1.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.0.0...v35.1.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:13:06 +02:00
dependabot[bot]
2dbd34a6a5 chore(deps-dev): bump core-js from 3.13.0 to 3.13.1
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.13.1/packages/core-js)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:12:40 +02:00
dependabot[bot]
dde13fdcb9 fix(deps): bump dompurify from 2.2.8 to 2.2.9
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.8 to 2.2.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.2.8...2.2.9)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:12:07 +02:00
dependabot[bot]
9e3a71f579 chore(deps-dev): bump @types/simple-icons from 4.14.0 to 5.0.0
Bumps [@types/simple-icons](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/simple-icons) from 4.14.0 to 5.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/simple-icons)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:11:44 +02:00
dependabot[bot]
4682fdd656 fix(deps): bump @fontsource/noto-sans-jp from 4.3.0 to 4.4.2
Bumps [@fontsource/noto-sans-jp](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-jp) from 4.3.0 to 4.4.2.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-jp/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-jp)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:11:14 +02:00
dependabot[bot]
4d5b9a2818 fix(deps): bump @fontsource/noto-sans-kr from 4.3.0 to 4.4.2
Bumps [@fontsource/noto-sans-kr](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-kr) from 4.3.0 to 4.4.2.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-kr/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-kr)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 12:01:29 +02:00
dependabot[bot]
921233caf0 fix(deps): bump vee-validate from 3.4.7 to 3.4.8
Bumps [vee-validate](https://github.com/logaretm/vee-validate) from 3.4.7 to 3.4.8.
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/compare/v3.4.7...v3.4.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 14:19:54 +02:00
dependabot[bot]
f94b988977 chore(deps-dev): bump babel-jest from 27.0.1 to 27.0.2
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.0.1 to 27.0.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.0.2/packages/babel-jest)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:47:09 +02:00
dependabot[bot]
fadf7661de fix(deps): bump @fontsource/noto-sans-tc from 4.3.0 to 4.4.2
Bumps [@fontsource/noto-sans-tc](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans-tc) from 4.3.0 to 4.4.2.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans-tc/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans-tc)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:46:31 +02:00
dependabot[bot]
694767c591 chore(deps-dev): bump eslint-plugin-import from 2.23.3 to 2.23.4
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.23.3 to 2.23.4.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...v2.23.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:45:37 +02:00
dependabot[bot]
bc9186dbce fix(deps): bump date-fns from 2.21.3 to 2.22.1
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.21.3 to 2.22.1.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.21.3...v2.22.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:40:26 +02:00
dependabot[bot]
b8c8a11271 fix(deps): bump simple-icons from 4.18.0 to 5.0.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 4.18.0 to 5.0.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/4.18.0...5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:39:49 +02:00
dependabot[bot]
a66d05c91a chore(deps-dev): bump eslint-plugin-vue from 7.9.0 to 7.10.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.9.0...v7.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 13:24:30 +02:00
MrTimscampi
f78f1ecbaf feat(videoosd): further work on the video OSD 2021-05-28 11:12:41 +02:00
MrTimscampi
41113df981 feat(video-osd): implement proper OSD design
Based on @Perseusdehond's design
2021-05-28 11:12:41 +02:00
dependabot[bot]
582fa63162 fix(deps): bump vee-validate from 3.4.6 to 3.4.7
Bumps [vee-validate](https://github.com/logaretm/vee-validate) from 3.4.6 to 3.4.7.
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/compare/v3.4.6...v3.4.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:49:03 +02:00
dependabot[bot]
bf72a57638 fix(deps): bump @fontsource/noto-sans from 4.3.0 to 4.4.0
Bumps [@fontsource/noto-sans](https://github.com/fontsource/fontsource/tree/HEAD/packages/noto-sans) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/packages/noto-sans/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/packages/noto-sans)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:48:48 +02:00
dependabot[bot]
7dca7b582b chore(deps-dev): bump @nuxtjs/eslint-config from 6.0.0 to 6.0.1
Bumps [@nuxtjs/eslint-config](https://github.com/nuxt/eslint-config) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@6.0.0...@nuxtjs/eslint-config@6.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:48:34 +02:00
dependabot[bot]
0483990c48 fix(deps): bump @nuxtjs/axios from 5.13.4 to 5.13.5
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.13.4 to 5.13.5.
- [Release notes](https://github.com/nuxt-community/axios-module/releases)
- [Changelog](https://github.com/nuxt-community/axios-module/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.13.4...v5.13.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:36:03 +02:00
dependabot[bot]
c8ecf41e0b chore(deps-dev): bump @nuxtjs/eslint-config-typescript
Bumps [@nuxtjs/eslint-config-typescript](https://github.com/nuxt/eslint-config) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@6.0.0...@nuxtjs/eslint-config-typescript@6.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:35:39 +02:00
dependabot[bot]
bdc8a6ae50 chore(deps-dev): bump eslint-plugin-promise from 4.3.1 to 5.1.0
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.3.1 to 5.1.0.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:26:03 +02:00
dependabot[bot]
cd05a059a0 chore(deps-dev): bump eslint-plugin-jsdoc from 34.8.2 to 35.0.0
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 34.8.2 to 35.0.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v34.8.2...v35.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:19:43 +02:00
dependabot[bot]
e3ad8b281f fix(deps): bump vuetify from 2.4.11 to 2.5.1
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.4.11 to 2.5.1.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.5.1/packages/vuetify)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:18:30 +02:00
dependabot[bot]
0ea2661c7b chore(deps-dev): bump babel-jest from 26.6.3 to 27.0.1
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.3 to 27.0.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.0.1/packages/babel-jest)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:17:45 +02:00
dependabot[bot]
a35dd8d329 chore(deps-dev): bump core-js from 3.12.1 to 3.13.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.13.0/packages/core-js)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:17:21 +02:00
dependabot[bot]
63d67851b3 chore(deps-dev): bump @types/lodash from 4.14.169 to 4.14.170
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.169 to 4.14.170.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 11:12:39 +02:00
dependabot[bot]
7fb992bb5a chore(deps-dev): bump eslint from 7.26.0 to 7.27.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.26.0...v7.27.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 11:12:24 +02:00
dependabot[bot]
d78ca86ea3 chore(deps-dev): bump eslint-plugin-import from 2.23.2 to 2.23.3
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.23.2 to 2.23.3.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.23.2...v2.23.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 11:12:08 +02:00
dependabot[bot]
eb877e8e93 fix(deps): bump vee-validate from 3.4.5 to 3.4.6
Bumps [vee-validate](https://github.com/logaretm/vee-validate) from 3.4.5 to 3.4.6.
- [Release notes](https://github.com/logaretm/vee-validate/releases)
- [Changelog](https://github.com/logaretm/vee-validate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/logaretm/vee-validate/compare/v3.4.5...v3.4.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-24 11:11:49 +02:00
dependabot[bot]
18759ffae3 chore(deps-dev): bump eslint-plugin-jsdoc from 34.8.1 to 34.8.2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 34.8.1 to 34.8.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v34.8.1...v34.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-23 12:50:47 +02:00
dependabot[bot]
fd6079b226 chore(deps-dev): bump @commitlint/config-conventional
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 12.1.3 to 12.1.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.1.3...v12.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 16:55:50 +02:00
dependabot[bot]
38b7ab081b chore(deps-dev): bump axe-core from 4.2.0 to 4.2.1
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.2.1/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 16:55:30 +02:00
dependabot[bot]
08ac452dc8 fix(deps): bump @nuxtjs/axios from 5.13.1 to 5.13.4
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.13.1 to 5.13.4.
- [Release notes](https://github.com/nuxt-community/axios-module/releases)
- [Changelog](https://github.com/nuxt-community/axios-module/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.13.1...v5.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 16:55:09 +02:00