Skip to content

Commit 602f42d

Browse files
authored
chore(deps): Bump mongoose in integration tests (#19175)
- The OTel instrumentation supports mongoose >=5.9.7 <9, so 6.x is fully supported - Our test usage is basic (connect, Schema, model, save, findOne) with no breaking API changes between 5.x and 6.x - Mongoose 5.x is EOL and won't receive security patches https://github.com/getsentry/sentry-javascript/security/dependabot/1046 ref #19170 Closes #19176 (added automatically)
1 parent a04e10b commit 602f42d

File tree

2 files changed

+1054
-97
lines changed

2 files changed

+1054
-97
lines changed

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"lru-memoizer": "2.3.0",
6464
"mongodb": "^3.7.3",
6565
"mongodb-memory-server-global": "^10.1.4",
66-
"mongoose": "^5.13.22",
66+
"mongoose": "^6.13.6",
6767
"mysql": "^2.18.1",
6868
"mysql2": "^3.11.3",
6969
"nock": "^13.5.5",

0 commit comments

Comments
 (0)