aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-18 21:01:46 +0000
committerGitHub <noreply@github.com>2023-07-18 21:01:46 +0000
commit2918a347b1e44649a245d33eabf809ed9b65a0a6 (patch)
tree9b3920b7b7896c1fd6e5643d07956140f298fef0 /packages
parent2879f8be93d1d52d147380bba439e5cb3a21bf4d (diff)
downloadHydroRoll-2918a347b1e44649a245d33eabf809ed9b65a0a6.tar.gz
HydroRoll-2918a347b1e44649a245d33eabf809ed9b65a0a6.zip
Bump mongoose from 6.6.5 to 6.11.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.6.5 to 6.11.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.6.5...6.11.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose/package.json b/packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose/package.json
index 0d37857..9d877cb 100644
--- a/packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose/package.json
+++ b/packages/turbo-tracing-next-plugin/test/with-mongodb-mongoose/package.json
@@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
- "mongoose": "^6.4.5",
+ "mongoose": "^6.11.3",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",