Skip to content

Commit 0bb84e7

Browse files
chore(deps): bump vulnerable transitive dependencies (#1092)
* chore(deps): bump vulnerable transitive dependencies via resolutions Add yarn resolutions to upgrade path-to-regexp (^8.4.0), picomatch v4 (^4.0.4), and fast-xml-parser (^5.5.6) to patched versions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore(deps): bump @aws-sdk/credential-providers, drop fast-xml-parser resolution Bump @aws-sdk/credential-providers from ^3.1000.0 to ^3.1023.0, which pulls in @aws-sdk/xml-builder@3.972.16 with fast-xml-parser@5.5.8 (patched). This removes the need for a fast-xml-parser resolution override. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent edd37ca commit 0bb84e7

File tree

3 files changed

+707
-611
lines changed

3 files changed

+707
-611
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"node-gyp/glob": "^10.5.0",
3838
"sucrase/glob": "^10.5.0",
3939
"rimraf@npm:5.0.10/glob": "^10.5.0",
40-
"@opentelemetry/resources": "2.5.1"
40+
"@opentelemetry/resources": "2.5.1",
41+
"path-to-regexp": "^8.4.0",
42+
"picomatch@^4": "^4.0.4"
4143
}
4244
}

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@ai-sdk/react": "^3.0.107",
2727
"@ai-sdk/xai": "^3.0.60",
2828
"@auth/prisma-adapter": "^2.11.1",
29-
"@aws-sdk/credential-providers": "^3.1000.0",
29+
"@aws-sdk/credential-providers": "^3.1023.0",
3030
"@codemirror/commands": "^6.6.0",
3131
"@codemirror/lang-cpp": "^6.0.2",
3232
"@codemirror/lang-css": "^6.3.0",

0 commit comments

Comments
 (0)