Selaa lähdekoodia

chore(deps): bump marked from 4.0.18 to 4.0.19 in /frontend (#201)

Bumps [marked](https://github.com/markedjs/marked) from 4.0.18 to 4.0.19.
- [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/v4.0.18...v4.0.19)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 vuosi sitten
vanhempi
commit
028871fb0c
2 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 7 7
      frontend/package-lock.json
  2. 1 1
      frontend/package.json

+ 7 - 7
frontend/package-lock.json

@@ -17,7 +17,7 @@
         "dompurify": "^2.4.0",
         "eslint-config-airbnb-base": "^15.0.0",
         "lofig": "^1.3.4",
-        "marked": "^4.0.18",
+        "marked": "^4.0.19",
         "normalize.css": "^8.0.1",
         "pinia": "^2.0.19",
         "toasters": "^2.3.1",
@@ -3424,9 +3424,9 @@
       }
     },
     "node_modules/marked": {
-      "version": "4.0.18",
-      "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
-      "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw==",
+      "version": "4.0.19",
+      "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.19.tgz",
+      "integrity": "sha512-rgQF/OxOiLcvgUAj1Q1tAf4Bgxn5h5JZTp04Fx4XUkVhs7B+7YA9JEWJhJpoO8eJt8MkZMwqLCNeNqj1bCREZQ==",
       "bin": {
         "marked": "bin/marked.js"
       },
@@ -7130,9 +7130,9 @@
       }
     },
     "marked": {
-      "version": "4.0.18",
-      "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.18.tgz",
-      "integrity": "sha512-wbLDJ7Zh0sqA0Vdg6aqlbT+yPxqLblpAZh1mK2+AO2twQkPywvvqQNfEPVwSSRjZ7dZcdeVBIAgiO7MMp3Dszw=="
+      "version": "4.0.19",
+      "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.19.tgz",
+      "integrity": "sha512-rgQF/OxOiLcvgUAj1Q1tAf4Bgxn5h5JZTp04Fx4XUkVhs7B+7YA9JEWJhJpoO8eJt8MkZMwqLCNeNqj1bCREZQ=="
     },
     "merge2": {
       "version": "1.4.1",

+ 1 - 1
frontend/package.json

@@ -40,7 +40,7 @@
     "dompurify": "^2.4.0",
     "eslint-config-airbnb-base": "^15.0.0",
     "lofig": "^1.3.4",
-    "marked": "^4.0.18",
+    "marked": "^4.0.19",
     "normalize.css": "^8.0.1",
     "pinia": "^2.0.19",
     "toasters": "^2.3.1",