Skip to content

Commit 70dc52a

Browse files
fix(deps): update dependency ejs to v3 [security]
1 parent 6ac805d commit 70dc52a

File tree

2 files changed

+77
-5
lines changed

2 files changed

+77
-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.4.0",
2323
"dist-exiftool": "10.53.0",
24-
"ejs": "2.7.4",
24+
"ejs": "3.1.10",
2525
"ejs-mate": "3.0.0",
2626
"express": "4.21.2",
2727
"express-session": "1.18.1",

yarn.lock

+76-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.6"
1201+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce"
1202+
integrity sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==
1203+
11921204
asynckit@^0.4.0:
11931205
version "0.4.0"
11941206
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -1612,6 +1624,13 @@ brace-expansion@^1.1.7:
16121624
balanced-match "^1.0.0"
16131625
concat-map "0.0.1"
16141626

1627+
brace-expansion@^2.0.1:
1628+
version "2.0.1"
1629+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1630+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1631+
dependencies:
1632+
balanced-match "^1.0.0"
1633+
16151634
braces@^2.3.1, braces@^2.3.2:
16161635
version "2.3.2"
16171636
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -1860,6 +1879,14 @@ chalk@^2.1.0, chalk@^2.3.2, chalk@^2.4.1:
18601879
escape-string-regexp "^1.0.5"
18611880
supports-color "^5.3.0"
18621881

1882+
chalk@^4.0.2:
1883+
version "4.1.2"
1884+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1885+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1886+
dependencies:
1887+
ansi-styles "^4.1.0"
1888+
supports-color "^7.1.0"
1889+
18631890
chokidar@^2.1.8:
18641891
version "2.1.8"
18651892
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
@@ -2705,10 +2732,12 @@ ejs-mate@3.0.0:
27052732
dependencies:
27062733
ejs "^2.6.1"
27072734

2708-
ejs@2.7.4:
2709-
version "2.7.4"
2710-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
2711-
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
2735+
ejs@3.1.10:
2736+
version "3.1.10"
2737+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
2738+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
2739+
dependencies:
2740+
jake "^10.8.5"
27122741

27132742
ejs@^2.6.1:
27142743
version "2.6.1"
@@ -3054,6 +3083,13 @@ figures@^3.0.0:
30543083
dependencies:
30553084
escape-string-regexp "^1.0.5"
30563085

3086+
filelist@^1.0.4:
3087+
version "1.0.4"
3088+
resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
3089+
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
3090+
dependencies:
3091+
minimatch "^5.0.1"
3092+
30573093
fill-range@^4.0.0:
30583094
version "4.0.0"
30593095
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
@@ -3517,6 +3553,11 @@ has-flag@^3.0.0:
35173553
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
35183554
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
35193555

3556+
has-flag@^4.0.0:
3557+
version "4.0.0"
3558+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
3559+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
3560+
35203561
has-symbols@^1.1.0:
35213562
version "1.1.0"
35223563
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
@@ -4149,6 +4190,16 @@ issue-parser@^3.0.0:
41494190
lodash.isstring "^4.0.1"
41504191
lodash.uniqby "^4.7.0"
41514192

4193+
jake@^10.8.5:
4194+
version "10.9.2"
4195+
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
4196+
integrity sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==
4197+
dependencies:
4198+
async "^3.2.3"
4199+
chalk "^4.0.2"
4200+
filelist "^1.0.4"
4201+
minimatch "^3.1.2"
4202+
41524203
java-properties@^1.0.0:
41534204
version "1.0.1"
41544205
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.1.tgz#ea0b5986c0894d73cf2a44de8bd216c459a07a94"
@@ -4770,6 +4821,20 @@ minimatch@^3.0.4:
47704821
dependencies:
47714822
brace-expansion "^1.1.7"
47724823

4824+
minimatch@^3.1.2:
4825+
version "3.1.2"
4826+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4827+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4828+
dependencies:
4829+
brace-expansion "^1.1.7"
4830+
4831+
minimatch@^5.0.1:
4832+
version "5.1.6"
4833+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
4834+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
4835+
dependencies:
4836+
brace-expansion "^2.0.1"
4837+
47734838
minimist-options@^3.0.1:
47744839
version "3.0.2"
47754840
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-3.0.2.tgz#fba4c8191339e13ecf4d61beb03f070103f3d954"
@@ -7224,6 +7289,13 @@ supports-color@^5.3.0:
72247289
dependencies:
72257290
has-flag "^3.0.0"
72267291

7292+
supports-color@^7.1.0:
7293+
version "7.2.0"
7294+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
7295+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
7296+
dependencies:
7297+
has-flag "^4.0.0"
7298+
72277299
supports-hyperlinks@^1.0.1:
72287300
version "1.0.1"
72297301
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-1.0.1.tgz#71daedf36cc1060ac5100c351bb3da48c29c0ef7"

0 commit comments

Comments
 (0)