Skip to content

Commit 0bf25ba

Browse files
authored
Merge pull request #289 from cipherstash/fix/cip-2732-2734-2736-security-patches
fix(deps): patch security vulnerabilities (CIP-2732, CIP-2734, CIP-2736)
2 parents 4108c3c + 8639813 commit 0bf25ba

3 files changed

Lines changed: 80 additions & 15 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
"js-yaml": "3.14.2",
5656
"test-exclude": "^7.0.1",
5757
"glob": ">=11.1.0",
58-
"qs": ">=6.14.1"
58+
"qs": ">=6.14.1",
59+
"@isaacs/brace-expansion": ">=5.0.1",
60+
"fast-xml-parser": ">=5.3.4"
5961
},
6062
"peerDependencyRules": {
6163
"ignoreMissing": [

pnpm-lock.yaml

Lines changed: 76 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ catalogs:
1212

1313
security:
1414
'@clerk/nextjs': 6.31.2
15-
next: 15.5.9
15+
next: 15.5.10
1616
vite: 6.4.1

0 commit comments

Comments
 (0)