diff --git a/package-lock.json b/package-lock.json index cc8f014..ce853b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "fielddb": "^5.168.15-rc0", "md5": "^2.3.0", "nano": "^11.0.3", - "nodemailer": "^8.0.0", + "nodemailer": "^9.0.0", "serve-favicon": "^2.5.1", "uuid": "^14.0.0" }, @@ -2256,11 +2256,14 @@ } }, "node_modules/eslint": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", - "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.5.0.tgz", + "integrity": "sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==", "dev": true, "license": "MIT", + "workspaces": [ + "packages/*" + ], "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", @@ -4172,9 +4175,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "8.0.11", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.11.tgz", - "integrity": "sha512-nrO/pDAUKl+wXX+lx16tDLbnm0fW6sK/x8mgohaCpg+CdCEl482bD4tCuAZk2DyliruiNTIZxRCoWkDqJEnAiA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.0.0.tgz", + "integrity": "sha512-tbPTid7d/p9jAA8CRZ3iomvrMaST0o6NYuY7v6JQZHpPRZ61mLFSPKYd7342NtOFuej9/+L48SOIxwfu2uDvtw==", "license": "MIT-0", "engines": { "node": ">=6.0.0" diff --git a/package.json b/package.json index 6287375..e179251 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "fielddb": "^5.168.15-rc0", "md5": "^2.3.0", "nano": "^11.0.3", - "nodemailer": "^8.0.0", + "nodemailer": "^9.0.0", "serve-favicon": "^2.5.1", "uuid": "^14.0.0" },