diff --git a/package-lock.json b/package-lock.json index 6ad49b2..82b4d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "mongoose": "6.4.5", "next": "12.2.2", "next-auth": "4.10.0", - "next-axiom": "0.10.0", + "next-axiom": "0.11.0", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.7", "react": "18.2.0", @@ -6841,9 +6841,9 @@ } }, "node_modules/next-axiom": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.10.0.tgz", - "integrity": "sha512-QrOUqNmJ20StiR0b+/HMiW0o0w442DjfaOg4yH3hNJmAX0c9Afy6hiZ/j9D67XmqlpXeg83ESx89rt83u4/giA==", + "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==", "dependencies": { "whatwg-fetch": "^3.6.2" }, @@ -14318,9 +14318,9 @@ } }, "next-axiom": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.10.0.tgz", - "integrity": "sha512-QrOUqNmJ20StiR0b+/HMiW0o0w442DjfaOg4yH3hNJmAX0c9Afy6hiZ/j9D67XmqlpXeg83ESx89rt83u4/giA==", + "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==", "requires": { "whatwg-fetch": "^3.6.2" } diff --git a/package.json b/package.json index 3408b9c..e08777c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mongoose": "6.4.5", "next": "12.2.2", "next-auth": "4.10.0", - "next-axiom": "0.10.0", + "next-axiom": "0.11.0", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.7", "react": "18.2.0",