chore: update all npm dependencies (#4486)

Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com>
This commit is contained in:
Piyush Gupta
2024-12-18 15:32:43 +05:30
committed by GitHub
parent 8936ce928f
commit 36bf445370
33 changed files with 5133 additions and 5934 deletions
@@ -1,5 +1,4 @@
/* eslint-disable no-constant-condition -- Required for the while loop */
/* eslint-disable @typescript-eslint/no-unnecessary-condition -- Required for a while loop here */
import { createId } from "@paralleldrive/cuid2";
import { Prisma } from "@prisma/client";
@@ -1,9 +1,6 @@
/* eslint-disable @typescript-eslint/no-unsafe-call -- required for any type */
/* eslint-disable @typescript-eslint/no-unsafe-assignment -- required for any type */
/* eslint-disable @typescript-eslint/no-unsafe-member-access -- required for any type */
/* eslint-disable @typescript-eslint/no-explicit-any -- required for any type */
import type { MigrationScript } from "../../src/scripts/migration-runner";