Upgrade marked (#9618)

GitOrigin-RevId: 0712c8b67c123577efdf1f52a19173b9bd86ab9e
This commit is contained in:
Alf Eaton 2022-09-15 13:05:20 +01:00 committed by Copybot
parent a0a31c42d7
commit 9c5bf713b6
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View file

@ -34845,7 +34845,7 @@
"lodash": "^4.17.19", "lodash": "^4.17.19",
"lru-cache": "^7.10.1", "lru-cache": "^7.10.1",
"mailchimp-api-v3": "^1.12.0", "mailchimp-api-v3": "^1.12.0",
"marked": "^0.3.5", "marked": "^4.1.0",
"match-sorter": "^6.2.0", "match-sorter": "^6.2.0",
"mathjax": "^2.7.9", "mathjax": "^2.7.9",
"method-override": "^2.3.3", "method-override": "^2.3.3",
@ -35908,14 +35908,14 @@
} }
}, },
"services/web/node_modules/marked": { "services/web/node_modules/marked": {
"version": "0.3.19", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz",
"integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==", "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==",
"bin": { "bin": {
"marked": "bin/marked" "marked": "bin/marked.js"
}, },
"engines": { "engines": {
"node": ">=0.10.0" "node": ">= 12"
} }
}, },
"services/web/node_modules/mdn-data": { "services/web/node_modules/mdn-data": {
@ -42363,7 +42363,7 @@
"@testing-library/user-event": "^14.2.0", "@testing-library/user-event": "^14.2.0",
"@types/chai": "^4.3.0", "@types/chai": "^4.3.0",
"@types/events": "^3.0.0", "@types/events": "^3.0.0",
"@types/express": "*", "@types/express": "^4.17.13",
"@types/mocha": "^9.1.0", "@types/mocha": "^9.1.0",
"@types/react": "^17.0.40", "@types/react": "^17.0.40",
"@types/react-bootstrap": "^0.32.29", "@types/react-bootstrap": "^0.32.29",
@ -42477,7 +42477,7 @@
"lodash": "^4.17.19", "lodash": "^4.17.19",
"lru-cache": "^7.10.1", "lru-cache": "^7.10.1",
"mailchimp-api-v3": "^1.12.0", "mailchimp-api-v3": "^1.12.0",
"marked": "^0.3.5", "marked": "^4.1.0",
"match-sorter": "^6.2.0", "match-sorter": "^6.2.0",
"mathjax": "^2.7.9", "mathjax": "^2.7.9",
"mensch": "^0.3.4", "mensch": "^0.3.4",
@ -43240,9 +43240,9 @@
"integrity": "sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A==" "integrity": "sha512-BQuhQxPuRl79J5zSXRP+uNzPOyZw2oFI9JLRQ80XswSvg21KMKNtQza9eF42rfI/3Z40RvzBdXgziEkudzjo8A=="
}, },
"marked": { "marked": {
"version": "0.3.19", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz",
"integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==" "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA=="
}, },
"mdn-data": { "mdn-data": {
"version": "2.0.14", "version": "2.0.14",

View file

@ -155,7 +155,7 @@
"lodash": "^4.17.19", "lodash": "^4.17.19",
"lru-cache": "^7.10.1", "lru-cache": "^7.10.1",
"mailchimp-api-v3": "^1.12.0", "mailchimp-api-v3": "^1.12.0",
"marked": "^0.3.5", "marked": "^4.1.0",
"match-sorter": "^6.2.0", "match-sorter": "^6.2.0",
"mathjax": "^2.7.9", "mathjax": "^2.7.9",
"method-override": "^2.3.3", "method-override": "^2.3.3",