From 70d2ff14aacb51e83284d51832fdcda539b4dabc Mon Sep 17 00:00:00 2001 From: Vincent Voyer Date: Fri, 21 Oct 2022 13:45:04 +0200 Subject: [PATCH] 6.3.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f53a7ef..6a975fb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iron-session", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iron-session", - "version": "6.3.0", + "version": "6.3.1", "license": "MIT", "dependencies": { "@peculiar/webcrypto": "^1.4.0", diff --git a/package.json b/package.json index 36ee5088..d1d654d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-session", - "version": "6.3.0", + "version": "6.3.1", "description": "Node.js stateless session utility using signed and encrypted cookies to store data. Works with Next.js, Express, NestJs, Fastify, and any Node.js HTTP framework.", "keywords": [ "Next.js",