diff --git a/package-lock.json b/package-lock.json index da0624c4..2f53a7ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iron-session", - "version": "6.2.1", + "version": "6.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iron-session", - "version": "6.2.1", + "version": "6.3.0", "license": "MIT", "dependencies": { "@peculiar/webcrypto": "^1.4.0", diff --git a/package.json b/package.json index 30bf49cb..21b1c487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iron-session", - "version": "6.2.1", + "version": "6.3.0", "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",