Reverted upgrade of marked dep

This commit is contained in:
DrMint 2023-05-03 04:45:20 +02:00
parent c03e92a354
commit 6a33cfa15a
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -20,7 +20,7 @@
"isomorphic-dompurify": "^1.3.0",
"jotai": "^2.0.4",
"markdown-to-jsx": "^7.2.0",
"marked": "^5.0.0",
"marked": "^4.3.0",
"material-symbols": "^0.5.5",
"meilisearch": "^0.32.3",
"next": "^13.3.4",
@ -8018,14 +8018,14 @@
}
},
"node_modules/marked": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.0.0.tgz",
"integrity": "sha512-YQ6+L9l/NSBDjFgCQQebmTCc62EUdZ5RpIZ7A/FmC8IYMB5s7Cz8sT7imuMAkbIL4CvXpQLdW45fpK5UwiU7DA==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
"node": ">= 12"
}
},
"node_modules/material-symbols": {
@ -16937,9 +16937,9 @@
"requires": {}
},
"marked": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-5.0.0.tgz",
"integrity": "sha512-YQ6+L9l/NSBDjFgCQQebmTCc62EUdZ5RpIZ7A/FmC8IYMB5s7Cz8sT7imuMAkbIL4CvXpQLdW45fpK5UwiU7DA=="
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A=="
},
"material-symbols": {
"version": "0.5.5",

View File

@ -33,7 +33,7 @@
"isomorphic-dompurify": "^1.3.0",
"jotai": "^2.0.4",
"markdown-to-jsx": "^7.2.0",
"marked": "^5.0.0",
"marked": "^4.3.0",
"material-symbols": "^0.5.5",
"meilisearch": "^0.32.3",
"next": "^13.3.4",