From a3c1dbb4d4816b9c1e67a01927baaacd35222223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 15:01:29 +0000 Subject: [PATCH] Bump csurf from 1.9.0 to 1.11.0 Bumps [csurf](https://github.com/expressjs/csurf) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/expressjs/csurf/releases) - [Changelog](https://github.com/expressjs/csurf/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/csurf/compare/1.9.0...1.11.0) --- updated-dependencies: - dependency-name: csurf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54a96dd8e03..21fd70f18be 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "cookie-parser": "1.4.3", "countly-sdk-nodejs": "19.2.x", "countly-sdk-web": "19.2.x", - "csurf": "1.9.0", + "csurf": "1.11.0", "docdash": "1.0.2", "ejs": "2.6.1", "errorhandler": "1.5.0",