From a12156f694800bdd1b5b8983e65c80a641e1b1b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:23:45 +0000 Subject: [PATCH] fix(deps): Bump @typegoose/typegoose from 12.5.0 to 12.7.0 (#372) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@typegoose/typegoose](https://github.com/typegoose/typegoose) from 12.5.0 to 12.7.0.
Release notes

Sourced from @​typegoose/typegoose's releases.

v12.7.0

12.7.0 (2024-08-31)

Style

Dependencies

Dev-Dependencies

v12.6.0

12.6.0 (2024-07-10)

Dependencies

Dev-Dependencies

Changelog

Sourced from @​typegoose/typegoose's changelog.

12.7.0 (2024-08-31)

Style

Dependencies

Dev-Dependencies

12.6.0 (2024-07-10)

Dependencies

Dev-Dependencies

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typegoose/typegoose&package-manager=npm_and_yarn&previous-version=12.5.0&new-version=12.7.0)](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 | 35 +++++++++++++++++------------------ package.json | 2 +- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55e7d48..f175dc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@google-cloud/kms": "^4.5.0", "@relaycorp/relaynet-core": ">=1.88.1, < 2.0", - "@typegoose/typegoose": "^12.5.0", + "@typegoose/typegoose": "^12.7.0", "axios": "^1.7.5", "env-var": "^7.5.0", "fast-crc32c": "^2.0.0", @@ -38,7 +38,6 @@ }, "peerDependencies": { "@relaycorp/relaynet-core": ">=1.88.1, < 2.0", - "@typegoose/typegoose": "< 13.0", "mongoose": "< 9.0", "webcrypto-core": "< 2.0" } @@ -3031,21 +3030,21 @@ "dev": true }, "node_modules/@typegoose/typegoose": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@typegoose/typegoose/-/typegoose-12.5.0.tgz", - "integrity": "sha512-+2ucXC89PrlPUIw/204X5+fjRDHfAXqdH5V40H1W1GcFA2G6yTi6eU22EO3Uq0nRyQyO9keFCzjcoQXUMJOvBQ==", + "version": "12.7.0", + "resolved": "https://registry.npmjs.org/@typegoose/typegoose/-/typegoose-12.7.0.tgz", + "integrity": "sha512-UOjNlNzzJ4O/Y82I7EV9imBRhmIvZvAOVgmKUEpQbUVF63RrOU8ltHUVd7n/gADD4tZRUzM8siOBXaGY19rTXg==", "dependencies": { "lodash": "^4.17.20", "loglevel": "^1.9.1", "reflect-metadata": "^0.2.2", - "semver": "^7.6.2", - "tslib": "^2.6.2" + "semver": "^7.6.3", + "tslib": "^2.7.0" }, "engines": { "node": ">=16.20.1" }, "peerDependencies": { - "mongoose": "~8.4.0" + "mongoose": "~8.6.0" } }, "node_modules/@types/babel__core": { @@ -6980,13 +6979,13 @@ } }, "node_modules/mongoose": { - "version": "8.4.5", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.4.5.tgz", - "integrity": "sha512-E5KjBThxST2uFSKKXuiMa9H9Zx4DLTSLuxodAnIzJRixNwc1ARTlJUK1m0a80EB+ZKGP4QNTasyUYRG9DUSHOA==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.6.0.tgz", + "integrity": "sha512-p6VSbYKvD4ZIabqo8C0kS5eKX1Xpji+opTAIJ9wyuPJ8Y/FblgXSMnFRXnB40bYZLKPQT089K5KU8+bqIXtFdw==", "dependencies": { "bson": "^6.7.0", "kareem": "2.6.3", - "mongodb": "6.6.2", + "mongodb": "6.8.0", "mpath": "0.9.0", "mquery": "5.0.0", "ms": "2.1.3", @@ -7058,9 +7057,9 @@ } }, "node_modules/mongoose/node_modules/mongodb": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.6.2.tgz", - "integrity": "sha512-ZF9Ugo2JCG/GfR7DEb4ypfyJJyiKbg5qBYKRintebj8+DNS33CyGMkWbrS9lara+u+h+yEOGSRiLhFO/g1s1aw==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.8.0.tgz", + "integrity": "sha512-HGQ9NWDle5WvwMnrvUxsFYPd3JEbqD3RgABHBQRuoCEND0qzhsd0iH5ypHsf1eJ+sXmvmyKpP+FLOKY8Il7jMw==", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", "bson": "^6.7.0", @@ -8897,9 +8896,9 @@ } }, "node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" }, "node_modules/tslint": { "version": "6.1.3", diff --git a/package.json b/package.json index 7923ade..9fcfb61 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@google-cloud/kms": "^4.5.0", "@relaycorp/relaynet-core": ">=1.88.1, < 2.0", - "@typegoose/typegoose": "^12.5.0", + "@typegoose/typegoose": "^12.7.0", "axios": "^1.7.5", "env-var": "^7.5.0", "fast-crc32c": "^2.0.0",