11944 Commits

Author SHA1 Message Date
Brainslug
65f5e96127 v10.13.1 (#22956) v10.13.1 2024-07-09 16:06:10 +00:00
Hannes Küttner
ecf47a4b65 Added single line error log to TUS datastore (#22954)
* Add error logging on write failure

* Add changeset

* Update with style

* It really doesn't matter.
2024-07-09 15:43:37 +00:00
Rijk van Zanten
9c37f5b09b New Crowdin updates (#22902)
* New translations en-us.yaml (Spanish, Latin America)

* New translations en-us.yaml (French)

* New translations en-us.yaml (Spanish, Chile)

* New translations en-us.yaml (Spanish, Mexico)

* New translations en-us.yaml (Korean)

* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Albanian)

* New translations en-us.yaml (Korean)

* New translations en-us.yaml (Korean)
2024-07-09 17:39:06 +02:00
dependabot[bot]
213fd5fff9 Bump tinymce from 7.1.1 to 7.2.1 (#22944)
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 7.1.1 to 7.2.1.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.2.1/modules/tinymce)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:40:13 +02:00
ian
a3faf6e4c3 Patch websocket test with updated behaviour for handshake auth mode (#22950) 2024-07-09 12:28:06 +02:00
Hannes Küttner
c413d98551 Remove trailing slash from development vite base url (#22949) 2024-07-09 10:14:57 +02:00
Vincent Kempers
ac44525852 Fix truncating of results when sorted by relational field (#22787)
* Add QUERY_LIMIT_MAX to the inner query

* Add QUERY_LIMIT_MAX to the inner query

* Add newlines to fix linter

* Add my username to the contributers.yml

* Different approach for correct relation sort results that keeps the inner query limit

* Update comment

* Trigger blackbox

* Apply query sort after row number sort

* Improve comment slightly

* Revert "Trigger blackbox"

This reverts commit a04f738ac6.

* Add changeset

---------

Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com>
Co-authored-by: ian <licitdev@gmail.com>
2024-07-09 13:41:12 +08:00
Alan Tiller
4bb39ee6d8 Update users.md to add verification_url to Register User request body (#22913)
* Update users.md to add verification_url to Register User request body

* Update contributors.yml
2024-07-08 15:33:44 -04:00
dependabot[bot]
779977e40d Bump @keyv/redis from 2.8.4 to 2.8.5 (#22933)
Bumps [@keyv/redis](https://github.com/jaredwray/keyv) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 09:22:55 +02:00
dependabot[bot]
b2bd6b74f3 Bump ws from 8.17.1 to 8.18.0 (#22931)
Bumps [ws](https://github.com/websockets/ws) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 09:20:42 +02:00
Hannes Küttner
3e3d28760c Only add tus_id filter if TUS_ENABLED is true (#22929) 2024-07-04 13:43:30 -04:00
dependabot[bot]
48cb2c1656 Bump qs from 6.12.1 to 6.12.2 (#22921)
Bumps [qs](https://github.com/ljharb/qs) from 6.12.1 to 6.12.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.12.1...v6.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 08:18:39 +02:00
dependabot[bot]
c609538076 Bump globby from 14.0.1 to 14.0.2 (#22920)
Bumps [globby](https://github.com/sindresorhus/globby) from 14.0.1 to 14.0.2.
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](https://github.com/sindresorhus/globby/compare/v14.0.1...v14.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 08:18:28 +02:00
Joshua Bemenderfer
c8d8fd8d53 Add in missing getRootPath() call to TUS upload. (#22918) 2024-07-03 18:50:26 +00:00
burka
c38d7d4897 Allow to specify ADMIN_TOKEN in ENV (#22059) (#22724)
* Allow to specify ADMIN_TOKEN in ENV (#22059)

* Add changeset

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2024-07-03 11:39:29 -04:00
Brainslug
6628a3032a Allow for cookie authentication in websocket strict mode (#22912) 2024-07-03 14:35:23 +00:00
Aprilia
cbb0c4f541 Prioritize access_token in searchparam over access_token in the cookies when using "strict" mode for websocket authentication (#22888)
* changes

* prioritize query token if present

* prioritize cookie over handshake

* Create moody-bees-pay.md

* Update moody-bees-pay.md

---------

Co-authored-by: Brainslug <tim@brainslug.nl>
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
2024-07-03 12:56:33 +00:00
dependabot[bot]
74992cabfa Bump inquirer from 9.2.23 to 9.3.2 (#22907)
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.2.23 to 9.3.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.23...inquirer@9.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 09:40:43 +02:00
dependabot[bot]
3aff577d33 Bump @types/express-serve-static-core from 4.19.3 to 4.19.5 (#22908)
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) from 4.19.3 to 4.19.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

---
updated-dependencies:
- dependency-name: "@types/express-serve-static-core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 08:12:39 +02:00
dependabot[bot]
d0b699dbfe Bump vue-router from 4.3.3 to 4.4.0 (#22909)
Bumps [vue-router](https://github.com/vuejs/router) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.3.3...v4.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 08:09:25 +02:00
Dominic Preap
e4140deff3 enhance: add collection string generic in ItemService (#22896)
* feat: add collection string generic in ItemService

* Update contributors.yml

* Add changeset

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2024-07-02 16:08:40 -04:00
José Varela
6f2df1d20f Support relative links on images for wysiwyg (#22904) 2024-07-02 15:19:29 -04:00
Brandon Zylstra
6db5578332 minor grammar fix in data-model.md (#22875)
* minor grammar fix in data-model.md

There was an errant word that I removed.

* Update contributors.yml
2024-07-02 13:07:03 -04:00
Brainslug
844d4e7f33 v10.13.0 (#22903) v10.13.0 2024-07-02 17:38:58 +02:00
Rijk van Zanten
a683f2e738 New Crowdin updates (#22824)
* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Spanish, Latin America)

* New translations en-us.yaml (Spanish, Chile)

* New translations en-us.yaml (Spanish, Mexico)

* Update source file en-US.yaml

* New translations en-us.yaml (Croatian)

* New translations en-us.yaml (Korean)

* New translations en-us.yaml (Spanish)
2024-07-02 17:24:13 +02:00
Brainslug
3cc349982f TUS changeset (#22901)
* changeset

* updated changeset

* updated docs

* more prettier

* dictionary
2024-07-02 17:23:20 +02:00
Brainslug
266e043c0e Add support for the TUS protocol (#22673)
* WIP initial TUS tests

* WIP further tus integration

* WIP authenticate uploads

* boilerplate stuff

* Migrated handlers

* resolving type errors

* tackle some build errors

* WIP moving resumable uploads to its own package

* added migration and integrated local file storage into directus files

* cleaned up local store

* cleaned up failed experiments

* prettier

* Add tus_data and tus_id to system data

* Improve file upload progress estimation for multiple files

* bypass creating a revision per uploaded chunk

* fixed accidental commit

* Fix pause/resume for multiple uploads

* Null coalesce all the way

* Added directus locking logic

* prettier

* Small tweak (added resume uploads dialog)

* authentication

* Add remove to resumable uploads

* added delete endpoint and cleaned old service setup

* WIP s3 storage adapter

* Less breaking of interfaces, more breaking of text

* Moved local adapter to its own package

* Prettying some things up

* Sort resumable uploads by creation time

* Fix resumable uploads dialog popping up on second file upload

* Move buttons around & properly handle error

* s3

* A few changes

- Make S3 driver work more reliable
- Move common logic to tus driver class
- Respect `folder` when uploading from a different folder
- Implement cleanup for both local and S3

* synced dependencies

* accept presets

* Remove extra code for folder, as this is handled in presets now

* Rename migration to most recent date

* updated lcokfile

* prettier

* dont fully rely on the sudo service

* removed unused import

* Hide partial file uploads from the API

* satisfy linter

* Refactor tus into storage driver

* Fix merge conflicts

* Update pnpm-lock

* Fix typing issue

* nuked tus driver packages

* updated environment vars

* prettier

* Change type import style

* Fix S3 cleanup

* Use `modified_on` instead of tus creation date

* Pass chunk size to storage drivers

* Add sudo service to scheduled job

* Make cleanup work even if no upload was done before

* Remove "Resume Uploads" interface

* Update packages/env/src/constants/defaults.ts

Co-authored-by: ian <licitdev@gmail.com>

* Add config docs

* Add resumable to dictionary

* moved chunk filter to service

* simplify middleware

* use lodash

* Update api/src/services/tus/data-store.ts

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

* move to devDeps

* package lock

* fixed import

* updated test mocking

* Create a new TUS server handler for every request instead of one global one

* Allow for tree-shaking tus-client

* Rename resumable-uploads.ts to tus.ts

* Extract meta data from uploaded file

* Only consider full parts or the final part for bytesUploaded in S3

* Add additional sanity check to S3 driver

* Remove pause/resume functionality

* fixed file replacement

* Remove unused expose

* Reintroduce defineExpose and expose abort

* Broken file replace

* fixed replacement

* prettier

* added filesize in replace

* update metadata extraction

* Remove unused import

* updated package-lock

* extra validation check

* oops

---------

Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com>
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com>
Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2024-07-02 17:00:59 +02:00
Mohammad Quadri
61466e722e Fix code in "Create A Radio Selector With Icons, SVG, or Images" guide (#22892) 2024-07-02 08:52:38 +02:00
dependabot[bot]
cf35dfcb04 Bump @types/lodash from 4.17.5 to 4.17.6 (#22891)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.5 to 4.17.6.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 07:41:53 +02:00
dependabot[bot]
bbf3c3b2fe Bump @changesets/cli from 2.27.5 to 2.27.7 (#22890)
Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.27.5 to 2.27.7.
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.5...@changesets/cli@2.27.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 07:40:56 +02:00
dependabot[bot]
13cf4551d7 Bump @supabase/storage-js from 2.5.5 to 2.6.0 (#22889)
Bumps [@supabase/storage-js](https://github.com/supabase/storage-js) from 2.5.5 to 2.6.0.
- [Release notes](https://github.com/supabase/storage-js/releases)
- [Changelog](https://github.com/supabase/storage-js/blob/main/.releaserc.json)
- [Commits](https://github.com/supabase/storage-js/compare/v2.5.5...v2.6.0)

---
updated-dependencies:
- dependency-name: "@supabase/storage-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 07:38:30 +02:00
Rijk van Zanten
6f393ff50d Set uploaded_on through Directus flag (#22885)
* Set uploaded_on date in flag

Fixes #22884

* Add changeset

* Fix quotes

* Update .changeset/neat-grapes-kick.md

Co-authored-by: ian <licitdev@gmail.com>

* Improve changeset

---------

Co-authored-by: ian <licitdev@gmail.com>
2024-07-01 13:58:24 -04:00
dependabot[bot]
147678f288 Bump apexcharts from 3.49.1 to 3.49.2 (#22878)
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.49.1 to 3.49.2.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 09:13:35 +02:00
dependabot[bot]
e5f111b219 Bump undici from 6.18.2 to 6.19.2 (#22880)
Bumps [undici](https://github.com/nodejs/undici) from 6.18.2 to 6.19.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.18.2...v6.19.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 09:11:35 +02:00
Ivo Kovačević
a79a2cb67e Fix session verification for shares (#22865)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-06-29 01:06:09 +02:00
PoHsun611
6a4413c7bd Docs: Fix code issue in Interactive Panel Guide (#22864)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-06-28 11:38:08 +02:00
dependabot[bot]
45e1d3e73b Bump graphql from 16.8.2 to 16.9.0 (#22870)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.2 to 16.9.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.8.2...v16.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28 08:47:32 +02:00
dependabot[bot]
5f1838fd3a Bump pg from 8.11.5 to 8.12.0 (#22871)
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.11.5 to 8.12.0.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.12.0/packages/pg)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28 08:46:38 +02:00
Pascal Jufer
7ff5da6522 Account for share when updating stateful sessions (#22867)
* Account for share when updating stateful sessions

* Add changeset
2024-06-27 10:57:29 -04:00
Rijk van Zanten
440d9aa91c Rename feature-requests.yml to draft-feature-requests.yml 2024-06-27 10:55:22 -04:00
Rijk van Zanten
8c8521cf26 Only set default filename disk if none is provided (#22848) 2024-06-27 16:51:05 +02:00
Hannes Küttner
b0d1ad4a16 Fix tooltip arrow (#22858)
* Fix tooltip arrow for high resolutions

* Add changeset

* Account for changed size in offset
2024-06-27 14:58:32 +02:00
dependabot[bot]
22ef4a4dc3 Bump vue-tsc from 2.0.19 to 2.0.22 (#22856)
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.0.19 to 2.0.22.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.22/packages/tsc)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 08:09:42 +02:00
Rijk van Zanten
d6ce1d88f4 Update note on review process (#22853) 2024-06-26 08:50:36 -04:00
dependabot[bot]
27b06a0df2 Bump liquidjs from 10.13.1 to 10.14.0 (#22850)
Bumps [liquidjs](https://github.com/harttle/liquidjs) from 10.13.1 to 10.14.0.
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harttle/liquidjs/compare/v10.13.1...v10.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-26 09:24:44 +02:00
drennvinn
a42633b657 collapse/expand all collections (#22780)
* collapse/expand all collections

* Update contributors.yml

* collapse/expand all collections

* change btn placement and design

* run prettier

* change expand All/None mechanics and design

* Improved expand/collapse state management

* run prettier

* removing unnecessary array

* Simplify state management

* Update visual style

* Add changeset

* Remove unused setter

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2024-06-25 15:38:23 -04:00
Hannes Küttner
68898441f1 Added missing relations to system-data (#22844) 2024-06-25 15:27:57 +02:00
Pascal Jufer
60c5ab3461 Bump pnpm to 9.4.0 & relax engine check to v9 (#22842) 2024-06-25 09:54:13 +00:00
dependabot[bot]
c191be8a85 Bump typedoc-plugin-zod from 1.1.2 to 1.2.0 (#22838)
Bumps [typedoc-plugin-zod](https://github.com/Gerrit0/typedoc-plugin-zod) from 1.1.2 to 1.2.0.
- [Commits](https://github.com/Gerrit0/typedoc-plugin-zod/compare/v1.1.2...v1.2.0)

---
updated-dependencies:
- dependency-name: typedoc-plugin-zod
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 09:29:54 +02:00
dependabot[bot]
1c29cec5eb Bump tar from 7.2.0 to 7.4.0 (#22837)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.2.0 to 7.4.0.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.2.0...v7.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 09:22:02 +02:00