From a39c3f685d1a350922f8f97a83ecb35f03cfc5af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:48:05 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /client directory: [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) and [mongoose](https://github.com/Automattic/mongoose). Bumps the npm_and_yarn group with 2 updates in the /server directory: [mongoose](https://github.com/Automattic/mongoose) and [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken). Updates `electron-updater` from 5.3.0 to 6.3.9 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.9/packages/electron-updater) Updates `mongoose` from 6.13.5 to 8.8.3 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/6.13.5...8.8.3) Updates `mongoose` from 6.13.5 to 8.8.3 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/6.13.5...8.8.3) Updates `jsonwebtoken` from 8.5.1 to 9.0.2 - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.2) --- updated-dependencies: - dependency-name: electron-updater dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongoose dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongoose dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: jsonwebtoken dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- client/package.json | 4 ++-- server/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 99d0aa6..3b41894 100644 --- a/client/package.json +++ b/client/package.json @@ -29,11 +29,11 @@ "download": "^8.0.0", "electron-settings": "^4.0.2", "electron-store": "^8.1.0", - "electron-updater": "^5.3.0", + "electron-updater": "^6.3.9", "framer-motion": "^11.0.22", "mobx": "^6.8.0", "mobx-react": "^7.6.0", - "mongoose": "^6.9.2", + "mongoose": "^8.8.3", "node-fetch": "^3.3.0", "nodejs-file-downloader": "^4.11.2", "octokit": "^3.2.0", diff --git a/server/package.json b/server/package.json index 8309840..1f77137 100644 --- a/server/package.json +++ b/server/package.json @@ -32,8 +32,8 @@ "dotenv": "^16.0.1", "express": "^4.14.0", "express-session": "^1.17.3", - "jsonwebtoken": "^8.5.1", - "mongoose": "^6.3.3", + "jsonwebtoken": "^9.0.2", + "mongoose": "^8.8.3", "node-fetch": "^2.6.6", "nodemailer": "^6.9.1", "octokit": "^3.2.0",