Skip to content

Commit

Permalink
chore(dependencies): Fix security issues (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored Aug 19, 2024
1 parent cfe3fbb commit 8ae8223
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 197 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
},
"pnpm": {
"overrides": {
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"ip@<1.1.9": ">=1.1.9",
"es5-ext@>=0.10.0 <0.10.63": ">=0.10.63",
"undici@<=5.28.2": ">=5.28.3",
"ejs@<3.1.10": ">=3.1.10",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
"express@<4.19.2": ">=4.19.2",
"follow-redirects@<=1.15.5": ">=1.15.6",
"undici@<5.28.4": ">=5.28.4"
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=7.0.0 <7.5.10": ">=7.5.10"
}
}
}
Loading

0 comments on commit 8ae8223

Please sign in to comment.