File tree Expand file tree Collapse file tree
generators/express_rate_limit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func (g *Generator) Generate(ctx *dotapi.Context) error {
3131 if err := ctx .State .UpdateJSON ("package.json" , func (d * state.JSONDoc ) error {
3232 d .Merge (map [string ]interface {}{
3333 "dependencies" : map [string ]interface {}{
34- "express-rate-limit" : "^7.4.1 " ,
34+ "express-rate-limit" : "^8.5.2 " ,
3535 },
3636 })
3737 return nil
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"
44
55var Manifest = dotapi.Manifest {
66 Name : "express_rate_limit" ,
7- Version : "0.1 .0" ,
7+ Version : "0.2 .0" ,
88 Description : "Adds express-rate-limit with a default 100 req/15min window applied globally" ,
99 DependsOn : []string {"express_server_entrypoint" },
1010 Outputs : []string {"src/shared/middlewares/rate-limit.middleware.ts" },
You can’t perform that action at this time.
0 commit comments