Skip to content

Commit b28cc4b

Browse files
github-actions[bot]mathieusouflis
authored andcommitted
chore(deps): bump express-rate-limit in templates
1 parent 0bc136e commit b28cc4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

generators/express_rate_limit/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

generators/express_rate_limit/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "github.com/version14/dot/pkg/dotapi"
44

55
var 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"},

0 commit comments

Comments
 (0)