From 3d3f8ff678065e0b240576bba2cf801b2ff6545c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 25 Nov 2024 18:01:51 +0000
Subject: [PATCH] fix(deps): Bump @typegoose/typegoose from 12.8.0 to 12.9.1
(#399)
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.8.0 to 12.9.1.
Release notes
Sourced from @typegoose/typegoose
's releases.
v12.9.1
12.9.1 (2024-11-21)
Fixes
v12.9.0
12.9.0 (2024-11-03)
Fixes
- types: add "Default__v" type because of mongoose 8.8 (a3d1477)
Dependencies
- mongoose: upgrade to 8.8.0 (306bcdd)
- tslib: upgrade to 2.8.1 (add96f5)
Dev-Dependencies
@types/jest
: upgrade to 29.5.14 (ea96773)
@types/lodash
: upgrade to 4.17.13 (25a1446)
- mongodb-memory-server: upgrade to 10.1.2 (279b598)
v12.9.0-beta.1
Fixes
- types: add "Default__v" type because of mongoose 8.8 (a3d1477)
Dependencies
- mongoose: upgrade to 8.8.0 (306bcdd)
- tslib: upgrade to 2.8.1 (add96f5)
Dev-Dependencies
@types/jest
: upgrade to 29.5.14 (ea96773)
@types/lodash
: upgrade to 4.17.13 (25a1446)
- mongodb-memory-server: upgrade to 10.1.2 (279b598)
Changelog
Sourced from @typegoose/typegoose
's changelog.
12.9.1 (2024-11-21)
Fixes
12.9.0 (2024-11-03)
Fixes
- types: add "Default__v" type because of mongoose 8.8 (a3d1477)
Dependencies
- mongoose: upgrade to 8.8.0 (306bcdd)
- tslib: upgrade to 2.8.1 (add96f5)
Dev-Dependencies
@types/jest
: upgrade to 29.5.14 (ea96773)
@types/lodash
: upgrade to 4.17.13 (25a1446)
- mongodb-memory-server: upgrade to 10.1.2 (279b598)
Fixes
- types: add "Default__v" type because of mongoose 8.8 (a3d1477)
Dependencies
- mongoose: upgrade to 8.8.0 (306bcdd)
- tslib: upgrade to 2.8.1 (add96f5)
Dev-Dependencies
@types/jest
: upgrade to 29.5.14 (ea96773)
@types/lodash
: upgrade to 4.17.13 (25a1446)
- mongodb-memory-server: upgrade to 10.1.2 (279b598)
Commits
cc755df
release: v12.9.1
a685aea
fix(typegoose): move "parseENV" call before loading defaultclasses
a282615
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /website (#964)
d4bbc17
chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#963)
3389c83
chore(deps): bump codecov/codecov-action from 4 to 5 (#962)
8a0338a
release: v12.9.0
9e9dad3
release: v12.9.0-beta.1
a3213e7
chore(SECURITY): update to be more meaningful
306bcdd
deps(mongoose): upgrade to 8.8.0
a3d1477
fix(types): add "Default__v" type because of mongoose 8.8
- Additional commits viewable in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typegoose/typegoose&package-manager=npm_and_yarn&previous-version=12.8.0&new-version=12.9.1)](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 | 41 ++++++++++++++++++++++++-----------------
package.json | 2 +-
2 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index aa9f622..83bcb6e 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.8.0",
+ "@typegoose/typegoose": "^12.9.1",
"axios": "^1.7.7",
"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"
}
@@ -3055,21 +3054,22 @@
"dev": true
},
"node_modules/@typegoose/typegoose": {
- "version": "12.8.0",
- "resolved": "https://registry.npmjs.org/@typegoose/typegoose/-/typegoose-12.8.0.tgz",
- "integrity": "sha512-YCeYYH0joT4n48WRUfofPq3KBg6OQw1zR6wB4WKflkFYf9SC4P29hf0PlmsiA+hAbubd3Qn51KmkjiUJetJmFQ==",
+ "version": "12.9.1",
+ "resolved": "https://registry.npmjs.org/@typegoose/typegoose/-/typegoose-12.9.1.tgz",
+ "integrity": "sha512-3YMuGVWvl1V16gkWi1Q2PdEa7QWEPP3Coz0MkEeqgXAOR4N4/It3YIFoccNRfq/mFTx0dJAwgqLMK4qBCVC9MA==",
+ "license": "MIT",
"dependencies": {
"lodash": "^4.17.20",
"loglevel": "^1.9.2",
"reflect-metadata": "^0.2.2",
"semver": "^7.6.3",
- "tslib": "^2.7.0"
+ "tslib": "^2.8.1"
},
"engines": {
"node": ">=16.20.1"
},
"peerDependencies": {
- "mongoose": "~8.7.0"
+ "mongoose": "~8.8.0"
}
},
"node_modules/@types/babel__core": {
@@ -6730,13 +6730,14 @@
}
},
"node_modules/mongoose": {
- "version": "8.7.3",
- "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.7.3.tgz",
- "integrity": "sha512-Xl6+dzU5ZpEcDoJ8/AyrIdAwTY099QwpolvV73PIytpK13XqwllLq/9XeVzzLEQgmyvwBVGVgjmMrKbuezxrIA==",
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.8.2.tgz",
+ "integrity": "sha512-jCTSqDANfRzk909v4YoZQi7jlGRB2MTvgG+spVBc/BA4tOs1oWJr//V6yYujqNq9UybpOtsSfBqxI0dSOEFJHQ==",
+ "license": "MIT",
"dependencies": {
"bson": "^6.7.0",
"kareem": "2.6.3",
- "mongodb": "6.9.0",
+ "mongodb": "~6.10.0",
"mpath": "0.9.0",
"mquery": "5.0.0",
"ms": "2.1.3",
@@ -6754,6 +6755,7 @@
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
+ "license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
@@ -6767,6 +6769,7 @@
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-5.1.3.tgz",
"integrity": "sha512-95hVgBRgEIRQQQHIbnxBXeHbW4TqFk4ZDJW7wmVtvYar72FdhRIo1UGOLS2eRAKCPEdPBWu+M7+A33D9CdX9rA==",
+ "license": "Apache-2.0",
"optional": true,
"peer": true,
"dependencies": {
@@ -6783,6 +6786,7 @@
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-5.3.0.tgz",
"integrity": "sha512-FNTkdNEnBdlqF2oatizolQqNANMrcqJt6AAYt99B3y1aLLC8Hc5IOBb+ZnnzllodEEf6xMBp6wRcBbc16fa65w==",
+ "license": "Apache-2.0",
"optional": true,
"peer": true,
"dependencies": {
@@ -6797,6 +6801,7 @@
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
+ "license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
@@ -6808,9 +6813,10 @@
}
},
"node_modules/mongoose/node_modules/mongodb": {
- "version": "6.9.0",
- "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.9.0.tgz",
- "integrity": "sha512-UMopBVx1LmEUbW/QE0Hw18u583PEDVQmUmVzzBRH0o/xtE9DBRA5ZYLOjpLIa03i8FXjzvQECJcqoMvCXftTUA==",
+ "version": "6.10.0",
+ "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.10.0.tgz",
+ "integrity": "sha512-gP9vduuYWb9ZkDM546M+MP2qKVk5ZG2wPF63OvSRuUbqCR+11ZCAE1mOfllhlAG0wcoJY5yDL/rV3OmYEwXIzg==",
+ "license": "Apache-2.0",
"dependencies": {
"@mongodb-js/saslprep": "^1.1.5",
"bson": "^6.7.0",
@@ -8481,9 +8487,10 @@
}
},
"node_modules/tslib": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
- "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA=="
+ "version": "2.8.1",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
+ "license": "0BSD"
},
"node_modules/tslint": {
"version": "6.1.3",
diff --git a/package.json b/package.json
index 5e4ab2f..9f93fc2 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.8.0",
+ "@typegoose/typegoose": "^12.9.1",
"axios": "^1.7.7",
"env-var": "^7.5.0",
"fast-crc32c": "^2.0.0",