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:
@@ -9,7 +9,7 @@
|
|||||||
* works around an issue with `~` characters in module paths by escaping them.
|
* 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 format = require('util').format;
|
||||||
|
|
||||||
const tags = [
|
const tags = [
|
||||||
|
|||||||
@@ -3,10 +3,10 @@ import frontMatter from 'front-matter';
|
|||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import fse from 'fs-extra';
|
import fse from 'fs-extra';
|
||||||
import handlebars from 'handlebars';
|
import handlebars from 'handlebars';
|
||||||
import marked from 'marked';
|
|
||||||
import path, {dirname} from 'path';
|
import path, {dirname} from 'path';
|
||||||
import sources from 'webpack-sources';
|
import sources from 'webpack-sources';
|
||||||
import {fileURLToPath} from 'url';
|
import {fileURLToPath} from 'url';
|
||||||
|
import {marked} from 'marked';
|
||||||
|
|
||||||
const RawSource = sources.RawSource;
|
const RawSource = sources.RawSource;
|
||||||
const baseDir = dirname(fileURLToPath(import.meta.url));
|
const baseDir = dirname(fileURLToPath(import.meta.url));
|
||||||
|
|||||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -54,7 +54,7 @@
|
|||||||
"karma-sourcemap-loader": "^0.3.8",
|
"karma-sourcemap-loader": "^0.3.8",
|
||||||
"karma-webpack": "^5.0.0",
|
"karma-webpack": "^5.0.0",
|
||||||
"loglevelnext": "^5.0.5",
|
"loglevelnext": "^5.0.5",
|
||||||
"marked": "3.0.8",
|
"marked": "4.0.0",
|
||||||
"mocha": "9.1.3",
|
"mocha": "9.1.3",
|
||||||
"pixelmatch": "^5.1.0",
|
"pixelmatch": "^5.1.0",
|
||||||
"pngjs": "^6.0.0",
|
"pngjs": "^6.0.0",
|
||||||
@@ -7347,12 +7347,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/marked": {
|
"node_modules/marked": {
|
||||||
"version": "3.0.8",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.0.tgz",
|
||||||
"integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==",
|
"integrity": "sha512-K3C1JvtiXuXVLoxDQEJP4NMLBuThlTkthgUOCzqLghIpHfis1DIZZfPI3o4UgfFpQ0d+JvTql2h+szR9jQ1p1w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"marked": "bin/marked"
|
"marked": "bin/marked.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 12"
|
"node": ">= 12"
|
||||||
@@ -16531,9 +16531,9 @@
|
|||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"marked": {
|
"marked": {
|
||||||
"version": "3.0.8",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz",
|
"resolved": "https://registry.npmjs.org/marked/-/marked-4.0.0.tgz",
|
||||||
"integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==",
|
"integrity": "sha512-K3C1JvtiXuXVLoxDQEJP4NMLBuThlTkthgUOCzqLghIpHfis1DIZZfPI3o4UgfFpQ0d+JvTql2h+szR9jQ1p1w==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"mdurl": {
|
"mdurl": {
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
"karma-sourcemap-loader": "^0.3.8",
|
"karma-sourcemap-loader": "^0.3.8",
|
||||||
"karma-webpack": "^5.0.0",
|
"karma-webpack": "^5.0.0",
|
||||||
"loglevelnext": "^5.0.5",
|
"loglevelnext": "^5.0.5",
|
||||||
"marked": "3.0.8",
|
"marked": "4.0.0",
|
||||||
"mocha": "9.1.3",
|
"mocha": "9.1.3",
|
||||||
"pixelmatch": "^5.1.0",
|
"pixelmatch": "^5.1.0",
|
||||||
"pngjs": "^6.0.0",
|
"pngjs": "^6.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user