diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ff88acc4a..5c619917d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,6 +28,8 @@ updates: update-types: ['version-update:semver-patch'] - dependency-name: '@types/lodash' update-types: ['version-update:semver-patch'] + - dependency-name: 'marked' + update-types: ['version-update:semver-patch'] - package-ecosystem: 'github-actions' directory: '/' schedule: diff --git a/package.json b/package.json index 4e6538d79a..2121a0eb26 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "karma-webpack": "5.0.0", "location-bar": "3.0.1", "lodash": "4.17.21", - "marked": "9.0.3", + "marked": "9.1.5", "mini-css-extract-plugin": "2.7.6", "moment": "2.29.4", "moment-duration-format": "2.3.2",