From dee9bb94fbb494986a24081f725da65703ce87d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:24:49 +0000 Subject: [PATCH] fix(deps): Bump mongoose from 8.4.4 to 8.4.5 (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.4.4 to 8.4.5.
Release notes

Sourced from mongoose's releases.

8.4.5 / 2024-07-05

Changelog

Sourced from mongoose's changelog.

8.4.5 / 2024-07-05

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mongoose&package-manager=npm_and_yarn&previous-version=8.4.4&new-version=8.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 247eb58..d2c3c3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@relaycorp/relaynet-core": ">=1.81.6, < 2.0", "@typegoose/typegoose": "^12.5.0", - "mongoose": "^8.4.4" + "mongoose": "^8.4.5" }, "devDependencies": { "@relaycorp/shared-config": "^1.14.1", @@ -34,8 +34,7 @@ }, "peerDependencies": { "@relaycorp/relaynet-core": ">=1.81.6, < 2.0", - "@typegoose/typegoose": "< 13.0", - "mongoose": "< 9.0" + "@typegoose/typegoose": "< 13.0" } }, "node_modules/@ampproject/remapping": { @@ -6217,9 +6216,9 @@ } }, "node_modules/mongoose": { - "version": "8.4.4", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.4.4.tgz", - "integrity": "sha512-Nya808odIJoHP4JuJKbWA2eIaerXieu59kE8pQlvJpUBoSKWUyhLji0g1WMVaYXWmzPYXP2Jd6XdR4KJE8RELw==", + "version": "8.4.5", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.4.5.tgz", + "integrity": "sha512-E5KjBThxST2uFSKKXuiMa9H9Zx4DLTSLuxodAnIzJRixNwc1ARTlJUK1m0a80EB+ZKGP4QNTasyUYRG9DUSHOA==", "dependencies": { "bson": "^6.7.0", "kareem": "2.6.3", diff --git a/package.json b/package.json index acf5ec1..78188e1 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@relaycorp/relaynet-core": ">=1.81.6, < 2.0", "@typegoose/typegoose": "^12.5.0", - "mongoose": "^8.4.4" + "mongoose": "^8.4.5" }, "peerDependencies": { "@relaycorp/relaynet-core": ">=1.81.6, < 2.0",