From 901ea8f04f45fbc3ebce7a931e4650c2272ea4d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Sep 2024 22:03:59 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - react from 17.0.2 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react - react-dom from 17.0.2 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react-dom - @fastify/cookie from 8.3.0 to 9.4.0. See this package in npm: https://www.npmjs.com/package/@fastify/cookie - axios from 0.27.2 to 1.7.6. See this package in npm: https://www.npmjs.com/package/axios - cron from 2.4.4 to 3.1.7. See this package in npm: https://www.npmjs.com/package/cron - fastify-cli from 5.9.0 to 6.3.0. See this package in npm: https://www.npmjs.com/package/fastify-cli - mailing-core from 0.8.19 to 1.1.0. See this package in npm: https://www.npmjs.com/package/mailing-core - mailing from 0.8.19 to 1.1.0. See this package in npm: https://www.npmjs.com/package/mailing - mysql2 from 2.3.3 to 3.11.0. See this package in npm: https://www.npmjs.com/package/mysql2 - next from 12.3.4 to 14.2.7. See this package in npm: https://www.npmjs.com/package/next - nodemailer-postmark-transport from 5.3.0 to 6.0.0. See this package in npm: https://www.npmjs.com/package/nodemailer-postmark-transport - octokit from 2.1.0 to 4.0.2. See this package in npm: https://www.npmjs.com/package/octokit - postmark from 3.11.0 to 4.0.5. See this package in npm: https://www.npmjs.com/package/postmark - utf-8-validate from 5.0.10 to 6.0.4. See this package in npm: https://www.npmjs.com/package/utf-8-validate See this project in Snyk: https://app.snyk.io/org/q1blue-rxw/project/f47ee56b-aa30-4f69-ad51-7f8788c338a3?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/email-server/package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/email-server/package.json b/packages/email-server/package.json index 1620a84c567..c54776a8a60 100644 --- a/packages/email-server/package.json +++ b/packages/email-server/package.json @@ -27,39 +27,39 @@ }, "dependencies": { "@fastify/autoload": "^5.0.0", - "@fastify/cookie": "^8.3.0", + "@fastify/cookie": "^9.4.0", "@fastify/env": "^4.1.0", "@fastify/mysql": "^4.0.0", "@fastify/sensible": "^5.0.0", "@mailchimp/mailchimp_transactional": "^1.0.50", "@types/cron": "^2.0.0", "async": "^3.2.4", - "axios": "^0.27.2", + "axios": "^1.7.6", "bufferutil": "^4.0.7", "canvas": "^2.10.2", - "cron": "^2.1.0", + "cron": "^3.1.7", "dotenv": "^16.0.3", "encoding": "^0.1.13", "fastify": "^4.0.0", - "fastify-cli": "^5.5.1", + "fastify-cli": "^6.3.0", "fastify-cron": "^1.3.1", "fastify-plugin": "^4.3.0", "html-minifier": "^4.0.0", "luxon": "^3.1.0", - "mailing": "^0.8.12", - "mailing-core": "^0.8.12", + "mailing": "^1.1.0", + "mailing-core": "^1.1.0", "mjml": "^4.13.0", "mjml-react": "^2.0.8", - "mysql2": "^2.3.3", - "next": "^v12.3.2", + "mysql2": "^3.11.0", + "next": "^14.2.7", "nodemailer": "^6.8.0", - "nodemailer-postmark-transport": "^5.2.1", - "octokit": "^2.0.10", - "postmark": "^3.0.14", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "nodemailer-postmark-transport": "^6.0.0", + "octokit": "^4.0.2", + "postmark": "^4.0.5", + "react": "^18.3.1", + "react-dom": "^18.3.1", "uglify-js": "^3.17.4", - "utf-8-validate": "^5.0.10" + "utf-8-validate": "^6.0.4" }, "devDependencies": { "@types/async": "^3.2.15",