Reverted upgrade of marked dep
This commit is contained in:
parent
c03e92a354
commit
6a33cfa15a
|
@ -20,7 +20,7 @@
|
||||||
"isomorphic-dompurify": "^1.3.0",
|
"isomorphic-dompurify": "^1.3.0",
|
||||||
"jotai": "^2.0.4",
|
"jotai": "^2.0.4",
|
||||||
"markdown-to-jsx": "^7.2.0",
|
"markdown-to-jsx": "^7.2.0",
|
||||||
"marked": "^5.0.0",
|
"marked": "^4.3.0",
|
||||||
"material-symbols": "^0.5.5",
|
"material-symbols": "^0.5.5",
|
||||||
"meilisearch": "^0.32.3",
|
"meilisearch": "^0.32.3",
|
||||||
"next": "^13.3.4",
|
"next": "^13.3.4",
|
||||||
|
@ -8018,14 +8018,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/marked": {
|
"node_modules/marked": {
|
||||||
"version": "5.0.0",
|
"version": "4.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/marked/-/marked-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
||||||
"integrity": "sha512-YQ6+L9l/NSBDjFgCQQebmTCc62EUdZ5RpIZ7A/FmC8IYMB5s7Cz8sT7imuMAkbIL4CvXpQLdW45fpK5UwiU7DA==",
|
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
||||||
"bin": {
|
"bin": {
|
||||||
"marked": "bin/marked.js"
|
"marked": "bin/marked.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 18"
|
"node": ">= 12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/material-symbols": {
|
"node_modules/material-symbols": {
|
||||||
|
@ -16937,9 +16937,9 @@
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"marked": {
|
"marked": {
|
||||||
"version": "5.0.0",
|
"version": "4.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/marked/-/marked-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
||||||
"integrity": "sha512-YQ6+L9l/NSBDjFgCQQebmTCc62EUdZ5RpIZ7A/FmC8IYMB5s7Cz8sT7imuMAkbIL4CvXpQLdW45fpK5UwiU7DA=="
|
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A=="
|
||||||
},
|
},
|
||||||
"material-symbols": {
|
"material-symbols": {
|
||||||
"version": "0.5.5",
|
"version": "0.5.5",
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"isomorphic-dompurify": "^1.3.0",
|
"isomorphic-dompurify": "^1.3.0",
|
||||||
"jotai": "^2.0.4",
|
"jotai": "^2.0.4",
|
||||||
"markdown-to-jsx": "^7.2.0",
|
"markdown-to-jsx": "^7.2.0",
|
||||||
"marked": "^5.0.0",
|
"marked": "^4.3.0",
|
||||||
"material-symbols": "^0.5.5",
|
"material-symbols": "^0.5.5",
|
||||||
"meilisearch": "^0.32.3",
|
"meilisearch": "^0.32.3",
|
||||||
"next": "^13.3.4",
|
"next": "^13.3.4",
|
||||||
|
|
Loading…
Reference in New Issue