소스 검색

chore(deps): bump marked from 4.0.19 to 4.1.0 in /frontend (#207)

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

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

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 년 전
부모
커밋
9ea559eb49
2개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  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.19",
+        "marked": "^4.1.0",
         "normalize.css": "^8.0.1",
         "pinia": "^2.0.21",
         "toasters": "^2.3.1",
@@ -3562,9 +3562,9 @@
       }
     },
     "node_modules/marked": {
-      "version": "4.0.19",
-      "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.19.tgz",
-      "integrity": "sha512-rgQF/OxOiLcvgUAj1Q1tAf4Bgxn5h5JZTp04Fx4XUkVhs7B+7YA9JEWJhJpoO8eJt8MkZMwqLCNeNqj1bCREZQ==",
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz",
+      "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==",
       "bin": {
         "marked": "bin/marked.js"
       },
@@ -7349,9 +7349,9 @@
       }
     },
     "marked": {
-      "version": "4.0.19",
-      "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.19.tgz",
-      "integrity": "sha512-rgQF/OxOiLcvgUAj1Q1tAf4Bgxn5h5JZTp04Fx4XUkVhs7B+7YA9JEWJhJpoO8eJt8MkZMwqLCNeNqj1bCREZQ=="
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz",
+      "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA=="
     },
     "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.19",
+    "marked": "^4.1.0",
     "normalize.css": "^8.0.1",
     "pinia": "^2.0.21",
     "toasters": "^2.3.1",