Skip to content

Commit

Permalink
bump ejs dependency in package.json (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsShoham authored May 21, 2024
1 parent 876dfb1 commit 12cd4bc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"dependencies": {
"@bull-board/api": "5.17.1",
"@bull-board/ui": "5.17.1",
"ejs": "^3.1.7",
"ejs": "^3.1.10",
"express": "^4.17.3"
},
"devDependencies": {
"@types/ejs": "^3.0.6",
"@types/ejs": "^3.1.5",
"@types/express": "^4.17.12",
"@types/express-serve-static-core": "^4.17.28"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@bull-board/ui": "5.17.1",
"@fastify/static": "^6.11.2",
"@fastify/view": "^8.1.0",
"ejs": "^3.1.9"
"ejs": "^3.1.10"
},
"devDependencies": {
"fastify": "^4.23.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/h3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@bull-board/api": "5.17.1",
"@bull-board/ui": "5.17.1",
"ejs": "^3.1.9",
"ejs": "^3.1.10",
"h3": "^1.10.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@bull-board/ui": "5.17.1",
"@hapi/inert": "^6.0.5",
"@hapi/vision": "^6.1.0",
"ejs": "^3.1.7"
"ejs": "^3.1.10"
},
"devDependencies": {
"@hapi/hapi": "^20.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@bull-board/api": "5.17.1",
"@bull-board/ui": "5.17.1",
"ejs": "^3.1.7",
"ejs": "^3.1.10",
"hono": "^3.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@bull-board/api": "5.17.1",
"@bull-board/ui": "5.17.1",
"ejs": "^3.1.7",
"ejs": "^3.1.10",
"koa": "^2.13.1",
"koa-mount": "^4.0.0",
"koa-router": "^10.0.0",
Expand Down

0 comments on commit 12cd4bc

Please sign in to comment.