improve logging?

This commit is contained in:
Thomas Ruoff
2022-06-23 21:36:43 +02:00
committed by Thomas Ruoff
parent 942066bc7a
commit 00002a62d2
15 changed files with 91 additions and 50 deletions

39
package-lock.json generated
View File

@@ -19,6 +19,7 @@
"mongoose": "6.3.8",
"next": "12.1.6",
"next-auth": "4.6.1",
"next-axiom": "^0.8.0",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.5",
"react": "18.2.0",
@@ -2726,6 +2727,14 @@
"url": "https://opencollective.com/core-js"
}
},
"node_modules/cross-fetch": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
"dependencies": {
"node-fetch": "2.6.7"
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -6768,6 +6777,20 @@
}
}
},
"node_modules/next-axiom": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.8.0.tgz",
"integrity": "sha512-lSgUHBhcSDR97uSoUVqrFiMIGuH47lR8x57oUzUn98r+aMo7FDgqcmNPtWkYZGATTrBfIt/ZmaCq6YBhNYuR/g==",
"dependencies": {
"cross-fetch": "^3.1.5"
},
"engines": {
"node": ">=15"
},
"peerDependencies": {
"next": "^12.1.4"
}
},
"node_modules/next-mdx-remote": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/next-mdx-remote/-/next-mdx-remote-4.0.3.tgz",
@@ -11266,6 +11289,14 @@
"integrity": "sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ==",
"dev": true
},
"cross-fetch": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
"requires": {
"node-fetch": "2.6.7"
}
},
"cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -14119,6 +14150,14 @@
"uuid": "^8.3.2"
}
},
"next-axiom": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.8.0.tgz",
"integrity": "sha512-lSgUHBhcSDR97uSoUVqrFiMIGuH47lR8x57oUzUn98r+aMo7FDgqcmNPtWkYZGATTrBfIt/ZmaCq6YBhNYuR/g==",
"requires": {
"cross-fetch": "^3.1.5"
}
},
"next-mdx-remote": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/next-mdx-remote/-/next-mdx-remote-4.0.3.tgz",