Update dependency mongoose to v7.0.4

This commit is contained in:
renovate[bot]
2023-04-17 21:06:53 +00:00
parent e9970f34da
commit e5d9ce6fd4
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"date-fns-tz": "2.0.0", "date-fns-tz": "2.0.0",
"googleapis": "112.0.0", "googleapis": "112.0.0",
"ics": "3.1.0", "ics": "3.1.0",
"mongoose": "7.0.3", "mongoose": "7.0.4",
"next": "^13.1.1", "next": "^13.1.1",
"next-auth": "4.22.0", "next-auth": "4.22.0",
"next-axiom": "0.17.0", "next-axiom": "0.17.0",
@@ -8951,9 +8951,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "7.0.3", "version": "7.0.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.0.3.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.0.4.tgz",
"integrity": "sha512-3n8vc1/mssuxKa6vfghSocp3MeiCFYzhX36Ok+PsDNNYzHC9tw3rNkAMLemIwZ2jgXqkZ7CfKOxkzjp/d/SWfg==", "integrity": "sha512-MEmQOOqQUvW1PJcji64NtA2EFGHrEvk9o4g//isVYSJW2+8Y8u49C2qFBKzn1t6/l9onQn012o/PcFqR6ixQpQ==",
"dependencies": { "dependencies": {
"bson": "^5.0.1", "bson": "^5.0.1",
"kareem": "2.5.1", "kareem": "2.5.1",
@@ -8972,9 +8972,9 @@
} }
}, },
"node_modules/mongoose/node_modules/bson": { "node_modules/mongoose/node_modules/bson": {
"version": "5.1.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-5.1.0.tgz", "resolved": "https://registry.npmjs.org/bson/-/bson-5.2.0.tgz",
"integrity": "sha512-FEecNHkhYRBe7X9KDkdG12xNuz5VHGeH6mCE0B5sBmYtiR/Ux/9vUH/v4NUoBCDr6NuEhvahjoLiiRogptVW0A==", "integrity": "sha512-HevkSpDbpUfsrHWmWiAsNavANKYIErV2ePXllp1bwq5CDreAaFVj6RVlZpJnxK4WWDCJ/5jMUpaY6G526q3Hjg==",
"engines": { "engines": {
"node": ">=14.20.1" "node": ">=14.20.1"
} }
@@ -18772,9 +18772,9 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "7.0.3", "version": "7.0.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.0.3.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.0.4.tgz",
"integrity": "sha512-3n8vc1/mssuxKa6vfghSocp3MeiCFYzhX36Ok+PsDNNYzHC9tw3rNkAMLemIwZ2jgXqkZ7CfKOxkzjp/d/SWfg==", "integrity": "sha512-MEmQOOqQUvW1PJcji64NtA2EFGHrEvk9o4g//isVYSJW2+8Y8u49C2qFBKzn1t6/l9onQn012o/PcFqR6ixQpQ==",
"requires": { "requires": {
"bson": "^5.0.1", "bson": "^5.0.1",
"kareem": "2.5.1", "kareem": "2.5.1",
@@ -18786,9 +18786,9 @@
}, },
"dependencies": { "dependencies": {
"bson": { "bson": {
"version": "5.1.0", "version": "5.2.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-5.1.0.tgz", "resolved": "https://registry.npmjs.org/bson/-/bson-5.2.0.tgz",
"integrity": "sha512-FEecNHkhYRBe7X9KDkdG12xNuz5VHGeH6mCE0B5sBmYtiR/Ux/9vUH/v4NUoBCDr6NuEhvahjoLiiRogptVW0A==" "integrity": "sha512-HevkSpDbpUfsrHWmWiAsNavANKYIErV2ePXllp1bwq5CDreAaFVj6RVlZpJnxK4WWDCJ/5jMUpaY6G526q3Hjg=="
}, },
"mongodb": { "mongodb": {
"version": "5.1.0", "version": "5.1.0",

View File

@@ -19,7 +19,7 @@
"date-fns-tz": "2.0.0", "date-fns-tz": "2.0.0",
"googleapis": "112.0.0", "googleapis": "112.0.0",
"ics": "3.1.0", "ics": "3.1.0",
"mongoose": "7.0.3", "mongoose": "7.0.4",
"next": "^13.1.1", "next": "^13.1.1",
"next-auth": "4.22.0", "next-auth": "4.22.0",
"next-axiom": "0.17.0", "next-axiom": "0.17.0",