Skip to content

Commit a5451d0

Browse files
authored
fix: update audited transitive dependencies (#861)
1 parent 91a7dbe commit a5451d0

3 files changed

Lines changed: 30 additions & 23 deletions

File tree

.changeset/patch-fast-uri-qs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'mppx': patch
3+
---
4+
5+
Updated `fast-uri` and `qs` to patched versions, resolving their latest security advisories.

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ overrides:
2626
nanoid@<3.3.18: '3.3.18'
2727
'@modelcontextprotocol/sdk@>=1.10.0 <=1.25.3': '1.26.0'
2828
'@modelcontextprotocol/server': '2.0.0-alpha.2'
29-
qs@>=6.7.0 <=6.15.1: '6.15.2'
29+
qs@>=6.7.0 <6.16.0: '6.16.0'
3030
ip-address@<=10.3.0: '10.3.1'
3131
readdir-glob@<3.0.0: '3.0.0'
3232
minimatch@>=5.0.0 <5.1.8: '5.1.8'
@@ -37,7 +37,7 @@ overrides:
3737
file-type: 'catalog:'
3838
flatted@<=3.4.1: '>=3.4.2'
3939
follow-redirects@<=1.15.11: '1.16.0'
40-
fast-uri@<3.1.5: '3.1.5'
40+
fast-uri@<3.1.6: '3.1.6'
4141
hono@<4.12.34: '4.12.34'
4242
'@hono/node-server@<2.0.10': '2.0.10'
4343
undici@>=7.0.0 <7.28.0: '7.28.0'
@@ -73,14 +73,15 @@ minimumReleaseAgeExclude:
7373
- esbuild@0.28.1
7474
- body-parser@2.3.0
7575
- brace-expansion@5.0.9
76-
- fast-uri@3.1.5
76+
- fast-uri@3.1.6
7777
- hono@4.12.34
7878
- ip-address@10.3.1
7979
- js-yaml@4.3.1
8080
- nanoid@3.3.18
8181
- ox@0.14.33
8282
- postcss@8.5.23
8383
- protobufjs@7.6.5
84+
- qs@6.16.0
8485
- tar@7.5.21
8586
- tmp@0.2.7
8687
- socket.io-parser@4.2.7

0 commit comments

Comments
 (0)