diff --git a/package-lock.json b/package-lock.json index 9880370..ff45702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "mongoose": "6.5.2", "next": "12.2.4", "next-auth": "4.10.3", - "next-axiom": "0.11.1", + "next-axiom": "0.12.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.1", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.1.tgz", - "integrity": "sha512-v2Z3hXgqdxsqtWxGCLzzKs9YjETcQQTk8ucHZO1tfJl/v7Bn7VS6SU+39uR9DNOr9lLf/sQfNe9dwTwW8RUHkg==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.12.1.tgz", + "integrity": "sha512-VVj7fwxkxAovq6olxotC1aI0SbwqjDbOKk+MvVF8Qv/+fwvQoXTjs0vCLywEOc1+u8b31jxbsJiHkhoSHrnPWA==", "dependencies": { "whatwg-fetch": "^3.6.2" }, @@ -14461,9 +14461,9 @@ } }, "next-axiom": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.1.tgz", - "integrity": "sha512-v2Z3hXgqdxsqtWxGCLzzKs9YjETcQQTk8ucHZO1tfJl/v7Bn7VS6SU+39uR9DNOr9lLf/sQfNe9dwTwW8RUHkg==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.12.1.tgz", + "integrity": "sha512-VVj7fwxkxAovq6olxotC1aI0SbwqjDbOKk+MvVF8Qv/+fwvQoXTjs0vCLywEOc1+u8b31jxbsJiHkhoSHrnPWA==", "requires": { "whatwg-fetch": "^3.6.2" } diff --git a/package.json b/package.json index 375a2d2..f76fcda 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mongoose": "6.5.2", "next": "12.2.4", "next-auth": "4.10.3", - "next-axiom": "0.11.1", + "next-axiom": "0.12.1", "next-mdx-remote": "4.1.0", "nodemailer": "6.7.7", "react": "18.2.0",