From 991e0255a6a300db0a7cfd949acce3680695d15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:49:43 +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.9.0 - [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.9.0) Updates `mongoose` from 6.13.5 to 8.9.0 - [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.9.0) 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 985b681..f5b0af9 100644 --- a/client/package.json +++ b/client/package.json @@ -31,12 +31,12 @@ "download": "^8.0.0", "electron-settings": "^4.0.2", "electron-store": "^8.1.0", - "electron-updater": "^5.3.0", + "electron-updater": "^6.3.9", "form-data": "^4.0.1", "framer-motion": "^11.0.22", "mobx": "^6.8.0", "mobx-react": "^7.6.0", - "mongoose": "^6.9.2", + "mongoose": "^8.9.0", "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..c884795 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.9.0", "node-fetch": "^2.6.6", "nodemailer": "^6.9.1", "octokit": "^3.2.0",