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 1/4] 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", From 18e76c215e991897a88983be6e91e122ac468508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 May 2022 20:17:45 -0400 Subject: [PATCH 2/4] chore(deps): update dependency lint-staged to v12.4.2 (#10647) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index fa0795dea9..58c9fba32d 100644 --- a/install/package.json +++ b/install/package.json @@ -157,7 +157,7 @@ "grunt-contrib-watch": "1.1.0", "husky": "8.0.1", "jsdom": "19.0.0", - "lint-staged": "12.4.1", + "lint-staged": "12.4.2", "mocha": "10.0.0", "mocha-lcov-reporter": "1.3.0", "mockdate": "3.0.5", From fe873182f661f58f6a8efe82ebdad185992f9b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 May 2022 20:18:33 -0400 Subject: [PATCH 3/4] chore(deps-dev): bump @commitlint/cli from 16.3.0 to 17.0.1 in /install (#10644) Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 16.3.0 to 17.0.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.0.1/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-major ... 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 58c9fba32d..cbbff3ba1e 100644 --- a/install/package.json +++ b/install/package.json @@ -147,7 +147,7 @@ }, "devDependencies": { "@apidevtools/swagger-parser": "10.0.3", - "@commitlint/cli": "16.3.0", + "@commitlint/cli": "17.0.1", "@commitlint/config-angular": "16.3.0", "coveralls": "3.1.1", "eslint": "8.15.0", From 1fd68281d09ad2bab8f4a6e59eec75f160e766c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 May 2022 20:20:25 -0400 Subject: [PATCH 4/4] fix(deps): update dependency nodebb-theme-persona to v12.0.5 (#10649) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index cbbff3ba1e..fb094ef25a 100644 --- a/install/package.json +++ b/install/package.json @@ -97,7 +97,7 @@ "nodebb-plugin-spam-be-gone": "1.0.0", "nodebb-rewards-essentials": "0.2.1", "nodebb-theme-lavender": "6.0.0", - "nodebb-theme-persona": "12.0.2", + "nodebb-theme-persona": "12.0.5", "nodebb-theme-slick": "2.0.1", "nodebb-theme-vanilla": "12.1.17", "nodebb-widget-essentials": "6.0.0",