Fix axios related dependabot alerts generated against root yarn.lock (#21187)

Fixes the following Dependabot alerts:
https://github.com/twentyhq/twenty/security/dependabot?q=is%3Aopen+package%3Aaxios+manifest%3Ayarn.lock+has%3Apatch

Upgraded the referenced version in root yarn.lock. Creating a separate
PR for the nested ones to keep the updates isolated (e.g.
/seed-dependencies/yarn.lock).
This commit is contained in:
Abdullah.
2026-06-04 04:19:42 +05:00
committed by GitHub
parent 685c0ddd12
commit ccffc4a1ea
3 changed files with 22 additions and 23 deletions
@@ -1,5 +1,6 @@
import { zodResolver } from '@hookform/resolvers/zod';
import { styled } from '@linaria/react';
import { isNonEmptyString } from '@sniptt/guards';
import { useEffect } from 'react';
import { Controller, useForm } from 'react-hook-form';
import { Key } from 'ts-key-enum';