fix(security): resolved nextjs middleware vulnerability

This commit is contained in:
Waleed Latif
2025-03-24 16:26:01 -07:00
parent 78e701d8bb
commit 4fbe825e2e
4 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"fumadocs-mdx": "^11.5.6",
"fumadocs-ui": "^15.0.16",
"lucide-react": "^0.479.0",
"next": "15.2.1",
"next": "^15.2.3",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
+1 -1
View File
@@ -18,7 +18,7 @@
"fumadocs-mdx": "^11.5.6",
"fumadocs-ui": "^15.0.16",
"lucide-react": "^0.479.0",
"next": "15.2.1",
"next": "^15.2.3",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
+6
View File
@@ -0,0 +1,6 @@
{
"name": "packages",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}
+1
View File
@@ -7,6 +7,7 @@
"": {
"name": "@sim-studio/sdk",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.6.2"
},