From 264be8b2cc97f16476289f3e168589e96c94fe06 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 02:07:53 +0000 Subject: [PATCH] Bump akismet-api from 4.2.0 to 5.1.0 Bumps [akismet-api](https://github.com/chrisfosterelli/akismet-api) from 4.2.0 to 5.1.0. - [Release notes](https://github.com/chrisfosterelli/akismet-api/releases) - [Changelog](https://github.com/chrisfosterelli/akismet-api/blob/master/CHANGELOG.md) - [Commits](https://github.com/chrisfosterelli/akismet-api/compare/v4.2.0...v5.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17416dd..a5d6ce7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "release": "np" }, "dependencies": { - "akismet-api": "^4.0.1", + "akismet-api": "^5.1.0", "micro-cors": "^0.1.0", "perspective-api-client": "^3.0.0" },