chore(deps): upgrade marked (cannot do it to 8.0.0 because of deprecated options still used)

This commit is contained in:
Simon Lecoq
2023-09-14 05:54:31 +02:00
parent 183ade98e3
commit 4362c2a27b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"linguist-js": "^2.6.1", "linguist-js": "^2.6.1",
"marked": "^7.0.4", "marked": "^7.0.5",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"minimatch": "^9.0.3", "minimatch": "^9.0.3",
"open-graph-scraper": "^6.2.2", "open-graph-scraper": "^6.2.2",
@@ -6435,9 +6435,9 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "7.0.4", "version": "7.0.5",
"resolved": "https://registry.npmjs.org/marked/-/marked-7.0.4.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.5.tgz",
"integrity": "sha512-t8eP0dXRJMtMvBojtkcsA7n48BkauktUKzfkPSCq85ZMTJ0v76Rke4DYz01omYpPTUh4p/f7HePgRo3ebG8+QQ==", "integrity": "sha512-lwNAFTfXgqpt/XvK17a/8wY9/q6fcSPZT1aP6QW0u74VwaJF/Z9KbRcX23sWE4tODM+AolJNcUtErTkgOeFP/Q==",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"
}, },

View File

@@ -50,7 +50,7 @@
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"linguist-js": "^2.6.1", "linguist-js": "^2.6.1",
"marked": "^7.0.4", "marked": "^7.0.5",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"minimatch": "^9.0.3", "minimatch": "^9.0.3",
"open-graph-scraper": "^6.2.2", "open-graph-scraper": "^6.2.2",