chore: Bump vulnerable dependencies (#36272)

* Bump vite version.

* Rename and bump the vercel/flags dependency.

* Bump all versions of esbuild to one.

* Bump image-size.

* Bump fastify.

* Bump prismjs.
This commit is contained in:
Ivan Vasilov
2025-06-11 11:24:40 +03:00
committed by GitHub
parent 29f62eac1b
commit 64d3d1fb7f
12 changed files with 181 additions and 1120 deletions

View File

@@ -156,7 +156,7 @@
"twoslash": "^0.3.1",
"typescript": "~5.5.0",
"unist-util-visit-parents": "5.1.3",
"vite": "^6.2.6",
"vite": "catalog:",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^3.0.5"
}

View File

@@ -53,7 +53,6 @@
"@tanstack/react-query": "4.35.7",
"@tanstack/react-query-devtools": "4.35.7",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/flags": "^2.6.0",
"@vitejs/plugin-react": "^4.3.4",
"@zip.js/zip.js": "^2.7.29",
"ai": "^3.4.33",
@@ -180,7 +179,7 @@
"tailwindcss": "^3.4.1",
"tsx": "^4.19.3",
"typescript": "~5.5.0",
"vite": "^6.2.6",
"vite": "catalog:",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^3.0.5"
}

View File

@@ -78,6 +78,6 @@
"tsx": "^4.19.3",
"typescript": "~5.5.0",
"unist-builder": "3.0.0",
"vite": "^6.2.6"
"vite": "catalog:"
}
}

View File

@@ -67,9 +67,10 @@
"pnpm": {
"overrides": {
"@supabase/supabase-js>@supabase/auth-js": "2.71.0-rc.4",
"vinxi>esbuild": "0.25.2",
"@tanstack/directive-functions-plugin>vite": "6.2.6",
"@tanstack/react-start-plugin>vite": "6.2.6"
"@tanstack/directive-functions-plugin>vite": "catalog:",
"@tanstack/react-start-plugin>vite": "catalog:",
"esbuild": "^0.25.2",
"payload>image-size": "1.2.1"
},
"neverBuiltDependencies": ["libpg-query"]
},

View File

@@ -35,7 +35,7 @@
"sql-formatter": "^15.0.0",
"tsconfig": "workspace:*",
"typescript": "~5.5.0",
"vite": "^6.2.6",
"vite": "catalog:",
"vitest": "^3.0.5"
}
}

View File

@@ -1,6 +1,6 @@
'use client'
import { FlagValues } from '@vercel/flags/react'
import { FlagValues } from 'flags/react'
import { createContext, PropsWithChildren, useContext, useEffect, useState } from 'react'
import { components } from 'api-types'

View File

@@ -13,7 +13,7 @@
"dependencies": {
"@types/dat.gui": "^0.7.12",
"@usercentrics/cmp-browser-sdk": "^4.42.0",
"@vercel/flags": "^2.6.0",
"flags": "^4.0.0",
"api-types": "workspace:*",
"config": "workspace:*",
"dat.gui": "^0.7.9",

View File

@@ -25,7 +25,7 @@
"pg": "^8.13.1",
"postgres-array": "^3.0.2",
"typescript": "~5.5.0",
"vite": "^6.2.6",
"vite": "catalog:",
"vitest": "^3.0.5"
}
}

View File

@@ -540,7 +540,7 @@
"tsx": "^4.19.3",
"unified": "^11.0.5",
"vfile": "^6.0.3",
"vite": "^6.2.6",
"vite": "catalog:",
"vitest": "^3.0.5"
},
"peerDependencies": {

View File

@@ -96,7 +96,7 @@
"style-dictionary": "^3.7.1",
"tsconfig": "workspace:*",
"typescript": "~5.5.0",
"vite": "^6.2.6",
"vite": "catalog:",
"vitest": "^3.0.5"
},
"peerDependencies": {

1274
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,3 +14,4 @@ catalog:
'@types/react': '^18.3.0'
'@types/react-dom': '^18.3.0'
'valtio': '^1.12.0'
'vite': '^6.2.7'