Merge pull request #22535 from overleaf/rd-mongoose-bump-to-7-templates

Upgrade templates service to Mongoose v8.8.3

GitOrigin-RevId: 944aee8a1fd68206d2a4dcae4800d962357f64a4
This commit is contained in:
Rebeka Dekany
2024-12-18 15:00:58 +01:00
committed by Copybot
parent 0ce29d6efb
commit efc1df2c52

20
package-lock.json generated
View File

@@ -14385,9 +14385,10 @@
}
},
"node_modules/bson": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-6.8.0.tgz",
"integrity": "sha512-iOJg8pr7wq2tg/zSlCCHMi3hMm5JTOxLTagf3zxhcenHsFp+c6uOs6K7W5UE7A4QIJGtqh/ZovFNMP4mOPJynQ==",
"version": "6.10.1",
"resolved": "https://registry.npmjs.org/bson/-/bson-6.10.1.tgz",
"integrity": "sha512-P92xmHDQjSKPLHqFxefqMxASNq/aWJMEZugpCjf+AF/pgcUpMMQCg7t7+ewko0/u8AapvF3luf/FoehddEK+sA==",
"license": "Apache-2.0",
"engines": {
"node": ">=16.20.1"
}
@@ -41082,7 +41083,7 @@
"lodash": "^4.17.21",
"marked": "^4.1.0",
"method-override": "^3.0.0",
"mongoose": "^6.12.0",
"mongoose": "^8.8.3",
"request": "^2.88.2"
},
"devDependencies": {
@@ -50870,7 +50871,7 @@
"marked": "^4.1.0",
"method-override": "^3.0.0",
"mocha": "^10.2.0",
"mongoose": "^6.12.0",
"mongoose": "^8.8.3",
"request": "^2.88.2",
"sandboxed-module": "^2.0.4",
"sinon": "^9.2.4",
@@ -50930,8 +50931,7 @@
}
},
"mongoose": {
"version": "6.13.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.13.3.tgz",
"version": "https://registry.npmjs.org/mongoose/-/mongoose-6.13.3.tgz",
"integrity": "sha512-TCB/k6ZmkLZGZY/HJ78Ep45Za63591ZuZu5+HCISTe+0lsqbDeomqwezh+Ir7gMLa0wJwIy6CNkl5dxhCXTu9Q==",
"requires": {
"bson": "^4.7.2",
@@ -57876,9 +57876,9 @@
}
},
"bson": {
"version": "6.8.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-6.8.0.tgz",
"integrity": "sha512-iOJg8pr7wq2tg/zSlCCHMi3hMm5JTOxLTagf3zxhcenHsFp+c6uOs6K7W5UE7A4QIJGtqh/ZovFNMP4mOPJynQ=="
"version": "6.10.1",
"resolved": "https://registry.npmjs.org/bson/-/bson-6.10.1.tgz",
"integrity": "sha512-P92xmHDQjSKPLHqFxefqMxASNq/aWJMEZugpCjf+AF/pgcUpMMQCg7t7+ewko0/u8AapvF3luf/FoehddEK+sA=="
},
"btoa": {
"version": "1.2.1",