diff --git a/package-lock.json b/package-lock.json index 7eb207b..f7a49a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "mongoose": "6.4.2", "next": "12.2.0", "next-auth": "4.8.0", - "next-axiom": "0.9.0", + "next-axiom": "0.10.0", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.6", "react": "18.2.0", @@ -6799,9 +6799,9 @@ } }, "node_modules/next-axiom": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.9.0.tgz", - "integrity": "sha512-QtVdOkVDXvTONHKrWJr54xAlMQqV+1qaazKkqZvvz8UaIH5QriHFURJi7ZZPOsEbEfAhrw22ZKe1pSu2gwU1Yw==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.10.0.tgz", + "integrity": "sha512-QrOUqNmJ20StiR0b+/HMiW0o0w442DjfaOg4yH3hNJmAX0c9Afy6hiZ/j9D67XmqlpXeg83ESx89rt83u4/giA==", "dependencies": { "whatwg-fetch": "^3.6.2" }, @@ -14236,9 +14236,9 @@ } }, "next-axiom": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.9.0.tgz", - "integrity": "sha512-QtVdOkVDXvTONHKrWJr54xAlMQqV+1qaazKkqZvvz8UaIH5QriHFURJi7ZZPOsEbEfAhrw22ZKe1pSu2gwU1Yw==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.10.0.tgz", + "integrity": "sha512-QrOUqNmJ20StiR0b+/HMiW0o0w442DjfaOg4yH3hNJmAX0c9Afy6hiZ/j9D67XmqlpXeg83ESx89rt83u4/giA==", "requires": { "whatwg-fetch": "^3.6.2" } diff --git a/package.json b/package.json index db553f9..220925f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mongoose": "6.4.2", "next": "12.2.0", "next-auth": "4.8.0", - "next-axiom": "0.9.0", + "next-axiom": "0.10.0", "next-mdx-remote": "4.0.3", "nodemailer": "6.7.6", "react": "18.2.0",