Update dependency next-mdx-remote to v4.0.3

This commit is contained in:
Renovate Bot
2022-04-27 23:52:49 +00:00
committed by renovate[bot]
parent a1c5acffbe
commit 47efa4901a
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"mongoose": "6.3.1",
"next": "12.1.5",
"next-auth": "4.3.3",
"next-mdx-remote": "4.0.2",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.3",
"p-retry": "5.1.1",
"react": "17.0.2",
@@ -8269,9 +8269,9 @@
}
},
"node_modules/next-mdx-remote": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/next-mdx-remote/-/next-mdx-remote-4.0.2.tgz",
"integrity": "sha512-1cZM2xm+G1FyYodGt92lCXisP0owPeppVHeH5TIaXUGdt6ENBZYOxLNFaVl9fkS9wP/s2sLcC9m2c1iLH2H4rA==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/next-mdx-remote/-/next-mdx-remote-4.0.3.tgz",
"integrity": "sha512-jKpZyBN0cOUmfBRId5iGpplWOO79hV2A5qfo17VG4Avn0G5PEs6vR9vf9IngKEw1G4aVqzhCs3j9CEbMFzZoAg==",
"dependencies": {
"@mdx-js/mdx": "^2.0.0",
"@mdx-js/react": "^2.0.0",
@@ -8283,8 +8283,8 @@
"npm": ">=7"
},
"peerDependencies": {
"react": ">=16.x <=17.x",
"react-dom": ">=16.x <=17.x"
"react": ">=16.x <=18.x",
"react-dom": ">=16.x <=18.x"
}
},
"node_modules/next/node_modules/postcss": {
@@ -16964,9 +16964,9 @@
}
},
"next-mdx-remote": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/next-mdx-remote/-/next-mdx-remote-4.0.2.tgz",
"integrity": "sha512-1cZM2xm+G1FyYodGt92lCXisP0owPeppVHeH5TIaXUGdt6ENBZYOxLNFaVl9fkS9wP/s2sLcC9m2c1iLH2H4rA==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/next-mdx-remote/-/next-mdx-remote-4.0.3.tgz",
"integrity": "sha512-jKpZyBN0cOUmfBRId5iGpplWOO79hV2A5qfo17VG4Avn0G5PEs6vR9vf9IngKEw1G4aVqzhCs3j9CEbMFzZoAg==",
"requires": {
"@mdx-js/mdx": "^2.0.0",
"@mdx-js/react": "^2.0.0",

View File

@@ -19,7 +19,7 @@
"mongoose": "6.3.1",
"next": "12.1.5",
"next-auth": "4.3.3",
"next-mdx-remote": "4.0.2",
"next-mdx-remote": "4.0.3",
"nodemailer": "6.7.3",
"p-retry": "5.1.1",
"react": "17.0.2",