Update dependency next-axiom to v0.8.1

This commit is contained in:
renovate[bot]
2022-06-27 13:57:26 +00:00
parent 8d0ab78b4b
commit 0acc4665c5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"mongoose": "6.3.8",
"next": "12.1.6",
"next-auth": "4.6.1",
"next-axiom": "^0.8.0",
"next-axiom": "0.8.1",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.5",
"react": "18.2.0",
@@ -6777,9 +6777,9 @@
}
},
"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==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.8.1.tgz",
"integrity": "sha512-4d54jQFXXwhiPMNSsAeLLQYDQbYxDYccChs12z0Er1Fclsu+ZbxkGu140DBUdm4lVH8SzGnWmNbyuHClF0QClg==",
"dependencies": {
"cross-fetch": "^3.1.5"
},
@@ -14185,9 +14185,9 @@
}
},
"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==",
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.8.1.tgz",
"integrity": "sha512-4d54jQFXXwhiPMNSsAeLLQYDQbYxDYccChs12z0Er1Fclsu+ZbxkGu140DBUdm4lVH8SzGnWmNbyuHClF0QClg==",
"requires": {
"cross-fetch": "^3.1.5"
}

View File

@@ -21,7 +21,7 @@
"mongoose": "6.3.8",
"next": "12.1.6",
"next-auth": "4.6.1",
"next-axiom": "^0.8.0",
"next-axiom": "0.8.1",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.5",
"react": "18.2.0",