From c2c5cfca689234864d5a208301dde10cefab9804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 06:58:15 +0000 Subject: [PATCH] build(deps-dev): bump frameguard from 3.1.0 to 4.0.0 (#2759) Bumps [frameguard](https://github.com/helmetjs/helmet) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/helmetjs/helmet/releases) - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v3.1.0...v4.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cbfeaf5a1f..9200840c45f 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "fastify-plugin": "^3.0.0", "fluent-json-schema": "^2.0.1", "form-data": "^3.0.0", - "frameguard": "^3.1.0", + "frameguard": "^4.0.0", "h2url": "^0.2.0", "helmet": "^4.0.0", "hide-powered-by": "^1.1.0",