diff --git a/github-actions/trigger-schedule/github-data/package-lock.json b/github-actions/trigger-schedule/github-data/package-lock.json index 81254d42a4..4ae394087a 100644 --- a/github-actions/trigger-schedule/github-data/package-lock.json +++ b/github-actions/trigger-schedule/github-data/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^9.0.0", "@actions/http-client": ">=4.0.0", "@octokit/rest": "^22.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "true-github-contributors": "^1.0.5" }, "devDependencies": {}, @@ -357,9 +357,9 @@ "license": "MIT" }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/true-github-contributors": { diff --git a/github-actions/trigger-schedule/github-data/package.json b/github-actions/trigger-schedule/github-data/package.json index a9d1b4c08a..16576d6423 100644 --- a/github-actions/trigger-schedule/github-data/package.json +++ b/github-actions/trigger-schedule/github-data/package.json @@ -12,7 +12,7 @@ "@actions/github": "^9.0.0", "@actions/http-client": ">=4.0.0", "@octokit/rest": "^22.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "true-github-contributors": "^1.0.5" }, "devDependencies": {},