Update dependency next-axiom to v0.18.0

This commit is contained in:
renovate[bot]
2023-06-27 15:38:55 +00:00
parent 79650d6055
commit 8466e6bfef
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"mongoose": "7.3.1",
"next": "^13.3.1",
"next-auth": "4.22.1",
"next-axiom": "0.17.0",
"next-axiom": "0.18.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",
"react": "18.2.0",
@@ -9206,9 +9206,9 @@
}
},
"node_modules/next-axiom": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.17.0.tgz",
"integrity": "sha512-qFdnH50SvRjJUAmNjGIYLcRc4tO/U4R1h9WUuniiwaucXAH5KhL06m7TT3WWD2U1HbulwSfC0R+NlPASOx1XlQ==",
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.18.0.tgz",
"integrity": "sha512-OexBGAQ3l/EPCIxbaGVee+JmJZfW6DMT/NCqaRw6tsZ7dO72rsZCAMhDh6qT41+dCyb+X10Dzx3yHVy+3p1qyw==",
"dependencies": {
"whatwg-fetch": "^3.6.2"
},
@@ -18957,9 +18957,9 @@
}
},
"next-axiom": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.17.0.tgz",
"integrity": "sha512-qFdnH50SvRjJUAmNjGIYLcRc4tO/U4R1h9WUuniiwaucXAH5KhL06m7TT3WWD2U1HbulwSfC0R+NlPASOx1XlQ==",
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.18.0.tgz",
"integrity": "sha512-OexBGAQ3l/EPCIxbaGVee+JmJZfW6DMT/NCqaRw6tsZ7dO72rsZCAMhDh6qT41+dCyb+X10Dzx3yHVy+3p1qyw==",
"requires": {
"whatwg-fetch": "^3.6.2"
}

View File

@@ -22,7 +22,7 @@
"mongoose": "7.3.1",
"next": "^13.3.1",
"next-auth": "4.22.1",
"next-axiom": "0.17.0",
"next-axiom": "0.18.0",
"next-mdx-remote": "4.4.1",
"nodemailer": "^6.9.1",
"react": "18.2.0",