Update dependency next-axiom to v0.11.1

This commit is contained in:
renovate[bot]
2022-08-03 11:07:44 +00:00
parent d25012f85a
commit 8c950dd880
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"mongoose": "6.5.0", "mongoose": "6.5.0",
"next": "12.2.3", "next": "12.2.3",
"next-auth": "4.10.3", "next-auth": "4.10.3",
"next-axiom": "0.11.0", "next-axiom": "0.11.1",
"next-mdx-remote": "4.1.0", "next-mdx-remote": "4.1.0",
"nodemailer": "6.7.7", "nodemailer": "6.7.7",
"react": "18.2.0", "react": "18.2.0",
@@ -6925,9 +6925,9 @@
} }
}, },
"node_modules/next-axiom": { "node_modules/next-axiom": {
"version": "0.11.0", "version": "0.11.1",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.0.tgz", "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.1.tgz",
"integrity": "sha512-E1WQ5v51m/3/ljTDVNGGTVtvd/Tx1QZOSkNwXe/Rs8xDLLDZ3sG72MofxnSpuVSQyZnjEUUt3/aDfHMVwikkvw==", "integrity": "sha512-v2Z3hXgqdxsqtWxGCLzzKs9YjETcQQTk8ucHZO1tfJl/v7Bn7VS6SU+39uR9DNOr9lLf/sQfNe9dwTwW8RUHkg==",
"dependencies": { "dependencies": {
"whatwg-fetch": "^3.6.2" "whatwg-fetch": "^3.6.2"
}, },
@@ -14426,9 +14426,9 @@
} }
}, },
"next-axiom": { "next-axiom": {
"version": "0.11.0", "version": "0.11.1",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.0.tgz", "resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.11.1.tgz",
"integrity": "sha512-E1WQ5v51m/3/ljTDVNGGTVtvd/Tx1QZOSkNwXe/Rs8xDLLDZ3sG72MofxnSpuVSQyZnjEUUt3/aDfHMVwikkvw==", "integrity": "sha512-v2Z3hXgqdxsqtWxGCLzzKs9YjETcQQTk8ucHZO1tfJl/v7Bn7VS6SU+39uR9DNOr9lLf/sQfNe9dwTwW8RUHkg==",
"requires": { "requires": {
"whatwg-fetch": "^3.6.2" "whatwg-fetch": "^3.6.2"
} }

View File

@@ -21,7 +21,7 @@
"mongoose": "6.5.0", "mongoose": "6.5.0",
"next": "12.2.3", "next": "12.2.3",
"next-auth": "4.10.3", "next-auth": "4.10.3",
"next-axiom": "0.11.0", "next-axiom": "0.11.1",
"next-mdx-remote": "4.1.0", "next-mdx-remote": "4.1.0",
"nodemailer": "6.7.7", "nodemailer": "6.7.7",
"react": "18.2.0", "react": "18.2.0",