From 51ecbb98c8552610559d837e2c12d71705b9d347 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:51:02 +0000 Subject: [PATCH] Update dependency next-axiom to v0.17.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 ebb69d3..4f79e83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 852c0b7..6fc70d7 100644 --- a/package.json +++ b/package.json @@ -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",