diff --git a/package-lock.json b/package-lock.json index a8dd150..3e8f414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 0f67219..7e0a725 100644 --- a/package.json +++ b/package.json @@ -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",