Update dependency next-axiom to v0.16.0

This commit is contained in:
renovate[bot]
2022-12-01 16:10:15 +00:00
parent 12a643e912
commit e0e04a51d9
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"mongoose": "6.7.5",
"next": "13.0.5",
"next-auth": "4.17.0",
"next-axiom": "0.15.1",
"next-axiom": "0.16.0",
"next-mdx-remote": "4.2.0",
"nodemailer": "6.8.0",
"react": "18.2.0",
@@ -8686,9 +8686,9 @@
}
},
"node_modules/next-axiom": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.1.tgz",
"integrity": "sha512-5leWEoW6LugxLGFilmJPCVmG8cfZio6sXtVw+/7dqQvEbX5T1dwvoOSfmLh2NjocP/i/R2jpdrtgFl+ZrkOl1Q==",
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.16.0.tgz",
"integrity": "sha512-WlmObMtra/OJPiJ6Gim4g8OTuLlJx9DVTeEaNmBIO3wEkR+Nt4932/xng2a9XofOVR7RgaNk1QIyPrqZW9P25w==",
"dependencies": {
"whatwg-fetch": "^3.6.2"
},
@@ -17974,9 +17974,9 @@
}
},
"next-axiom": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.1.tgz",
"integrity": "sha512-5leWEoW6LugxLGFilmJPCVmG8cfZio6sXtVw+/7dqQvEbX5T1dwvoOSfmLh2NjocP/i/R2jpdrtgFl+ZrkOl1Q==",
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.16.0.tgz",
"integrity": "sha512-WlmObMtra/OJPiJ6Gim4g8OTuLlJx9DVTeEaNmBIO3wEkR+Nt4932/xng2a9XofOVR7RgaNk1QIyPrqZW9P25w==",
"requires": {
"whatwg-fetch": "^3.6.2"
}

View File

@@ -23,7 +23,7 @@
"mongoose": "6.7.5",
"next": "13.0.5",
"next-auth": "4.17.0",
"next-axiom": "0.15.1",
"next-axiom": "0.16.0",
"next-mdx-remote": "4.2.0",
"nodemailer": "6.8.0",
"react": "18.2.0",