From b77474dfedb883900ece74605a6b8f3c39fc7d7e Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 15 Oct 2022 11:53:13 +0200 Subject: [PATCH] build: npm audit fix --- package-lock.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 0bb5952..bd72147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2,5 +2,9 @@ "name": "twentyone-world.github.io", "lockfileVersion": 2, "requires": true, - "packages": {} + "packages": { + "": { + "name": "twentyone-world.github.io" + } + } }