From ce8decf89a142404761b9f08e7ae38d25d3d4899 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 22 Jun 2026 18:20:29 +0100 Subject: [PATCH] chore(package.json): use https for author url Signed-off-by: Frazer Smith --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5c2273c..02dc382 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "@fastify/csrf", "description": "primary logic behind csrf tokens", "version": "8.0.1", - "author": "Jonathan Ong (http://jongleberry.com)", + "author": "Jonathan Ong (https://jongleberry.com)", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "contributors": [ "Douglas Christopher Wilson ", - "Matteo Collina ", { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" @@ -59,4 +59,4 @@ "csrf", "tokens" ] -} \ No newline at end of file +}