Update dependency next-axiom to v0.17.0

This commit is contained in:
renovate[bot]
2023-02-10 09:51:02 +00:00
parent a3d620572b
commit 51ecbb98c8
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"mongoose": "6.9.1",
"next": "^13.1.1",
"next-auth": "4.19.2",
"next-axiom": "0.16.0",
"next-axiom": "0.17.0",
"next-mdx-remote": "4.3.0",
"nodemailer": "^6.8.0",
"react": "18.2.0",
@@ -8674,9 +8674,9 @@
}
},
"node_modules/next-axiom": {
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.16.0.tgz",
"integrity": "sha512-WlmObMtra/OJPiJ6Gim4g8OTuLlJx9DVTeEaNmBIO3wEkR+Nt4932/xng2a9XofOVR7RgaNk1QIyPrqZW9P25w==",
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.17.0.tgz",
"integrity": "sha512-qFdnH50SvRjJUAmNjGIYLcRc4tO/U4R1h9WUuniiwaucXAH5KhL06m7TT3WWD2U1HbulwSfC0R+NlPASOx1XlQ==",
"dependencies": {
"whatwg-fetch": "^3.6.2"
},
@@ -17970,9 +17970,9 @@
}
},
"next-axiom": {
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.16.0.tgz",
"integrity": "sha512-WlmObMtra/OJPiJ6Gim4g8OTuLlJx9DVTeEaNmBIO3wEkR+Nt4932/xng2a9XofOVR7RgaNk1QIyPrqZW9P25w==",
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.17.0.tgz",
"integrity": "sha512-qFdnH50SvRjJUAmNjGIYLcRc4tO/U4R1h9WUuniiwaucXAH5KhL06m7TT3WWD2U1HbulwSfC0R+NlPASOx1XlQ==",
"requires": {
"whatwg-fetch": "^3.6.2"
}

View File

@@ -22,7 +22,7 @@
"mongoose": "6.9.1",
"next": "^13.1.1",
"next-auth": "4.19.2",
"next-axiom": "0.16.0",
"next-axiom": "0.17.0",
"next-mdx-remote": "4.3.0",
"nodemailer": "^6.8.0",
"react": "18.2.0",