Bump marked from 0.8.2 to 4.0.10 in /app

Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v0.8.2...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-01-15 02:25:34 +00:00
committed by GitHub
parent 6e51df363b
commit 3b438c8ba4
2 changed files with 4 additions and 4 deletions

6
app/package-lock.json generated
View File

@@ -1481,9 +1481,9 @@
} }
}, },
"marked": { "marked": {
"version": "0.8.2", "version": "4.0.10",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.8.2.tgz", "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz",
"integrity": "sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==" "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw=="
}, },
"mem": { "mem": {
"version": "6.1.1", "version": "6.1.1",

View File

@@ -31,7 +31,7 @@
"ignore": "^5.1.8", "ignore": "^5.1.8",
"ignore-styles": "^5.0.1", "ignore-styles": "^5.0.1",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"marked": "^0.8.2", "marked": "^4.0.10",
"meteor-node-stubs": "^1.1.0", "meteor-node-stubs": "^1.1.0",
"moo": "^0.5.1", "moo": "^0.5.1",
"nearley": "^2.19.1", "nearley": "^2.19.1",