diff --git a/package-lock.json b/package-lock.json index 58fd9d9..9bf04a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.8.0", "@actions/exec": "^1.1.1", - "ejs": "^3.1.7", + "ejs": "^3.1.8", "gh-star-fetch": "^1.3.0", "got": "^11.8.1", "remark": "^14.0.2", @@ -3075,9 +3075,9 @@ "dev": true }, "node_modules/ejs": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", - "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", + "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", "dependencies": { "jake": "^10.8.5" }, @@ -13730,9 +13730,9 @@ "dev": true }, "ejs": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.7.tgz", - "integrity": "sha512-BIar7R6abbUxDA3bfXrO4DSgwo8I+fB5/1zgujl3HLLjwd6+9iOnrT+t3grn2qbk9vOgBubXOFwX2m9axoFaGw==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", + "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", "requires": { "jake": "^10.8.5" } diff --git a/package.json b/package.json index 245e0cc..217f142 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@actions/core": "^1.8.0", "@actions/exec": "^1.1.1", - "ejs": "^3.1.7", + "ejs": "^3.1.8", "gh-star-fetch": "^1.3.0", "got": "^11.8.1", "remark": "^14.0.2",