Skip to content

Commit

Permalink
fix: bump ejs to 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-silva-beqom committed May 7, 2024
1 parent cbadd74 commit b218ba4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code/builders/builder-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/ejs": "^3.1.1",
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.10",
"browser-assert": "^1.2.1",
"ejs": "^3.1.8",
"ejs": "^3.1.10",
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0",
"esbuild-plugin-alias": "^0.2.1",
"express": "^4.17.3",
Expand Down
15 changes: 13 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5635,7 +5635,7 @@ __metadata:
"@types/ejs": "npm:^3.1.1"
"@yarnpkg/esbuild-plugin-pnp": "npm:^3.0.0-rc.10"
browser-assert: "npm:^1.2.1"
ejs: "npm:^3.1.8"
ejs: "npm:^3.1.10"
esbuild: "npm:^0.18.0 || ^0.19.0 || ^0.20.0"
esbuild-plugin-alias: "npm:^0.2.1"
express: "npm:^4.17.3"
Expand Down Expand Up @@ -13583,7 +13583,18 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^3.1.7, ejs@npm:^3.1.8":
"ejs@npm:^3.1.10":
version: 3.1.10
resolution: "ejs@npm:3.1.10"
dependencies:
jake: "npm:^10.8.5"
bin:
ejs: bin/cli.js
checksum: 10c0/52eade9e68416ed04f7f92c492183340582a36482836b11eab97b159fcdcfdedc62233a1bf0bf5e5e1851c501f2dca0e2e9afd111db2599e4e7f53ee29429ae1
languageName: node
linkType: hard

"ejs@npm:^3.1.7":
version: 3.1.9
resolution: "ejs@npm:3.1.9"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"danger": "^11.2.6",
"dataloader": "^2.2.2",
"detect-port": "^1.3.0",
"ejs": "^3.1.8",
"ejs": "^3.1.10",
"ejs-lint": "^2.0.0",
"esbuild": "^0.20.1",
"esbuild-plugin-alias": "^0.2.1",
Expand Down
15 changes: 13 additions & 2 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@ __metadata:
danger: "npm:^11.2.6"
dataloader: "npm:^2.2.2"
detect-port: "npm:^1.3.0"
ejs: "npm:^3.1.8"
ejs: "npm:^3.1.10"
ejs-lint: "npm:^2.0.0"
esbuild: "npm:^0.20.1"
esbuild-plugin-alias: "npm:^0.2.1"
Expand Down Expand Up @@ -6302,7 +6302,18 @@ __metadata:
languageName: node
linkType: hard

"ejs@npm:^3.1.7, ejs@npm:^3.1.8":
"ejs@npm:^3.1.10":
version: 3.1.10
resolution: "ejs@npm:3.1.10"
dependencies:
jake: "npm:^10.8.5"
bin:
ejs: bin/cli.js
checksum: 10c0/52eade9e68416ed04f7f92c492183340582a36482836b11eab97b159fcdcfdedc62233a1bf0bf5e5e1851c501f2dca0e2e9afd111db2599e4e7f53ee29429ae1
languageName: node
linkType: hard

"ejs@npm:^3.1.7":
version: 3.1.9
resolution: "ejs@npm:3.1.9"
dependencies:
Expand Down

0 comments on commit b218ba4

Please sign in to comment.