Skip to content

Commit 11ec8bc

Browse files
fix(deps): update dependency ejs to v3 [security]
1 parent fdd4de1 commit 11ec8bc

File tree

2 files changed

+70
-5
lines changed

2 files changed

+70
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"csurf": "1.11.0",
2222
"debug": "4.3.3",
2323
"dist-exiftool": "10.53.0",
24-
"ejs": "2.7.4",
24+
"ejs": "3.1.7",
2525
"ejs-mate": "3.0.0",
2626
"express": "4.17.2",
2727
"express-session": "1.17.2",

yarn.lock

+69-4
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,13 @@ ansi-styles@^4.0.0:
10541054
"@types/color-name" "^1.1.1"
10551055
color-convert "^2.0.1"
10561056

1057+
ansi-styles@^4.1.0:
1058+
version "4.3.0"
1059+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1060+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1061+
dependencies:
1062+
color-convert "^2.0.1"
1063+
10571064
ansicolors@~0.3.2:
10581065
version "0.3.2"
10591066
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
@@ -1189,6 +1196,11 @@ async-each@^1.0.1:
11891196
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
11901197
integrity sha1-GdOGodntxufByF04iu28xW0zYC0=
11911198

1199+
async@^3.2.3:
1200+
version "3.2.4"
1201+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
1202+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
1203+
11921204
asynckit@^0.4.0:
11931205
version "0.4.0"
11941206
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -1610,6 +1622,13 @@ brace-expansion@^1.1.7:
16101622
balanced-match "^1.0.0"
16111623
concat-map "0.0.1"
16121624

1625+
brace-expansion@^2.0.1:
1626+
version "2.0.1"
1627+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1628+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1629+
dependencies:
1630+
balanced-match "^1.0.0"
1631+
16131632
braces@^2.3.1, braces@^2.3.2:
16141633
version "2.3.2"
16151634
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -1842,6 +1861,14 @@ chalk@^2.1.0, chalk@^2.3.2, chalk@^2.4.1:
18421861
escape-string-regexp "^1.0.5"
18431862
supports-color "^5.3.0"
18441863

1864+
chalk@^4.0.2:
1865+
version "4.1.2"
1866+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1867+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1868+
dependencies:
1869+
ansi-styles "^4.1.0"
1870+
supports-color "^7.1.0"
1871+
18451872
chokidar@^2.1.8:
18461873
version "2.1.8"
18471874
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
@@ -2663,10 +2690,12 @@ ejs-mate@3.0.0:
26632690
dependencies:
26642691
ejs "^2.6.1"
26652692

2666-
ejs@2.7.4:
2667-
version "2.7.4"
2668-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
2669-
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
2693+
ejs@3.1.7:
2694+
version "3.1.7"
2695+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.7.tgz#c544d9c7f715783dd92f0bddcf73a59e6962d006"
2696+
integrity sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==
2697+
dependencies:
2698+
jake "^10.8.5"
26702699

26712700
ejs@^2.6.1:
26722701
version "2.6.1"
@@ -2989,6 +3018,13 @@ figures@^3.0.0:
29893018
dependencies:
29903019
escape-string-regexp "^1.0.5"
29913020

3021+
filelist@^1.0.1:
3022+
version "1.0.4"
3023+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
3024+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
3025+
dependencies:
3026+
minimatch "^5.0.1"
3027+
29923028
fill-range@^4.0.0:
29933029
version "4.0.0"
29943030
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -3418,6 +3454,11 @@ has-flag@^3.0.0:
34183454
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
34193455
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
34203456

3457+
has-flag@^4.0.0:
3458+
version "4.0.0"
3459+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
3460+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
3461+
34213462
has-unicode@^2.0.0, has-unicode@~2.0.1:
34223463
version "2.0.1"
34233464
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -4038,6 +4079,16 @@ issue-parser@^3.0.0:
40384079
lodash.isstring "^4.0.1"
40394080
lodash.uniqby "^4.7.0"
40404081

4082+
jake@^10.8.5:
4083+
version "10.8.5"
4084+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
4085+
integrity sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==
4086+
dependencies:
4087+
async "^3.2.3"
4088+
chalk "^4.0.2"
4089+
filelist "^1.0.1"
4090+
minimatch "^3.0.4"
4091+
40414092
java-properties@^1.0.0:
40424093
version "1.0.1"
40434094
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.1.tgz#ea0b5986c0894d73cf2a44de8bd216c459a07a94"
@@ -4642,6 +4693,13 @@ minimatch@^3.0.4:
46424693
dependencies:
46434694
brace-expansion "^1.1.7"
46444695

4696+
minimatch@^5.0.1:
4697+
version "5.1.0"
4698+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
4699+
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
4700+
dependencies:
4701+
brace-expansion "^2.0.1"
4702+
46454703
minimist-options@^3.0.1:
46464704
version "3.0.2"
46474705
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
@@ -7042,6 +7100,13 @@ supports-color@^5.3.0:
70427100
dependencies:
70437101
has-flag "^3.0.0"
70447102

7103+
supports-color@^7.1.0:
7104+
version "7.2.0"
7105+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
7106+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
7107+
dependencies:
7108+
has-flag "^4.0.0"
7109+
70457110
supports-hyperlinks@^1.0.1:
70467111
version "1.0.1"
70477112
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-1.0.1.tgz#71daedf36cc1060ac5100c351bb3da48c29c0ef7"

0 commit comments

Comments
 (0)