Browse Source

Bump marked from 3.0.2 to 4.0.10 in /flaskbb/themes/aurora

Bumps [marked](https://github.com/markedjs/marked) from 3.0.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/v3.0.2...v4.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 years ago
parent
commit
82e62bd10e
2 changed files with 9 additions and 9 deletions
  1. 8 8
      flaskbb/themes/aurora/package-lock.json
  2. 1 1
      flaskbb/themes/aurora/package.json

+ 8 - 8
flaskbb/themes/aurora/package-lock.json

@@ -16,7 +16,7 @@
         "@textcomplete/textarea": "^0.1.9",
         "bootstrap": "^5.1.0",
         "dompurify": "^2.3.1",
-        "marked": "^3.0.2",
+        "marked": "^4.0.10",
         "twemoji": "^13.1.0"
       },
       "devDependencies": {
@@ -4355,11 +4355,11 @@
       }
     },
     "node_modules/marked": {
-      "version": "3.0.2",
-      "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz",
-      "integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA==",
+      "version": "4.0.10",
+      "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz",
+      "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==",
       "bin": {
-        "marked": "bin/marked"
+        "marked": "bin/marked.js"
       },
       "engines": {
         "node": ">= 12"
@@ -9807,9 +9807,9 @@
       }
     },
     "marked": {
-      "version": "3.0.2",
-      "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz",
-      "integrity": "sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA=="
+      "version": "4.0.10",
+      "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz",
+      "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw=="
     },
     "merge-stream": {
       "version": "2.0.0",

+ 1 - 1
flaskbb/themes/aurora/package.json

@@ -30,7 +30,7 @@
     "@textcomplete/textarea": "^0.1.9",
     "bootstrap": "^5.1.0",
     "dompurify": "^2.3.1",
-    "marked": "^3.0.2",
+    "marked": "^4.0.10",
     "twemoji": "^13.1.0"
   },
   "devDependencies": {