diff --git a/package-lock.json b/package-lock.json index 49fec8a..b7e4f4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "mongoose": "6.7.0", "next": "12.3.1", "next-auth": "4.15.0", - "next-axiom": "0.14.0", + "next-axiom": "0.15.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.8.0", "react": "18.2.0", @@ -8535,9 +8535,9 @@ } }, "node_modules/next-axiom": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.14.0.tgz", - "integrity": "sha512-LLbiDcL79274HqaKTSipZo6B4SCLh++11BpVfg+cNTZoLb8VH1g7g14xgFBhKeDN+DaiDSg8Of7ZPqaYEcIUXQ==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.0.tgz", + "integrity": "sha512-43ajCZ9PFuihwVkdhTTKsAcdOvsCtugu7C0uKxkmbangq2Q7CwunnM6jcR1L1Pc/E+X3+Y4M99j9hZGOxoi7Lw==", "dependencies": { "whatwg-fetch": "^3.6.2" }, @@ -8545,7 +8545,7 @@ "node": ">=15" }, "peerDependencies": { - "next": "^12.1.4" + "next": ">= 12.1.4 < 14" } }, "node_modules/next-mdx-remote": { @@ -17658,9 +17658,9 @@ } }, "next-axiom": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.14.0.tgz", - "integrity": "sha512-LLbiDcL79274HqaKTSipZo6B4SCLh++11BpVfg+cNTZoLb8VH1g7g14xgFBhKeDN+DaiDSg8Of7ZPqaYEcIUXQ==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.15.0.tgz", + "integrity": "sha512-43ajCZ9PFuihwVkdhTTKsAcdOvsCtugu7C0uKxkmbangq2Q7CwunnM6jcR1L1Pc/E+X3+Y4M99j9hZGOxoi7Lw==", "requires": { "whatwg-fetch": "^3.6.2" } diff --git a/package.json b/package.json index eb99f35..872fec3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "mongoose": "6.7.0", "next": "12.3.1", "next-auth": "4.15.0", - "next-axiom": "0.14.0", + "next-axiom": "0.15.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.8.0", "react": "18.2.0",