Merge pull request #12969 from openlayers/dependabot/npm_and_yarn/marked-4.0.0

Bump marked from 3.0.8 to 4.0.0
This commit is contained in:
Andreas Hocevar
2021-11-08 17:12:18 +01:00
committed by GitHub
4 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
* works around an issue with `~` characters in module paths by escaping them.
*/
const marked = require('marked');
const {marked} = require('marked');
const format = require('util').format;
const tags = [

View File

@@ -3,10 +3,10 @@ import frontMatter from 'front-matter';
import fs from 'fs';
import fse from 'fs-extra';
import handlebars from 'handlebars';
import marked from 'marked';
import path, {dirname} from 'path';
import sources from 'webpack-sources';
import {fileURLToPath} from 'url';
import {marked} from 'marked';
const RawSource = sources.RawSource;
const baseDir = dirname(fileURLToPath(import.meta.url));

16
package-lock.json generated
View File

@@ -54,7 +54,7 @@
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"loglevelnext": "^5.0.5",
"marked": "3.0.8",
"marked": "4.0.0",
"mocha": "9.1.3",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",
@@ -7347,12 +7347,12 @@
}
},
"node_modules/marked": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz",
"integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.0.tgz",
"integrity": "sha512-K3C1JvtiXuXVLoxDQEJP4NMLBuThlTkthgUOCzqLghIpHfis1DIZZfPI3o4UgfFpQ0d+JvTql2h+szR9jQ1p1w==",
"dev": true,
"bin": {
"marked": "bin/marked"
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 12"
@@ -16531,9 +16531,9 @@
"requires": {}
},
"marked": {
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz",
"integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.0.tgz",
"integrity": "sha512-K3C1JvtiXuXVLoxDQEJP4NMLBuThlTkthgUOCzqLghIpHfis1DIZZfPI3o4UgfFpQ0d+JvTql2h+szR9jQ1p1w==",
"dev": true
},
"mdurl": {

View File

@@ -90,7 +90,7 @@
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"loglevelnext": "^5.0.5",
"marked": "3.0.8",
"marked": "4.0.0",
"mocha": "9.1.3",
"pixelmatch": "^5.1.0",
"pngjs": "^6.0.0",