Skip to content

Commit 1ec2470

Browse files
authored
Merge pull request #42 from logto-io/yemq-bump-dependencies
chore(security): bump vite to 6.4.1 and js-yaml to 4.1.1
1 parent a669227 commit 1ec2470

7 files changed

Lines changed: 543 additions & 926 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
},
2525
"pnpm": {
2626
"overrides": {
27-
"nanoid@>=4.0.0 <5.0.9": ">=5.0.9",
28-
"http-proxy-middleware@>=3.0.0 <3.0.5": ">=3.0.5",
29-
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
30-
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2"
27+
"js-yaml@>=4.0.0 <4.1.1": "^4.1.1",
28+
"nanoid@>=4.0.0 <5.0.9": "^5.0.9",
29+
"http-proxy-middleware@>=3.0.0 <3.0.5": "^3.0.5",
30+
"brace-expansion@>=1.0.0 <=1.1.11": "^1.1.12",
31+
"brace-expansion@>=2.0.0 <=2.0.1": "^2.0.2"
3132
}
3233
}
3334
}

0 commit comments

Comments
 (0)