From 8c950dd880b095c90975a4ce022c1825eb0f2de4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:07:44 +0000 Subject: [PATCH] Update dependency next-axiom to v0.11.1 --- 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 7b8145b..11f2ff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "mongoose": "6.5.0", "next": "12.2.3", "next-auth": "4.10.3", - "next-axiom": "0.11.0", + "next-axiom": "0.11.1", "next-mdx-remote": "4.1.0", "nodemailer": "6.7.7", "react": "18.2.0", @@ -6925,9 +6925,9 @@ } }, "node_modules/next-axiom": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.0.tgz", - "integrity": "sha512-E1WQ5v51m/3/ljTDVNGGTVtvd/Tx1QZOSkNwXe/Rs8xDLLDZ3sG72MofxnSpuVSQyZnjEUUt3/aDfHMVwikkvw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.1.tgz", + "integrity": "sha512-v2Z3hXgqdxsqtWxGCLzzKs9YjETcQQTk8ucHZO1tfJl/v7Bn7VS6SU+39uR9DNOr9lLf/sQfNe9dwTwW8RUHkg==", "dependencies": { "whatwg-fetch": "^3.6.2" }, @@ -14426,9 +14426,9 @@ } }, "next-axiom": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.0.tgz", - "integrity": "sha512-E1WQ5v51m/3/ljTDVNGGTVtvd/Tx1QZOSkNwXe/Rs8xDLLDZ3sG72MofxnSpuVSQyZnjEUUt3/aDfHMVwikkvw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.1.tgz", + "integrity": "sha512-v2Z3hXgqdxsqtWxGCLzzKs9YjETcQQTk8ucHZO1tfJl/v7Bn7VS6SU+39uR9DNOr9lLf/sQfNe9dwTwW8RUHkg==", "requires": { "whatwg-fetch": "^3.6.2" } diff --git a/package.json b/package.json index 5b75b8a..fe98c32 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mongoose": "6.5.0", "next": "12.2.3", "next-auth": "4.10.3", - "next-axiom": "0.11.0", + "next-axiom": "0.11.1", "next-mdx-remote": "4.1.0", "nodemailer": "6.7.7", "react": "18.2.0",