diff --git a/package-lock.json b/package-lock.json index a7c2917..3e19820 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "mongoose": "6.5.4", "next": "12.2.5", "next-auth": "4.10.3", - "next-axiom": "0.13.0", + "next-axiom": "0.14.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.7.8", "react": "18.2.0", @@ -6991,9 +6991,9 @@ } }, "node_modules/next-axiom": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.13.0.tgz", - "integrity": "sha512-yWNsTd2abreXa9KBYeAhhVCsTFClZI37jUG0c+CfkENxl51EpSVlY+dWSA8hGJQtXWOXKs6yeW1PaiVr2NU1rw==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.14.0.tgz", + "integrity": "sha512-LLbiDcL79274HqaKTSipZo6B4SCLh++11BpVfg+cNTZoLb8VH1g7g14xgFBhKeDN+DaiDSg8Of7ZPqaYEcIUXQ==", "dependencies": { "whatwg-fetch": "^3.6.2" }, @@ -14574,9 +14574,9 @@ } }, "next-axiom": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.13.0.tgz", - "integrity": "sha512-yWNsTd2abreXa9KBYeAhhVCsTFClZI37jUG0c+CfkENxl51EpSVlY+dWSA8hGJQtXWOXKs6yeW1PaiVr2NU1rw==", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.14.0.tgz", + "integrity": "sha512-LLbiDcL79274HqaKTSipZo6B4SCLh++11BpVfg+cNTZoLb8VH1g7g14xgFBhKeDN+DaiDSg8Of7ZPqaYEcIUXQ==", "requires": { "whatwg-fetch": "^3.6.2" } diff --git a/package.json b/package.json index a1976ee..97f507f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mongoose": "6.5.4", "next": "12.2.5", "next-auth": "4.10.3", - "next-axiom": "0.13.0", + "next-axiom": "0.14.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.7.8", "react": "18.2.0",