Update dependency next-axiom to v0.9.0

This commit is contained in:
renovate[bot]
2022-06-28 11:26:02 +00:00
parent 29e26a95aa
commit 338c48fee4
2 changed files with 20 additions and 26 deletions

44
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"mongoose": "6.4.1",
"next": "12.1.6",
"next-auth": "4.6.1",
"next-axiom": "0.8.1",
"next-axiom": "0.9.0",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.5",
"react": "18.2.0",
@@ -2726,14 +2726,6 @@
"url": "https://opencollective.com/core-js"
}
},
"node_modules/cross-fetch": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
"dependencies": {
"node-fetch": "2.6.7"
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -6777,11 +6769,11 @@
}
},
"node_modules/next-axiom": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.8.1.tgz",
"integrity": "sha512-4d54jQFXXwhiPMNSsAeLLQYDQbYxDYccChs12z0Er1Fclsu+ZbxkGu140DBUdm4lVH8SzGnWmNbyuHClF0QClg==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.9.0.tgz",
"integrity": "sha512-QtVdOkVDXvTONHKrWJr54xAlMQqV+1qaazKkqZvvz8UaIH5QriHFURJi7ZZPOsEbEfAhrw22ZKe1pSu2gwU1Yw==",
"dependencies": {
"cross-fetch": "^3.1.5"
"whatwg-fetch": "^3.6.2"
},
"engines": {
"node": ">=15"
@@ -9289,6 +9281,11 @@
"makeerror": "1.0.12"
}
},
"node_modules/whatwg-fetch": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
"integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
@@ -11323,14 +11320,6 @@
"integrity": "sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ==",
"dev": true
},
"cross-fetch": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
"requires": {
"node-fetch": "2.6.7"
}
},
"cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
@@ -14185,11 +14174,11 @@
}
},
"next-axiom": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.8.1.tgz",
"integrity": "sha512-4d54jQFXXwhiPMNSsAeLLQYDQbYxDYccChs12z0Er1Fclsu+ZbxkGu140DBUdm4lVH8SzGnWmNbyuHClF0QClg==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/next-axiom/-/next-axiom-0.9.0.tgz",
"integrity": "sha512-QtVdOkVDXvTONHKrWJr54xAlMQqV+1qaazKkqZvvz8UaIH5QriHFURJi7ZZPOsEbEfAhrw22ZKe1pSu2gwU1Yw==",
"requires": {
"cross-fetch": "^3.1.5"
"whatwg-fetch": "^3.6.2"
}
},
"next-mdx-remote": {
@@ -15839,6 +15828,11 @@
"makeerror": "1.0.12"
}
},
"whatwg-fetch": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
"integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
},
"which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",