From 6ecb731ad5e742dd825350224ba5d2461abad57c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 22:16:46 +0000 Subject: [PATCH] Bump next-iron-session from 4.1.13 to 4.1.14 Bumps [next-iron-session](https://github.com/vvo/next-iron-session) from 4.1.13 to 4.1.14. - [Release notes](https://github.com/vvo/next-iron-session/releases) - [Commits](https://github.com/vvo/next-iron-session/compare/v4.1.13...v4.1.14) --- updated-dependencies: - dependency-name: next-iron-session dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e63615e..f1716c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7867,9 +7867,9 @@ } }, "next-iron-session": { - "version": "4.1.13", - "resolved": "https://registry.npmjs.org/next-iron-session/-/next-iron-session-4.1.13.tgz", - "integrity": "sha512-CHYeVtpdHDy4OjH1QppR0n2tF4eEp0hFalQIzhqNEPfG4AfbmqiVGZIVTipJRVc7YfCOS3MZx8B5/yKbM8gA7Q==", + "version": "4.1.14", + "resolved": "https://registry.npmjs.org/next-iron-session/-/next-iron-session-4.1.14.tgz", + "integrity": "sha512-Df1m/ohtvgHLqi0ECznxjNDRzTLT1NSXgyuRjLc5spYMCBJQ6yVY0Ah03Lw7/+/9sYBJ00fQjilFQ2Whechhrw==", "requires": { "@types/cookie": "^0.4.0", "array.prototype.flat": "^1.2.4", diff --git a/package.json b/package.json index 57c6cad..8278919 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "ics": "^2.29.0", "mongoose": "^5.12.12", "next": "^10.2.3", - "next-iron-session": "^4.1.13", + "next-iron-session": "^4.1.14", "next-mdx-remote": "^3.0.2", "p-retry": "^4.5.0", "react": "^17.0.2",