From e894147c820cca296ccb1ec9260f513fa5c98b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 May 2022 20:17:37 -0400 Subject: [PATCH] chore(deps): bump nodebb-plugin-mentions in /install (#10648) Bumps [nodebb-plugin-mentions](https://github.com/julianlam/nodebb-plugin-mentions) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/julianlam/nodebb-plugin-mentions/releases) - [Commits](https://github.com/julianlam/nodebb-plugin-mentions/compare/v3.0.10...v3.0.11) --- updated-dependencies: - dependency-name: nodebb-plugin-mentions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index c54b461912..fa0795dea9 100644 --- a/install/package.json +++ b/install/package.json @@ -93,7 +93,7 @@ "nodebb-plugin-emoji": "4.0.4", "nodebb-plugin-emoji-android": "3.0.0", "nodebb-plugin-markdown": "10.0.0", - "nodebb-plugin-mentions": "3.0.10", + "nodebb-plugin-mentions": "3.0.11", "nodebb-plugin-spam-be-gone": "1.0.0", "nodebb-rewards-essentials": "0.2.1", "nodebb-theme-lavender": "6.0.0",