From 7385921b3d779616b3b346bc35c91eee4d700833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 09:47:36 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.23 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb59a83..060e81f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,27 +1,39 @@ { "name": "secretsantajs", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "gmail-send": { + "packages": { + "": { + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "gmail-send": "^1.8.10" + }, + "devDependencies": {} + }, + "node_modules/gmail-send": { "version": "1.8.10", "resolved": "https://registry.npmjs.org/gmail-send/-/gmail-send-1.8.10.tgz", "integrity": "sha512-QMpWwzeA64U69HzOEzI37UNc73xXkhTg8LuqsfKX9W7LjiQY3yRvViVn7ZhuJWLTV4136vsLJf2sXiZKmdykbw==", - "requires": { - "lodash": "4.17.15", - "nodemailer": "6.4.2" + "dependencies": { + "lodash": "^4.17.15", + "nodemailer": "^6.3.0" } }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "node_modules/lodash": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, - "nodemailer": { + "node_modules/nodemailer": { "version": "6.4.2", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.2.tgz", - "integrity": "sha512-g0n4nH1ONGvqYo1v72uSWvF/MRNnnq1LzmSzXb/6EPF3LFb51akOhgG3K2+aETAsJx90/Q5eFNTntu4vBCwyQQ==" + "integrity": "sha512-g0n4nH1ONGvqYo1v72uSWvF/MRNnnq1LzmSzXb/6EPF3LFb51akOhgG3K2+aETAsJx90/Q5eFNTntu4vBCwyQQ==", + "engines": { + "node": ">=6.0.0" + } } } }