From 01d1578f88ed7347ce6c7ee3dbf852e1f165708e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 01:21:17 +0000 Subject: [PATCH] Update dependency next-axiom to v0.15.1 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c96c08d..2df70a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "mongoose": "6.7.2", "next": "12.3.2", "next-auth": "4.16.4", - "next-axiom": "0.15.0", + "next-axiom": "0.15.1", "next-mdx-remote": "4.2.0", "nodemailer": "6.8.0", "react": "18.2.0", @@ -8535,9 +8535,9 @@ } }, "node_modules/next-axiom": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.0.tgz", - "integrity": "sha512-43ajCZ9PFuihwVkdhTTKsAcdOvsCtugu7C0uKxkmbangq2Q7CwunnM6jcR1L1Pc/E+X3+Y4M99j9hZGOxoi7Lw==", + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.1.tgz", + "integrity": "sha512-5leWEoW6LugxLGFilmJPCVmG8cfZio6sXtVw+/7dqQvEbX5T1dwvoOSfmLh2NjocP/i/R2jpdrtgFl+ZrkOl1Q==", "dependencies": { "whatwg-fetch": "^3.6.2" }, @@ -8545,7 +8545,7 @@ "node": ">=15" }, "peerDependencies": { - "next": ">= 12.1.4 < 14" + "next": "^12.1.4 || ^13" } }, "node_modules/next-mdx-remote": { @@ -17658,9 +17658,9 @@ } }, "next-axiom": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.0.tgz", - "integrity": "sha512-43ajCZ9PFuihwVkdhTTKsAcdOvsCtugu7C0uKxkmbangq2Q7CwunnM6jcR1L1Pc/E+X3+Y4M99j9hZGOxoi7Lw==", + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.1.tgz", + "integrity": "sha512-5leWEoW6LugxLGFilmJPCVmG8cfZio6sXtVw+/7dqQvEbX5T1dwvoOSfmLh2NjocP/i/R2jpdrtgFl+ZrkOl1Q==", "requires": { "whatwg-fetch": "^3.6.2" } diff --git a/package.json b/package.json index e58c93f..41a7305 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "mongoose": "6.7.2", "next": "12.3.2", "next-auth": "4.16.4", - "next-axiom": "0.15.0", + "next-axiom": "0.15.1", "next-mdx-remote": "4.2.0", "nodemailer": "6.8.0", "react": "18.2.0",