Skip to content

Commit c8dd4cb

Browse files
Kadxyclaude
andcommitted
fix(deps): resolve security vulnerabilities
- Upgrade react-router-dom to ^7.12.0 (XSS via Open Redirects) - Upgrade @aws-sdk/client-s3 and s3-request-presigner to ^3.966.0 - Add resolutions for prismjs ^1.30.0 (DOM Clobbering) - Add resolutions for glob ^10.5.0 (Command injection) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0c103b5 commit c8dd4cb

2 files changed

Lines changed: 848 additions & 856 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@ant-design/icons": "^5.5.1",
2020
"@ant-design/nextjs-registry": "^1.0.0",
2121
"@ant-design/pro-components": "^2.7.19",
22-
"@aws-sdk/client-s3": "^3.658.1",
23-
"@aws-sdk/s3-request-presigner": "^3.658.1",
22+
"@aws-sdk/client-s3": "^3.966.0",
23+
"@aws-sdk/s3-request-presigner": "^3.966.0",
2424
"@fortaine/fetch-event-source": "^3.0.6",
2525
"@types/file-saver": "^2.0.7",
2626
"ai-model-hub": "^1.2.1",
@@ -34,7 +34,7 @@
3434
"react": "^18.3.1",
3535
"react-dom": "^18.3.1",
3636
"react-layout-kit": "^1.9.0",
37-
"react-router-dom": "^6.23.1",
37+
"react-router-dom": "^7.12.0",
3838
"react-syntax-highlighter": "^15.5.0",
3939
"sass": "^1.79.3",
4040
"tiktoken": "^1.0.15",
@@ -61,6 +61,8 @@
6161
"webpack": "^5.95.0"
6262
},
6363
"resolutions": {
64-
"lint-staged/yaml": "^2.2.2"
64+
"lint-staged/yaml": "^2.2.2",
65+
"prismjs": "^1.30.0",
66+
"glob": "^10.5.0"
6567
}
6668
}

0 commit comments

Comments
 (0)