diff --git a/baseline/package-lock.json b/baseline/package-lock.json index dfae4a9c2..b8cc5d219 100644 --- a/baseline/package-lock.json +++ b/baseline/package-lock.json @@ -149,9 +149,9 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.2.tgz", - "integrity": "sha512-PcW2a0tyTuPHz3tWyYqtK6r1fZ3gp+3Sop8Ph+ZYN81Ob5rwmbHEzaqs10N3BEsaGTkh/ooniXK+WwszGlc2+Q==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.0.1.tgz", + "integrity": "sha512-cuIMtJwxvzumSAkqaaoGY/L6Fc/t6YvoP9/VIaK0V/CyqKLEQ8sqODmYfy/cjXEdZ9+OOL8TecbJu+1RsofGDw==" }, "encodeurl": { "version": "1.0.2", diff --git a/baseline/package.json b/baseline/package.json index 6bf117c61..565891d79 100644 --- a/baseline/package.json +++ b/baseline/package.json @@ -14,7 +14,7 @@ "arangojs": "^6.11.0", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", - "ejs": "^2.6.2", + "ejs": "^3.0.1", "express": "^4.17.1", "express-fileupload": "^1.1.6", "rfc6902": "^3.0.4"