From bf8b8b1ce848cafc6c1e30d81bdb05db686d504c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Fri, 2 Feb 2024 09:07:10 -0500 Subject: [PATCH 1/2] Updated mirror links. --- .github/workflows/mirror.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 073cb2e..a168425 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -28,3 +28,14 @@ jobs: with: source-repo: "git@github.com:batuhan-basoglu/Kene-s-Cribs-Website.git" destination-repo: "git@codeberg.org:batuhan-basoglu/Kene-s-Cribs-Website.git" + + forgejo: + runs-on: ubuntu-latest + steps: + - name: Mirror to Forgejo + uses: wearerequired/git-mirror-action@v1 + env: + SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_SSH_KEY }} + with: + source-repo: "git@github.com:batuhan-basoglu/batuhan-basoglu/Kene-s-Cribs-Website.git" + destination-repo: "git@git.batuhan.basoglu.co:batuhan-basoglu/batuhan-basoglu/Kene-s-Cribs-Website.git" From 326f95be9ebd2340fd782a0bc45679f0b50cd9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:10:23 +0000 Subject: [PATCH 2/2] Bump the npm_and_yarn group across 1 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /. directory: [nodemailer](https://github.com/nodemailer/nodemailer). Updates `nodemailer` from 6.9.6 to 6.9.9 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.6...v6.9.9) --- updated-dependencies: - dependency-name: nodemailer dependency-type: direct:production dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff72794..af6f412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "i18next-http-backend": "^2.4.2", "joi-browser": "^13.4.0", "js-cookie": "^3.0.5", - "nodemailer": "^6.9.6", + "nodemailer": "^6.9.9", "react": "^18.2.0", "react-alert": "^7.0.3", "react-alert-template-basic": "^1.0.2", @@ -15606,9 +15606,9 @@ "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==" }, "node_modules/nodemailer": { - "version": "6.9.6", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.6.tgz", - "integrity": "sha512-s7pDtWwe5fLMkQUhw8TkWB/wnZ7SRdd9HRZslq/s24hlZvBP3j32N/ETLmnqTpmj4xoBZL9fOWyCIZ7r2HORHg==", + "version": "6.9.9", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz", + "integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==", "engines": { "node": ">=6.0.0" } @@ -34063,9 +34063,9 @@ "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==" }, "nodemailer": { - "version": "6.9.6", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.6.tgz", - "integrity": "sha512-s7pDtWwe5fLMkQUhw8TkWB/wnZ7SRdd9HRZslq/s24hlZvBP3j32N/ETLmnqTpmj4xoBZL9fOWyCIZ7r2HORHg==" + "version": "6.9.9", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz", + "integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==" }, "normalize-path": { "version": "3.0.0", diff --git a/package.json b/package.json index 64539f6..980d7a5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "i18next-http-backend": "^2.4.2", "joi-browser": "^13.4.0", "js-cookie": "^3.0.5", - "nodemailer": "^6.9.6", + "nodemailer": "^6.9.9", "react": "^18.2.0", "react-alert": "^7.0.3", "react-alert-template-basic": "^1.0.2",