diff --git a/package-lock.json b/package-lock.json index 7afa1446..955bc80d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "next": "^14.0.0", "next-auth": "^4.24.5", "next-themes": "^0.3.0", - "nodemailer": "^6.9.5", + "nodemailer": "^6.9.13", "otpauth": "^9.2.2", "patch-package": "^8.0.0", "prisma": "^5.8.0", @@ -93,7 +93,7 @@ "zod": "^3.21.4" }, "devDependencies": { - "@babel/core": "^7.24.3", + "@babel/core": "^7.22.17", "@jest/globals": "^29.7.0", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", @@ -23686,8 +23686,9 @@ "license": "MIT" }, "node_modules/nodemailer": { - "version": "6.9.12", - "license": "MIT-0", + "version": "6.9.13", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.13.tgz", + "integrity": "sha512-7o38Yogx6krdoBf3jCAqnIN4oSQFx+fMa0I7dK1D+me9kBxx12D+/33wSb+fhOCtIxvYJ+4x4IMEhmhCKfAiOA==", "engines": { "node": ">=6.0.0" }