From e0e04a51d9ada6664468cb36f5af7746023770c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:10:15 +0000 Subject: [PATCH] Update dependency next-axiom to v0.16.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",