Update dependency next-axiom to v0.10.0

This commit is contained in:
renovate[bot]
2022-07-04 10:22:42 +00:00
parent 19bab1be42
commit 1c22b7cfbe
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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"
}

View File

@@ -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",